aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization/GuardCellManager.H
diff options
context:
space:
mode:
authorGravatar Edoardo Zoni <59625522+EZoni@users.noreply.github.com> 2021-03-04 10:23:06 -0800
committerGravatar GitHub <noreply@github.com> 2021-03-04 10:23:06 -0800
commitf51c8bdf36077b3f53cc60ea9633f42a6346f103 (patch)
tree5b6f92bf03d9256346fce5a9403b4400b8a4ab09 /Source/Parallelization/GuardCellManager.H
parent279e5266ab50977ba8ea7a3ca20e848eb9ba16d2 (diff)
downloadWarpX-f51c8bdf36077b3f53cc60ea9633f42a6346f103.tar.gz
WarpX-f51c8bdf36077b3f53cc60ea9633f42a6346f103.tar.zst
WarpX-f51c8bdf36077b3f53cc60ea9633f42a6346f103.zip
Remove extra ghost cell used with momentum-conserving gathering (#1758)
Diffstat (limited to 'Source/Parallelization/GuardCellManager.H')
-rw-r--r--Source/Parallelization/GuardCellManager.H7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Parallelization/GuardCellManager.H b/Source/Parallelization/GuardCellManager.H
index 0e6daea3e..84aa45d38 100644
--- a/Source/Parallelization/GuardCellManager.H
+++ b/Source/Parallelization/GuardCellManager.H
@@ -42,7 +42,6 @@ public:
const bool do_fdtd_nci_corr,
const bool do_nodal,
const bool do_moving_window,
- const bool aux_is_nodal,
const int moving_window_dir,
const int nox,
const int nox_fft, const int noy_fft, const int noz_fft,
@@ -76,12 +75,6 @@ public:
// Number of guard cells of all MultiFabs that must exchanged before moving window
amrex::IntVect ng_MovingWindow = amrex::IntVect::TheZeroVector();
- // When the auxiliary grid is nodal but the field solver is staggered
- // (typically with momentum-conserving gather with FDTD Yee solver),
- // An extra guard cell is needed on the fine grid to do the interpolation
- // for E and B.
- amrex::IntVect ng_Extra = amrex::IntVect::TheZeroVector();
-
// Number of guard cells for local deposition of J and rho
amrex::IntVect ng_depos_J = amrex::IntVect::TheZeroVector();
amrex::IntVect ng_depos_rho = amrex::IntVect::TheZeroVector();