aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization/GuardCellManager.H
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-11-12 15:34:29 -0800
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-11-12 15:34:29 -0800
commitbd0735f62d784b906ce34cbda81ddf083dbde33c (patch)
tree8911ccf02546e8b07f0c35671a1fe40d8a11f987 /Source/Parallelization/GuardCellManager.H
parent8cc9c8a153b6526dad68ee2bcdcacf912969e747 (diff)
downloadWarpX-bd0735f62d784b906ce34cbda81ddf083dbde33c.tar.gz
WarpX-bd0735f62d784b906ce34cbda81ddf083dbde33c.tar.zst
WarpX-bd0735f62d784b906ce34cbda81ddf083dbde33c.zip
cleaning, and additional checks
Diffstat (limited to 'Source/Parallelization/GuardCellManager.H')
-rw-r--r--Source/Parallelization/GuardCellManager.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Parallelization/GuardCellManager.H b/Source/Parallelization/GuardCellManager.H
index c6fdecaee..9f2bafa19 100644
--- a/Source/Parallelization/GuardCellManager.H
+++ b/Source/Parallelization/GuardCellManager.H
@@ -21,13 +21,14 @@ public:
const int maxwell_fdtd_solver_id,
const int max_level);
+ // Guard cells allocated for each multifab
amrex::IntVect ng_alloc_EB = amrex::IntVect::TheZeroVector();
amrex::IntVect ng_alloc_J = amrex::IntVect::TheZeroVector();
amrex::IntVect ng_alloc_Rho = amrex::IntVect::TheZeroVector();
amrex::IntVect ng_alloc_F = amrex::IntVect::TheZeroVector();
int ng_alloc_F_int = 0;
- // Guard cells to exchange data
+ // Guard cells exchanged for specific in the PIC loop
amrex::IntVect ng_FieldSolver = amrex::IntVect::TheZeroVector();
amrex::IntVect ng_FieldGather = amrex::IntVect::TheZeroVector();
amrex::IntVect ng_UpdateAux = amrex::IntVect::TheZeroVector();