-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [Draft] Mesh Refinement - update test example - add Jupyter notebook for testing - add todo's for SyncRho to fill coarser patches with charge from finer patches Co-authored-by: Remi Lehe <[email protected]> * 1 Level Static MR Working * Generalize prob_relative for MR * Fix RealBox Calcs, Deposit Fine-to-Coarse lvls * Add Masks and Avoid Dbl Counting Prepare for filters, too. * Fix lev>0 ProbDomain In AMReX, even partially covering levels still use the same prob domain as the lower levels * Cleanup: Print Commands * Expanding Beam Example: MR Level 1 - [x] AMReX inputs file with 1 MR level - [ ] Python script with 1 MR level * Docs: Cleaning * Remove Debug Print * Expanding Beam Example: MR Level 1 - [x] AMReX inputs file with 1 MR level - [x] Python script with 1 MR level * Inputs: honor pre-set `amr.max_level` Resetting before `initGrids` does not yet work. * Cleanup: Remove `CheckCharge.ipynb` Used for local tests during development. --------- Co-authored-by: Remi Lehe <[email protected]>
- Loading branch information
Showing
14 changed files
with
305 additions
and
60 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
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
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.