-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed STREAM docs, previous advice was wrong. MDTEST doc finished exc…
…ept results.
- Loading branch information
1 parent
dfd13ac
commit 1ec48e6
Showing
8 changed files
with
78 additions
and
30 deletions.
There are no files selected for viewing
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
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
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
Submodule parthenon
updated
23 files
+6 −2 | CHANGELOG.md | |
+3 −2 | benchmarks/burgers/main.cpp | |
+67 −0 | doc/sphinx/src/parthenon_manager.rst | |
+4 −2 | example/advection/main.cpp | |
+3 −2 | example/calculate_pi/pi_driver.cpp | |
+3 −2 | example/particle_leapfrog/main.cpp | |
+3 −2 | example/particle_tracers/main.cpp | |
+3 −2 | example/poisson/main.cpp | |
+3 −2 | example/sparse_advection/main.cpp | |
+3 −2 | example/stochastic_subgrid/main.cpp | |
+6 −2 | src/bvals/bvals.hpp | |
+10 −7 | src/bvals/bvals_base.cpp | |
+3 −1 | src/driver/driver.cpp | |
+21 −34 | src/interface/sparse_pack_base.cpp | |
+20 −6 | src/interface/sparse_pack_base.hpp | |
+7 −4 | src/interface/variable.cpp | |
+35 −9 | src/mesh/amr_loadbalance.cpp | |
+34 −13 | src/mesh/logical_location.hpp | |
+2 −11 | src/mesh/mesh.cpp | |
+14 −5 | src/parameter_input.cpp | |
+11 −10 | src/parthenon_manager.cpp | |
+3 −2 | src/parthenon_manager.hpp | |
+16 −0 | tst/unit/test_sparse_pack.cpp |
Submodule trilinos
updated
1557 files
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
Submodule pavilion
updated
81 files