-
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.
After a fix to parthenon and an index check, AMR/re-meshing fully works. Also discovered/tried/demonstrated static meshing. Several drive-by fixes for compiler warnings etc, and switch to the new split ParthenonInit to call FixParameters a little more naturally. Just need polar/outflow boundaries (maybe?) and initialization and we've got working 2D SANE AMR sims. Note the EMF prolongation operator WILL NEED SMALL CHANGES FOR 3D.
- Loading branch information
Showing
23 changed files
with
475 additions
and
191 deletions.
There are no files selected for viewing
Submodule parthenon
updated
8 files
+1 −0 | CHANGELOG.md | |
+4 −2 | src/bvals/bvals.hpp | |
+7 −7 | src/bvals/bvals_base.cpp | |
+2 −2 | src/defs.hpp | |
+4 −2 | src/interface/metadata.hpp | |
+31 −11 | src/mesh/amr_loadbalance.cpp | |
+14 −4 | src/mesh/logical_location.hpp | |
+6 −6 | src/mesh/mesh.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
Oops, something went wrong.