diff options
author | 2021-09-24 02:56:18 +0200 | |
---|---|---|
committer | 2021-09-24 02:56:18 +0200 | |
commit | c07bd63a9c7fbe7fc0060ecc980547376256d19a (patch) | |
tree | 2e6e139b592934a5c38d1e47a89304da15d1f876 /Source/Parallelization/GuardCellManager.H | |
parent | 3a6650e45ef4cf9fed32e62228f4f45f4e74303a (diff) | |
download | WarpX-c07bd63a9c7fbe7fc0060ecc980547376256d19a.tar.gz WarpX-c07bd63a9c7fbe7fc0060ecc980547376256d19a.tar.zst WarpX-c07bd63a9c7fbe7fc0060ecc980547376256d19a.zip |
Exchange fewer guard cells with standard PSATD solver (#2266)
* Try to exchange fewer guard cells with standard PSATD solver
* Add ng_afterPushPSATD variable in GuardCellManager
Diffstat (limited to 'Source/Parallelization/GuardCellManager.H')
-rw-r--r-- | Source/Parallelization/GuardCellManager.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Parallelization/GuardCellManager.H b/Source/Parallelization/GuardCellManager.H index d07c5c99a..4568db45a 100644 --- a/Source/Parallelization/GuardCellManager.H +++ b/Source/Parallelization/GuardCellManager.H @@ -80,6 +80,8 @@ public: amrex::IntVect ng_UpdateAux = amrex::IntVect::TheZeroVector(); // Number of guard cells of all MultiFabs that must exchanged before moving window amrex::IntVect ng_MovingWindow = amrex::IntVect::TheZeroVector(); + // Number of guard cells of E and B that are exchanged immediatly after the main PSATD push + amrex::IntVect ng_afterPushPSATD = amrex::IntVect::TheZeroVector(); // Number of guard cells for local deposition of J and rho amrex::IntVect ng_depos_J = amrex::IntVect::TheZeroVector(); |