-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a coordinate output bug by updating Parthenon
- Loading branch information
Ben Prather
committed
Sep 6, 2023
1 parent
9f4b92a
commit d4fc511
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
Submodule parthenon
updated
28 files
+4 −0 | CHANGELOG.md | |
+3 −0 | doc/sphinx/src/interface/metadata.rst | |
+5 −11 | example/calculate_pi/pi_driver.cpp | |
+4 −10 | example/stochastic_subgrid/stochastic_subgrid_driver.cpp | |
+1 −0 | src/CMakeLists.txt | |
+6 −4 | src/bvals/bvals.hpp | |
+6 −3 | src/bvals/bvals_base.cpp | |
+0 −1 | src/bvals/comms/bnd_info.cpp | |
+2 −2 | src/defs.hpp | |
+3 −10 | src/interface/data_collection.cpp | |
+1 −1 | src/interface/data_collection.hpp | |
+36 −0 | src/interface/mesh_data.cpp | |
+13 −16 | src/interface/mesh_data.hpp | |
+6 −0 | src/interface/meshblock_data.cpp | |
+7 −0 | src/interface/meshblock_data.hpp | |
+6 −1 | src/interface/metadata.hpp | |
+2 −2 | src/interface/sparse_pack.hpp | |
+59 −38 | src/interface/sparse_pack_base.cpp | |
+13 −7 | src/interface/sparse_pack_base.hpp | |
+3 −1 | src/interface/swarm_container.hpp | |
+20 −10 | src/mesh/amr_loadbalance.cpp | |
+23 −12 | src/mesh/logical_location.hpp | |
+7 −7 | src/mesh/mesh.cpp | |
+2 −2 | src/outputs/history.cpp | |
+4 −1 | src/parameter_input.cpp | |
+2 −2 | tst/unit/test_mesh_data.cpp | |
+5 −0 | tst/unit/test_metadata.cpp | |
+12 −2 | tst/unit/test_sparse_pack.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters