-
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.
Update Parthenon module w/proposed fns
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule parthenon
updated
18 files
+1 −0 | CHANGELOG.md | |
+28 −0 | doc/sphinx/src/interface/state.rst | |
+12 −11 | src/interface/data_collection.cpp | |
+22 −18 | src/interface/data_collection.hpp | |
+6 −6 | src/interface/mesh_data.hpp | |
+3 −3 | src/interface/meshblock_data.cpp | |
+6 −6 | src/interface/meshblock_data.hpp | |
+1 −1 | src/interface/metadata.cpp | |
+13 −9 | src/interface/metadata.hpp | |
+2 −0 | src/interface/sparse_pack_base.hpp | |
+47 −6 | src/interface/state_descriptor.cpp | |
+15 −3 | src/interface/state_descriptor.hpp | |
+4 −2 | src/mesh/mesh.cpp | |
+1 −1 | src/mesh/mesh.hpp | |
+1 −1 | src/mesh/meshblock.cpp | |
+1 −1 | src/parthenon/driver.hpp | |
+1 −1 | tst/unit/test_meshblock_data_iterator.cpp | |
+1 −1 | tst/unit/test_metadata.cpp |