radia 1.3.3__tar.gz → 1.3.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {radia-1.3.3 → radia-1.3.4}/COPYRIGHT.txt +15 -15
- {radia-1.3.3 → radia-1.3.4}/LICENSE +93 -93
- {radia-1.3.3/src/radia.egg-info → radia-1.3.4}/PKG-INFO +1 -4
- {radia-1.3.3 → radia-1.3.4}/README.md +341 -344
- {radia-1.3.3 → radia-1.3.4}/docs/API_EXTENSIONS.md +778 -689
- {radia-1.3.3 → radia-1.3.4}/docs/API_REFERENCE.md +1035 -967
- {radia-1.3.3 → radia-1.3.4}/docs/CF_BACKGROUND_FIELD_IMPLEMENTATION.md +423 -423
- {radia-1.3.3 → radia-1.3.4}/docs/HMATRIX_BENCHMARKS_RESULTS.md +219 -219
- {radia-1.3.3 → radia-1.3.4}/docs/HMATRIX_ENHANCEMENT_PROPOSAL_2025.md +600 -600
- {radia-1.3.3 → radia-1.3.4}/docs/HMATRIX_IMPLEMENTATION_HISTORY.md +377 -377
- {radia-1.3.3 → radia-1.3.4}/docs/HMATRIX_SERIALIZATION.md +358 -358
- {radia-1.3.3 → radia-1.3.4}/docs/HMATRIX_USER_GUIDE.md +643 -643
- {radia-1.3.3 → radia-1.3.4}/docs/MATERIAL_API_IMPLEMENTATION.md +303 -290
- {radia-1.3.3 → radia-1.3.4}/docs/ML_PARAMETER_TUNING.md +328 -328
- {radia-1.3.3 → radia-1.3.4}/docs/NGSOLVE_CF_BACKGROUND_FIELD_DESIGN.md +665 -665
- {radia-1.3.3 → radia-1.3.4}/docs/NGSOLVE_INTEGRATION.md +296 -286
- {radia-1.3.3 → radia-1.3.4}/docs/NGSOLVE_USAGE_GUIDE.md +299 -284
- {radia-1.3.3 → radia-1.3.4}/docs/README.md +68 -68
- {radia-1.3.3 → radia-1.3.4}/docs/hmatrix_field_design.md +249 -249
- radia-1.3.4/examples/NGSolve_Integration/README.md +279 -0
- {radia-1.3.3 → radia-1.3.4}/examples/NGSolve_Integration/benchmark_gridfunction_set.py +282 -282
- {radia-1.3.3 → radia-1.3.4}/examples/NGSolve_Integration/demo_batch_evaluation.py +183 -183
- {radia-1.3.3 → radia-1.3.4}/examples/NGSolve_Integration/demo_field_types.py +197 -197
- {radia-1.3.3 → radia-1.3.4}/examples/NGSolve_Integration/example_hmatrix_cache_usage.py +249 -249
- radia-1.3.4/examples/NGSolve_Integration/mesh_magnetization_import/RADIA_TETRA_ROOT_CAUSE.md +62 -0
- radia-1.3.4/examples/NGSolve_Integration/mesh_magnetization_import/README.md +274 -0
- radia-1.3.4/examples/NGSolve_Integration/mesh_magnetization_import/compare_radia_ngsolve_cube.py +191 -0
- radia-1.3.4/examples/NGSolve_Integration/mesh_magnetization_import/cube_hex.vtk +601 -0
- radia-1.3.4/examples/NGSolve_Integration/mesh_magnetization_import/demo_tetrahedral_methods_comparison.py +91 -0
- radia-1.3.4/examples/NGSolve_Integration/mesh_magnetization_import/ngsolve_cube_graded_mesh.vtk +130354 -0
- radia-1.3.4/examples/NGSolve_Integration/mesh_magnetization_import/ngsolve_cube_uniform_field.py +242 -0
- radia-1.3.4/examples/NGSolve_Integration/mesh_magnetization_import/ngsolve_tet_mesh.vtk +130354 -0
- radia-1.3.4/examples/NGSolve_Integration/mesh_magnetization_import/sphere_domain_graded_mesh.vtk +6817 -0
- {radia-1.3.3 → radia-1.3.4}/examples/NGSolve_Integration/test_batch_evaluation.py +143 -143
- {radia-1.3.3 → radia-1.3.4}/examples/NGSolve_Integration/verify_curl_A_equals_B.py +352 -352
- {radia-1.3.3 → radia-1.3.4}/examples/NGSolve_Integration/visualize_field.py +267 -267
- {radia-1.3.3 → radia-1.3.4}/examples/README.md +504 -504
- {radia-1.3.3 → radia-1.3.4}/examples/background_fields/README.md +434 -434
- radia-1.3.3/examples/background_fields/Cubit2Nastran.py → radia-1.3.4/examples/background_fields/cubit_to_nastran.py +59 -59
- {radia-1.3.3 → radia-1.3.4}/examples/background_fields/permeability_comparison.py +278 -278
- {radia-1.3.3 → radia-1.3.4}/examples/background_fields/quadrupole_analytical.py +218 -218
- radia-1.3.4/examples/background_fields/quadrupole_analytical.vtk.vtk +26 -0
- {radia-1.3.3 → radia-1.3.4}/examples/background_fields/sphere_in_quadrupole.py +244 -244
- {radia-1.3.3 → radia-1.3.4}/examples/background_fields/sphere_nastran_analysis.py +534 -529
- {radia-1.3.3 → radia-1.3.4}/examples/complex_coil_geometry/README.md +374 -374
- {radia-1.3.3 → radia-1.3.4}/examples/complex_coil_geometry/coil_model.py +159 -159
- {radia-1.3.3 → radia-1.3.4}/examples/complex_coil_geometry/field_map.py +272 -272
- radia-1.3.4/examples/electromagnet/README.md +300 -0
- radia-1.3.4/examples/electromagnet/Radia_model.vtk +4933 -0
- radia-1.3.4/examples/electromagnet/York.vtk +1467 -0
- radia-1.3.4/examples/electromagnet/field_distribution.vtk +27350 -0
- radia-1.3.4/examples/electromagnet/main_simulation_workflow.py +156 -0
- radia-1.3.4/examples/electromagnet/visualize_paraview.py +162 -0
- radia-1.3.4/examples/electromagnet/york_cubit_mesh.py +89 -0
- radia-1.3.4/examples/magnets/README_CUBE_BENCHMARK.md +331 -0
- radia-1.3.4/examples/magnets/cube_benchmark_external_field.py +326 -0
- radia-1.3.4/examples/magnets/cube_benchmark_radia.vtk +225 -0
- {radia-1.3.3 → radia-1.3.4}/examples/simple_problems/CONVERSION_NOTES.md +186 -186
- {radia-1.3.3 → radia-1.3.4}/examples/simple_problems/README.md +134 -134
- {radia-1.3.3 → radia-1.3.4}/examples/simple_problems/arc_current_dual_magnets.py +82 -82
- {radia-1.3.3 → radia-1.3.4}/examples/simple_problems/arc_current_with_magnet.py +78 -78
- {radia-1.3.3 → radia-1.3.4}/examples/simple_problems/chamfered_pole_piece.py +141 -141
- {radia-1.3.3 → radia-1.3.4}/examples/simple_problems/compare_magpylib.py +260 -260
- {radia-1.3.3 → radia-1.3.4}/examples/simple_problems/cubic_polyhedron_magnet.py +140 -140
- {radia-1.3.3 → radia-1.3.4}/examples/simple_problems/hmatrix_update_magnetization.py +108 -108
- {radia-1.3.3 → radia-1.3.4}/examples/smco_magnet_array/smco_array.py +404 -404
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/BENCHMARK_RESULTS.md +213 -213
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/HMATRIX_FIELD_DESIGN.md +852 -852
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/HMATRIX_FIELD_DESIGN_SIMPLIFIED.md +859 -859
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/PHASE2B_REEVALUATION.md +179 -179
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/README.md +313 -313
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/SCALING_RESULTS.md +233 -233
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/benchmark_field_evaluation.py +252 -252
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/benchmark_hmatrix_field.py +120 -120
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/benchmark_hmatrix_scaling_exact.py +312 -312
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/benchmark_large_scale_comparison.py +532 -532
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/benchmark_linear_material.py +178 -178
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/benchmark_matrix_construction.py +161 -161
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/benchmark_parallel_construction.py +221 -221
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/benchmark_solver.py +252 -252
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/benchmark_solver_comparison.py +425 -425
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/benchmark_solver_methods.py +264 -264
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/benchmark_solver_scaling.py +250 -250
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/benchmark_solver_scaling_extended.py +277 -277
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/plot_benchmark_results.py +224 -224
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/run_all_benchmarks.py +110 -110
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/run_all_hmatrix_benchmarks.py +114 -114
- {radia-1.3.3 → radia-1.3.4}/examples/solver_benchmarks/verify_field_accuracy.py +206 -206
- {radia-1.3.3 → radia-1.3.4}/pyproject.toml +1 -1
- radia-1.3.4/src/python/nastran_mesh_import.py +441 -0
- radia-1.3.4/src/python/netgen_mesh_import.py +572 -0
- {radia-1.3.3 → radia-1.3.4}/src/python/radia_field_cached.py +274 -274
- radia-1.3.4/src/python/radia_ngsolve.pyd +0 -0
- radia-1.3.4/src/python/radia_ngsolve_utils.py +293 -0
- radia-1.3.4/src/python/radia_vtk_export.py +221 -0
- {radia-1.3.3 → radia-1.3.4/src/radia.egg-info}/PKG-INFO +1 -4
- {radia-1.3.3 → radia-1.3.4}/src/radia.egg-info/SOURCES.txt +25 -39
- {radia-1.3.3 → radia-1.3.4}/tests/README.md +343 -343
- {radia-1.3.3 → radia-1.3.4}/tests/benchmark_hmatrix.py +303 -303
- {radia-1.3.3 → radia-1.3.4}/tests/conftest.py +62 -62
- {radia-1.3.3 → radia-1.3.4}/tests/hmatrix/test_phase2a_final.py +136 -136
- {radia-1.3.3 → radia-1.3.4}/tests/hmatrix/test_phase2a_hmatrix_reuse.py +181 -181
- {radia-1.3.3 → radia-1.3.4}/tests/hmatrix/test_phase2a_with_field.py +125 -125
- {radia-1.3.3 → radia-1.3.4}/tests/hmatrix/test_phase2b_geometry_detection.py +182 -182
- {radia-1.3.3 → radia-1.3.4}/tests/hmatrix/test_phase3_magnetization_update.py +207 -207
- {radia-1.3.3 → radia-1.3.4}/tests/hmatrix/test_phase3b_large_problem.py +243 -243
- {radia-1.3.3 → radia-1.3.4}/tests/hmatrix/test_phase3b_serialization.py +223 -223
- {radia-1.3.3 → radia-1.3.4}/tests/hmatrix/test_phase3b_solver_cache.py +235 -235
- {radia-1.3.3 → radia-1.3.4}/tests/hmatrix/test_serialize_step1_build.py +43 -43
- {radia-1.3.3 → radia-1.3.4}/tests/hmatrix/test_serialize_step2_load.py +44 -44
- {radia-1.3.3 → radia-1.3.4}/tests/hmatrix/test_verify_field_simple.py +93 -93
- {radia-1.3.3 → radia-1.3.4}/tests/profile_batch_performance.py +222 -222
- {radia-1.3.3 → radia-1.3.4}/tests/test_advanced.py +249 -249
- {radia-1.3.3 → radia-1.3.4}/tests/test_all_spaces.py +151 -151
- radia-1.3.4/tests/test_background_field_debug.py +187 -0
- {radia-1.3.3 → radia-1.3.4}/tests/test_batch_evaluation.py +176 -176
- {radia-1.3.3 → radia-1.3.4}/tests/test_cf_direct.py +69 -69
- {radia-1.3.3 → radia-1.3.4}/tests/test_convergence_hdiv.py +152 -152
- {radia-1.3.3 → radia-1.3.4}/tests/test_curlA_equals_B.py +294 -294
- {radia-1.3.3 → radia-1.3.4}/tests/test_curl_A_detailed.py +142 -142
- {radia-1.3.3 → radia-1.3.4}/tests/test_far_field_accuracy.py +133 -133
- {radia-1.3.3 → radia-1.3.4}/tests/test_group_operations.py +239 -239
- {radia-1.3.3 → radia-1.3.4}/tests/test_hcurl_vs_hdiv.py +103 -103
- {radia-1.3.3 → radia-1.3.4}/tests/test_hmatrix_cache.py +256 -256
- {radia-1.3.3 → radia-1.3.4}/tests/test_hmatrix_cache_simple.py +188 -188
- {radia-1.3.3 → radia-1.3.4}/tests/test_magpylib_comparison.py +255 -255
- {radia-1.3.3 → radia-1.3.4}/tests/test_materials.py +168 -168
- {radia-1.3.3 → radia-1.3.4}/tests/test_memory_allocation_tracking.py +70 -70
- {radia-1.3.3 → radia-1.3.4}/tests/test_moving_magnet_memory.py +250 -250
- {radia-1.3.3 → radia-1.3.4}/tests/test_moving_magnet_memory_diagnosis.py +217 -217
- {radia-1.3.3 → radia-1.3.4}/tests/test_new_material_api.py +96 -96
- {radia-1.3.3 → radia-1.3.4}/tests/test_objbckg_simple.py +56 -56
- {radia-1.3.3 → radia-1.3.4}/tests/test_objbckgcf_alone.py +71 -71
- {radia-1.3.3 → radia-1.3.4}/tests/test_order1.py +54 -54
- {radia-1.3.3 → radia-1.3.4}/tests/test_parallel_performance.py +201 -201
- {radia-1.3.3 → radia-1.3.4}/tests/test_process_memory.py +77 -77
- {radia-1.3.3 → radia-1.3.4}/tests/test_python_cached_simple.py +141 -141
- {radia-1.3.3 → radia-1.3.4}/tests/test_rad_ngsolve.py +214 -214
- {radia-1.3.3 → radia-1.3.4}/tests/test_rad_ngsolve_diagnostic.py +78 -78
- {radia-1.3.3 → radia-1.3.4}/tests/test_rad_ngsolve_function.py +70 -70
- {radia-1.3.3 → radia-1.3.4}/tests/test_rad_ngsolve_hmatrix.py +226 -226
- {radia-1.3.3 → radia-1.3.4}/tests/test_radhmat.py +197 -197
- {radia-1.3.3 → radia-1.3.4}/tests/test_radia.py +226 -226
- {radia-1.3.3 → radia-1.3.4}/tests/test_radia_field_computation_memory.py +158 -158
- {radia-1.3.3 → radia-1.3.4}/tests/test_radia_only_memory.py +206 -206
- {radia-1.3.3 → radia-1.3.4}/tests/test_serialization.py +265 -265
- {radia-1.3.3 → radia-1.3.4}/tests/test_set_vs_interpolate.py +125 -125
- {radia-1.3.3 → radia-1.3.4}/tests/test_simple.py +78 -78
- {radia-1.3.3 → radia-1.3.4}/tests/test_simple_fld_leak.py +55 -55
- {radia-1.3.3 → radia-1.3.4}/tests/test_square_coil_analytical.py +243 -243
- radia-1.3.4/tests/test_tetrahedral_solver.py +220 -0
- {radia-1.3.3 → radia-1.3.4}/tests/test_transformations.py +302 -302
- {radia-1.3.3 → radia-1.3.4}/tests/test_type_cast.py +144 -144
- {radia-1.3.3 → radia-1.3.4}/tests/test_unit_conversion_verify.py +126 -126
- {radia-1.3.3 → radia-1.3.4}/tests/test_update_hmatrix_magnetization.py +86 -86
- {radia-1.3.3 → radia-1.3.4}/tests/test_vector_potential.py +89 -89
- {radia-1.3.3 → radia-1.3.4}/tests/test_without_B_projection.py +127 -127
- {radia-1.3.3 → radia-1.3.4}/tests/test_without_gridfunction.py +63 -63
- radia-1.3.3/examples/NGSolve_Integration/HMATRIX_ANALYSIS.md +0 -208
- radia-1.3.3/examples/NGSolve_Integration/HMATRIX_FIELD_EVALUATION_ISSUE.md +0 -275
- radia-1.3.3/examples/NGSolve_Integration/H_MATRIX_PARALLEL_OPTIMIZATION.md +0 -417
- radia-1.3.3/examples/NGSolve_Integration/NGBEM_ANALYSIS.md +0 -460
- radia-1.3.3/examples/NGSolve_Integration/NGSOLVE_SET_VS_INTERPOLATE.md +0 -594
- radia-1.3.3/examples/NGSolve_Integration/PROPOSAL_VECTORIZED_API.md +0 -170
- radia-1.3.3/examples/NGSolve_Integration/README.md +0 -552
- radia-1.3.3/examples/NGSolve_Integration/SET_VS_INTERPOLATE_SIMPLE.md +0 -602
- radia-1.3.3/examples/NGSolve_Integration/SOLVER_OPTIMIZATION_PROPOSAL.md +0 -530
- radia-1.3.3/examples/NGSolve_Integration/export_radia_geometry.py +0 -80
- radia-1.3.3/examples/NGSolve_Integration/radia_field.pvsm +0 -9339
- radia-1.3.3/examples/NGSolve_Integration/test_batch_fld.py +0 -138
- radia-1.3.3/examples/NGSolve_Integration/test_coordinate_transform.py +0 -252
- radia-1.3.3/examples/NGSolve_Integration/test_gridfunction_simple.py +0 -72
- radia-1.3.3/examples/NGSolve_Integration/test_mesh_convergence.py +0 -156
- radia-1.3.3/examples/NGSolve_Integration/test_set_vs_interpolate.py +0 -158
- radia-1.3.3/examples/electromagnet/README.md +0 -436
- radia-1.3.3/examples/electromagnet/electromagnet.pvsm +0 -10415
- radia-1.3.3/examples/electromagnet/electromagnet.vtk +0 -3882
- radia-1.3.3/examples/electromagnet/field_distribution.vtk +0 -13680
- radia-1.3.3/examples/electromagnet/magnet.py +0 -232
- radia-1.3.3/examples/electromagnet/racetrack_coil_model.py +0 -187
- radia-1.3.3/examples/electromagnet/yoke_model.py +0 -252
- radia-1.3.3/src/python/nastran_reader.py +0 -295
- radia-1.3.3/src/python/radia.pyd +0 -0
- radia-1.3.3/src/python/radia_vtk_export.py +0 -134
- radia-1.3.3/tests/test_ngsolve_gridfunction_memory.py +0 -121
- radia-1.3.3/tests/test_ngsolve_reuse_gridfunction.py +0 -91
- {radia-1.3.3 → radia-1.3.4}/MANIFEST.in +0 -0
- {radia-1.3.3 → radia-1.3.4}/docs/scripts/README.md +0 -0
- {radia-1.3.3 → radia-1.3.4}/examples/background_fields/sphere_nastran_field_mu.pvsm +0 -0
- {radia-1.3.3 → radia-1.3.4}/examples/background_fields/sphere_nastran_geometry.vtk +0 -0
- {radia-1.3.3 → radia-1.3.4}/examples/complex_coil_geometry/coil_geometry.vtk +0 -0
- {radia-1.3.3 → radia-1.3.4}/examples/complex_coil_geometry/complex_coil.pvsm +0 -0
- {radia-1.3.3 → radia-1.3.4}/examples/complex_coil_geometry/field_map.vtk +0 -0
- {radia-1.3.3 → radia-1.3.4}/examples/complex_coil_geometry/visualize_coils.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/examples/smco_magnet_array/README.md +0 -0
- {radia-1.3.3 → radia-1.3.4}/examples/smco_magnet_array/smbo.pvsm +0 -0
- {radia-1.3.3 → radia-1.3.4}/examples/smco_magnet_array/smco_array.vtk +0 -0
- {radia-1.3.3 → radia-1.3.4}/examples/smco_magnet_array/smco_field_distribution.vtk +0 -0
- {radia-1.3.3 → radia-1.3.4}/setup.cfg +0 -0
- {radia-1.3.3 → radia-1.3.4}/setup.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/src/python/__init__.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/src/python/rad_ngsolve.pyd +0 -0
- {radia-1.3.3 → radia-1.3.4}/src/python/rad_ngsolve_fast.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/src/python/radia_coil_builder.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/src/python/radia_ngsolve_field.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/src/python/radia_pyvista_viewer.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/src/radia.egg-info/dependency_links.txt +0 -0
- {radia-1.3.3 → radia-1.3.4}/src/radia.egg-info/not-zip-safe +0 -0
- {radia-1.3.3 → radia-1.3.4}/src/radia.egg-info/requires.txt +0 -0
- {radia-1.3.3 → radia-1.3.4}/src/radia.egg-info/top_level.txt +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/__init__.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/benchmarks/benchmark_correct.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/benchmarks/benchmark_heavy.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/benchmarks/benchmark_openmp.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/benchmarks/benchmark_threads.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/test_fast_preparecache.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/test_fast_simple.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/test_l2_norm_debug.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/test_minimal_cached.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/test_preparecache_performance.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/test_python_cached_field.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/test_radia_core_memory.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/test_radia_ngsolve_longrun.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/test_radia_ngsolve_memory_leak.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/test_radia_ngsolve_with_cache.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/test_utils.py +0 -0
- {radia-1.3.3 → radia-1.3.4}/tests/verify_curl_A_equals_B.py +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
OPEN SOURCE LICENSE AGREEMENT
|
|
3
|
-
|
|
4
|
-
Copyright © 1997 - 2018, European Synchrotron Radiation Facility
|
|
5
|
-
|
|
6
|
-
The RADIA software is distributed subject to the following license conditions:
|
|
7
|
-
|
|
8
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
9
|
-
|
|
10
|
-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
11
|
-
|
|
12
|
-
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
13
|
-
|
|
14
|
-
DISCLAIMER: THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
15
|
-
|
|
1
|
+
|
|
2
|
+
OPEN SOURCE LICENSE AGREEMENT
|
|
3
|
+
|
|
4
|
+
Copyright © 1997 - 2018, European Synchrotron Radiation Facility
|
|
5
|
+
|
|
6
|
+
The RADIA software is distributed subject to the following license conditions:
|
|
7
|
+
|
|
8
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
9
|
+
|
|
10
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
11
|
+
|
|
12
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
13
|
+
|
|
14
|
+
DISCLAIMER: THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
15
|
+
|
|
16
16
|
The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of the RADIA project.
|
|
@@ -1,93 +1,93 @@
|
|
|
1
|
-
RADIA SOFTWARE LICENSE
|
|
2
|
-
======================
|
|
3
|
-
|
|
4
|
-
This software contains multiple components with different licenses:
|
|
5
|
-
|
|
6
|
-
1. RADIA Core (BSD-style License)
|
|
7
|
-
2. HACApK_LH-Cimplm Library (MIT License)
|
|
8
|
-
|
|
9
|
-
All licenses are permissive open-source licenses allowing redistribution
|
|
10
|
-
and modification.
|
|
11
|
-
|
|
12
|
-
================================================================================
|
|
13
|
-
PART 1: RADIA CORE
|
|
14
|
-
================================================================================
|
|
15
|
-
|
|
16
|
-
Copyright © 1997 - 2018, European Synchrotron Radiation Facility
|
|
17
|
-
|
|
18
|
-
The RADIA software is distributed subject to the following license conditions:
|
|
19
|
-
|
|
20
|
-
Redistribution and use in source and binary forms, with or without
|
|
21
|
-
modification, are permitted provided that the following conditions are met:
|
|
22
|
-
|
|
23
|
-
1. Redistributions of source code must retain the above copyright notice,
|
|
24
|
-
this list of conditions and the following disclaimer.
|
|
25
|
-
|
|
26
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
27
|
-
this list of conditions and the following disclaimer in the documentation
|
|
28
|
-
and/or other materials provided with the distribution.
|
|
29
|
-
|
|
30
|
-
DISCLAIMER: THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS"
|
|
31
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
32
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
33
|
-
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
|
|
34
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
35
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
36
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
37
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
38
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
39
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
40
|
-
|
|
41
|
-
The views and conclusions contained in the software and documentation are
|
|
42
|
-
those of the authors and should not be interpreted as representing official
|
|
43
|
-
policies, either expressed or implied, of the RADIA project.
|
|
44
|
-
|
|
45
|
-
================================================================================
|
|
46
|
-
PART 2: HACApK_LH-Cimplm (H-matrix Library)
|
|
47
|
-
================================================================================
|
|
48
|
-
|
|
49
|
-
Software Name : HACApK
|
|
50
|
-
Version : 1.3.0
|
|
51
|
-
Location: src/ext/HACApK_LH-Cimplm/
|
|
52
|
-
|
|
53
|
-
Copyright (c) 2015 Akihiro Ida and Takeshi Iwashita
|
|
54
|
-
|
|
55
|
-
MIT License
|
|
56
|
-
|
|
57
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
58
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
59
|
-
in the Software without restriction, including without limitation the rights
|
|
60
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
61
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
62
|
-
furnished to do so, subject to the following conditions:
|
|
63
|
-
|
|
64
|
-
The above copyright notice and this permission notice shall be included in all
|
|
65
|
-
copies or substantial portions of the Software.
|
|
66
|
-
|
|
67
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
68
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
69
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
70
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
71
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
72
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
73
|
-
SOFTWARE.
|
|
74
|
-
|
|
75
|
-
ppOpen-HPC project:
|
|
76
|
-
Open Source Infrastructure for Development and Execution of Large-Scale
|
|
77
|
-
Scientific Applications on Post-Peta-Scale Supercomputers with Automatic
|
|
78
|
-
Tuning (AT).
|
|
79
|
-
|
|
80
|
-
Sponsorship:
|
|
81
|
-
Japan Science and Technology Agency (JST), Basic Research Programs: CREST,
|
|
82
|
-
Development of System Software Technologies for post-Peta Scale High
|
|
83
|
-
Performance Computing.
|
|
84
|
-
|
|
85
|
-
================================================================================
|
|
86
|
-
ADDITIONAL COMPONENTS
|
|
87
|
-
================================================================================
|
|
88
|
-
|
|
89
|
-
This software may include additional third-party libraries and components,
|
|
90
|
-
each governed by their respective licenses. Please refer to the individual
|
|
91
|
-
component directories for specific license information.
|
|
92
|
-
|
|
93
|
-
================================================================================
|
|
1
|
+
RADIA SOFTWARE LICENSE
|
|
2
|
+
======================
|
|
3
|
+
|
|
4
|
+
This software contains multiple components with different licenses:
|
|
5
|
+
|
|
6
|
+
1. RADIA Core (BSD-style License)
|
|
7
|
+
2. HACApK_LH-Cimplm Library (MIT License)
|
|
8
|
+
|
|
9
|
+
All licenses are permissive open-source licenses allowing redistribution
|
|
10
|
+
and modification.
|
|
11
|
+
|
|
12
|
+
================================================================================
|
|
13
|
+
PART 1: RADIA CORE
|
|
14
|
+
================================================================================
|
|
15
|
+
|
|
16
|
+
Copyright © 1997 - 2018, European Synchrotron Radiation Facility
|
|
17
|
+
|
|
18
|
+
The RADIA software is distributed subject to the following license conditions:
|
|
19
|
+
|
|
20
|
+
Redistribution and use in source and binary forms, with or without
|
|
21
|
+
modification, are permitted provided that the following conditions are met:
|
|
22
|
+
|
|
23
|
+
1. Redistributions of source code must retain the above copyright notice,
|
|
24
|
+
this list of conditions and the following disclaimer.
|
|
25
|
+
|
|
26
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
27
|
+
this list of conditions and the following disclaimer in the documentation
|
|
28
|
+
and/or other materials provided with the distribution.
|
|
29
|
+
|
|
30
|
+
DISCLAIMER: THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS"
|
|
31
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
32
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
33
|
+
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
|
|
34
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
35
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
36
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
37
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
38
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
39
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
40
|
+
|
|
41
|
+
The views and conclusions contained in the software and documentation are
|
|
42
|
+
those of the authors and should not be interpreted as representing official
|
|
43
|
+
policies, either expressed or implied, of the RADIA project.
|
|
44
|
+
|
|
45
|
+
================================================================================
|
|
46
|
+
PART 2: HACApK_LH-Cimplm (H-matrix Library)
|
|
47
|
+
================================================================================
|
|
48
|
+
|
|
49
|
+
Software Name : HACApK
|
|
50
|
+
Version : 1.3.0
|
|
51
|
+
Location: src/ext/HACApK_LH-Cimplm/
|
|
52
|
+
|
|
53
|
+
Copyright (c) 2015 Akihiro Ida and Takeshi Iwashita
|
|
54
|
+
|
|
55
|
+
MIT License
|
|
56
|
+
|
|
57
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
58
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
59
|
+
in the Software without restriction, including without limitation the rights
|
|
60
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
61
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
62
|
+
furnished to do so, subject to the following conditions:
|
|
63
|
+
|
|
64
|
+
The above copyright notice and this permission notice shall be included in all
|
|
65
|
+
copies or substantial portions of the Software.
|
|
66
|
+
|
|
67
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
68
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
69
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
70
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
71
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
72
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
73
|
+
SOFTWARE.
|
|
74
|
+
|
|
75
|
+
ppOpen-HPC project:
|
|
76
|
+
Open Source Infrastructure for Development and Execution of Large-Scale
|
|
77
|
+
Scientific Applications on Post-Peta-Scale Supercomputers with Automatic
|
|
78
|
+
Tuning (AT).
|
|
79
|
+
|
|
80
|
+
Sponsorship:
|
|
81
|
+
Japan Science and Technology Agency (JST), Basic Research Programs: CREST,
|
|
82
|
+
Development of System Software Technologies for post-Peta Scale High
|
|
83
|
+
Performance Computing.
|
|
84
|
+
|
|
85
|
+
================================================================================
|
|
86
|
+
ADDITIONAL COMPONENTS
|
|
87
|
+
================================================================================
|
|
88
|
+
|
|
89
|
+
This software may include additional third-party libraries and components,
|
|
90
|
+
each governed by their respective licenses. Please refer to the individual
|
|
91
|
+
component directories for specific license information.
|
|
92
|
+
|
|
93
|
+
================================================================================
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: radia
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.4
|
|
4
4
|
Summary: Radia 3D Magnetostatics with NGSolve Integration and OpenMP Parallelization
|
|
5
5
|
Home-page: https://github.com/ksugahar/Radia_NGSolve
|
|
6
6
|
Author: Pascal Elleaume
|
|
@@ -182,9 +182,6 @@ See [examples/Radia_to_NGSolve_CoefficientFunction/](examples/Radia_to_NGSolve_C
|
|
|
182
182
|
- [examples/Radia_to_NGSolve_CoefficientFunction/EXAMPLES_GUIDE.md](examples/Radia_to_NGSolve_CoefficientFunction/EXAMPLES_GUIDE.md) - Detailed usage guide
|
|
183
183
|
- [tests/test_radia_ngsolve.py](tests/test_radia_ngsolve.py) - Integration tests
|
|
184
184
|
|
|
185
|
-
### Visualization
|
|
186
|
-
- [docs/PYVISTA_VIEWER.md](examples/2024_02_03_振分電磁石/PYVISTA_VIEWER.md) - PyVista viewer guide
|
|
187
|
-
|
|
188
185
|
### Development
|
|
189
186
|
- [docs/TAB_CONVERSION_REPORT.md](docs/TAB_CONVERSION_REPORT.md) - Code style conversion
|
|
190
187
|
- [docs/CLAUDE.md](docs/CLAUDE.md) - Development notes
|