aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization/GuardCellManager.H
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-11-11 18:32:23 -0800
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-11-11 18:32:23 -0800
commit89069ca7ba61dc34f9b392c75d0d4e2f3c2e0938 (patch)
treec4de95bebf93ac838d0a262bc12b37f858d1a0ad /Source/Parallelization/GuardCellManager.H
parent0d06578a4f08aa7f98369109ca4f1bf88d09acf4 (diff)
downloadWarpX-89069ca7ba61dc34f9b392c75d0d4e2f3c2e0938.tar.gz
WarpX-89069ca7ba61dc34f9b392c75d0d4e2f3c2e0938.tar.zst
WarpX-89069ca7ba61dc34f9b392c75d0d4e2f3c2e0938.zip
move FillBoundaryF call to where needed, and allow for extra guard cells
Diffstat (limited to 'Source/Parallelization/GuardCellManager.H')
-rw-r--r--Source/Parallelization/GuardCellManager.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Parallelization/GuardCellManager.H b/Source/Parallelization/GuardCellManager.H
index 53d5ccc08..19378302e 100644
--- a/Source/Parallelization/GuardCellManager.H
+++ b/Source/Parallelization/GuardCellManager.H
@@ -19,7 +19,9 @@ public:
const int nox_fft, const int noy_fft, const int noz_fft,
const int nci_corr_stencil,
const int maxwell_fdtd_solver_id,
- const int max_level);
+ const int max_level,
+ const int extra_guard_cells_alloc,
+ const int extra_guard_cells_exchange);
amrex::IntVect ng_alloc_EB = amrex::IntVect::TheZeroVector();
amrex::IntVect ng_alloc_J = amrex::IntVect::TheZeroVector();