diff options
author | 2019-11-12 16:36:39 -0800 | |
---|---|---|
committer | 2019-11-12 16:36:39 -0800 | |
commit | 751b6e3867a2f41db88430476891fecb2e35b053 (patch) | |
tree | 161ba834c917f7735aa5bc4b96b95f8ac56534d1 /Source/Parallelization/GuardCellManager.H | |
parent | bd0735f62d784b906ce34cbda81ddf083dbde33c (diff) | |
download | WarpX-751b6e3867a2f41db88430476891fecb2e35b053.tar.gz WarpX-751b6e3867a2f41db88430476891fecb2e35b053.tar.zst WarpX-751b6e3867a2f41db88430476891fecb2e35b053.zip |
no guard cell exchanges for F with Yee solver. Remove print statements
Diffstat (limited to 'Source/Parallelization/GuardCellManager.H')
-rw-r--r-- | Source/Parallelization/GuardCellManager.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Parallelization/GuardCellManager.H b/Source/Parallelization/GuardCellManager.H index 9f2bafa19..2e1cebff8 100644 --- a/Source/Parallelization/GuardCellManager.H +++ b/Source/Parallelization/GuardCellManager.H @@ -30,6 +30,7 @@ public: // Guard cells exchanged for specific in the PIC loop amrex::IntVect ng_FieldSolver = amrex::IntVect::TheZeroVector(); + amrex::IntVect ng_FieldSolverF = amrex::IntVect::TheZeroVector(); amrex::IntVect ng_FieldGather = amrex::IntVect::TheZeroVector(); amrex::IntVect ng_UpdateAux = amrex::IntVect::TheZeroVector(); amrex::IntVect ng_MovingWindow = amrex::IntVect::TheZeroVector(); |