diff options
Diffstat (limited to 'Source/Parallelization/GuardCellManager.H')
-rw-r--r-- | Source/Parallelization/GuardCellManager.H | 7 |
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(); |