From bd0735f62d784b906ce34cbda81ddf083dbde33c Mon Sep 17 00:00:00 2001 From: MaxThevenet Date: Tue, 12 Nov 2019 15:34:29 -0800 Subject: cleaning, and additional checks --- Source/Parallelization/GuardCellManager.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Parallelization/GuardCellManager.H') 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(); -- cgit v1.2.3