Commit d0e70a8
committed
submodules
1 parent 6d10502 commit d0e70a8
25 files changed
Lines changed: 534437 additions & 7 deletions
File tree
- examples/SingleField/MASTU/2D/MASTU-Sep
- data
- src
- BoundaryConditions
- EquationSystems
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
- include/nektar_interface/cell_id_translation.hpp+4-6
- include/nektar_interface/composite_interaction/composite_collections.hpp+2-3
- include/nektar_interface/composite_interaction/composite_utility.hpp+3-3
- include/nektar_interface/composite_interaction/line_line_intersection.hpp+1-1
- include/nektar_interface/composite_interaction/line_plane_intersection.hpp+3-5
- include/nektar_interface/geometry_transport/geometry_container_3d.hpp+4-4
- include/nektar_interface/geometry_transport/geometry_local_remote_3d.hpp+2-2
- include/nektar_interface/geometry_transport/geometry_packing_utility.hpp+2-2
- include/nektar_interface/geometry_transport/geometry_transport_2d.hpp+2-3
- include/nektar_interface/geometry_transport/geometry_transport_3d.hpp+10-16
- include/nektar_interface/geometry_transport/geometry_types_3d.hpp+3-3
- include/nektar_interface/geometry_transport/halo_extension.hpp+5-9
- include/nektar_interface/geometry_transport/packed_geom_2d.hpp+27-18
- include/nektar_interface/geometry_transport/packed_geoms_2d.hpp+17-3
- include/nektar_interface/geometry_transport/remote_geom.hpp+56-36
- include/nektar_interface/geometry_transport/utility_geometry.hpp+1-1
- include/nektar_interface/particle_cell_mapping/coarse_lookup_map.hpp+1-1
- include/nektar_interface/particle_cell_mapping/map_particles_newton.hpp+3-2
- include/nektar_interface/particle_cell_mapping/mapping_newton_iteration_base.hpp+2-3
- include/nektar_interface/particle_cell_mapping/newton_generic_3d.hpp+1-1
- include/nektar_interface/particle_cell_mapping/newton_hex.hpp+4-5
- include/nektar_interface/particle_cell_mapping/newton_prism.hpp+1-1
- include/nektar_interface/particle_cell_mapping/newton_pyr.hpp+1-1
- include/nektar_interface/particle_cell_mapping/newton_quad.hpp+1-1
- include/nektar_interface/particle_cell_mapping/newton_quad_embed_3d.hpp+1-1
- include/nektar_interface/particle_cell_mapping/newton_relative_exit_tolerances.hpp+4-4
- include/nektar_interface/particle_cell_mapping/newton_tet.hpp+1-1
- include/nektar_interface/particle_cell_mapping/newton_triangle_embed_3d.hpp+1-1
- include/nektar_interface/particle_cell_mapping/particle_cell_mapping_common.hpp+21-22
- include/nektar_interface/particle_cell_mapping/x_map_bounding_box.hpp+2-2
- include/nektar_interface/particle_cell_mapping/x_map_newton.hpp+1-1
- include/nektar_interface/particle_mesh_interface.hpp+61-49
- include/nektar_interface/utility_mesh.hpp+3-3
- include/nektar_interface/utility_mesh_plotting.hpp+20-22
- nektar+1-1
- src/nektar_interface/composite_interaction/composite_collections.cpp+15-24
- src/nektar_interface/composite_interaction/composite_transport.cpp+3-4
- src/nektar_interface/composite_interaction/composite_utility.cpp+5-6
- src/nektar_interface/geometry_transport/geometry_transport_2d.cpp+10-13
- src/nektar_interface/geometry_transport/geometry_transport_3d.cpp+73-61
- src/nektar_interface/geometry_transport/halo_extension.cpp+32-24
- src/nektar_interface/particle_boundary_conditions.cpp+2-2
- src/nektar_interface/particle_cell_mapping/map_particles_2d.cpp+5-7
- src/nektar_interface/particle_cell_mapping/map_particles_2d_regular.cpp+6-8
- src/nektar_interface/particle_cell_mapping/map_particles_3d.cpp+3-3
- src/nektar_interface/particle_cell_mapping/map_particles_3d_regular.cpp+4-4
- src/nektar_interface/particle_cell_mapping/map_particles_host.cpp+6-6
- src/nektar_interface/particle_cell_mapping/x_map_bounding_box.cpp+2-2
- src/nektar_interface/utilities.cpp+4-4
- test/unit/nektar_interface/test_particle_geometry_interface.cpp+2-3
- test/unit/nektar_interface/test_particle_geometry_interface_3d.cpp+1-2
Submodule VANTAGE-Reactions updated 25 files
- .pre-commit-config.yaml+1-1
- CMakeLists.txt+1-1
- cmake/get_acpp_default_targets.cmake+16
- environments/spack_cuda_llvm/spack.yaml+6-1
- environments/spack_cuda_nvcxx/spack.yaml+5-1
- environments/spack_default/spack.yaml+1-1
- environments/spack_default_no_tests/spack.yaml+1-1
- environments/spack_generic/spack.yaml+32
- environments/spack_generic_cuda/spack.yaml+37
- environments/spack_omp_accelerated/spack.yaml+1-1
- src/reactions/reactions.hpp+1
- src/reactions_lib/interp_utils.hpp+252
- src/reactions_lib/reaction_data.hpp+1-1
- src/reactions_lib/reaction_data/array_lookup_data.hpp+4-1
- src/reactions_lib/reaction_data/interpolate_data.hpp+441
- src/reactions_lib/reaction_kernel_pre_reqs.hpp+3-3
- src/reactions_lib/transformation_wrapper.hpp+3-3
- test/unit/example_sources/example_amjuel_cs.hpp+3-3
- test/unit/example_sources/example_new_reaction_data.hpp+12-11
- test/unit/example_sources/example_recombination_kernels.hpp+28-23
- test/unit/example_sources/example_spec_builder.hpp+13-12
- test/unit/include/mock_interpolation_data.hpp+399
- test/unit/include/test_vantage_reactions_utils.hpp+12
- test/unit/test_extrapolation.cpp+1.3k
- test/unit/test_interpolation.cpp+577
Large diffs are not rendered by default.
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments