aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization/GuardCellManager.H
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-11-12 16:36:39 -0800
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-11-12 16:36:39 -0800
commit751b6e3867a2f41db88430476891fecb2e35b053 (patch)
tree161ba834c917f7735aa5bc4b96b95f8ac56534d1 /Source/Parallelization/GuardCellManager.H
parentbd0735f62d784b906ce34cbda81ddf083dbde33c (diff)
downloadWarpX-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.H1
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();