-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generalized multi-level relaxation (#1233)
* This has a bug on the second fill patch with two levels. * This ran. * hitting uninitialized data. * This runs but is not perfectly verified for correctness and has more of an affect on the boundaries than expected. * Hack update in set region for the fast integrator. * This is a mess but it's close. Need to fix the sponge factors near corners. The mask seems OK but the logic is hard to follow. * THIS WORKS! * fix plotfile and general clean up. * Remove G2E from slow_pre. Plan to remove update_interior_ghost; this will be overwritten with FIP. Need to remove G2E from fast_rhs. * Remove grids to evolve. Start style changes in microphysics and radiation. * General clean up. * More clean up. * Cleanup and fix for intermediate level with dynamic refinement. * Blocking factors * Use complement method to build mask. * Clean up blocking factors, modify inputs for dynamic ref, and Weiqun edits to DM/BA. * Update Source/BoundaryConditions/ERF_FillPatcher.cpp Co-authored-by: Weiqun Zhang <[email protected]> * Update Source/BoundaryConditions/ERF_FillPatcher.cpp Co-authored-by: Weiqun Zhang <[email protected]> * Update Source/BoundaryConditions/ERF_FillPatcher.cpp Co-authored-by: Weiqun Zhang <[email protected]> * Const and new fill function to be called by wrappers. * Reduce number of mask setvals. --------- Co-authored-by: Ann Almgren <[email protected]> Co-authored-by: Weiqun Zhang <[email protected]>
- Loading branch information
1 parent
0598c89
commit f0d8d23
Showing
29 changed files
with
825 additions
and
880 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
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.