diff options
author | 2020-02-21 14:27:52 -0800 | |
---|---|---|
committer | 2020-02-21 14:27:52 -0800 | |
commit | 29e99787fc8b6548f20c352ffe24fe7a94ed3edb (patch) | |
tree | 80276e0d911bef5b455b4eabf4ece8e4b15bfba5 /Source/Parallelization/GuardCellManager.H | |
parent | 5ae9c7e3edcc18272e32f5871329c024fddc4df9 (diff) | |
download | WarpX-29e99787fc8b6548f20c352ffe24fe7a94ed3edb.tar.gz WarpX-29e99787fc8b6548f20c352ffe24fe7a94ed3edb.tar.zst WarpX-29e99787fc8b6548f20c352ffe24fe7a94ed3edb.zip |
Make the option to exchange all guard cells safer (#709)
* make the option to exchange all guard cells safer
* EOL ****
* more consistent naming in guard cells test script
Diffstat (limited to 'Source/Parallelization/GuardCellManager.H')
-rw-r--r-- | Source/Parallelization/GuardCellManager.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Parallelization/GuardCellManager.H b/Source/Parallelization/GuardCellManager.H index 4bc08cb14..70948baa8 100644 --- a/Source/Parallelization/GuardCellManager.H +++ b/Source/Parallelization/GuardCellManager.H @@ -49,7 +49,7 @@ public: const int maxwell_fdtd_solver_id, const int max_level, const amrex::Array<amrex::Real,3> v_galilean, - const bool exchange_all_guard_cells); + const bool safe_guard_cells); // Guard cells allocated for MultiFabs E and B amrex::IntVect ng_alloc_EB = amrex::IntVect::TheZeroVector(); |