diff options
author | 2019-11-12 08:21:09 -0800 | |
---|---|---|
committer | 2019-11-12 08:21:09 -0800 | |
commit | 35c888f9901e9da412261556b768f7d37752d965 (patch) | |
tree | fdacad4ac33d644b9c1a530c14ffc723a697194e /Source/Parallelization/GuardCellManager.H | |
parent | 89069ca7ba61dc34f9b392c75d0d4e2f3c2e0938 (diff) | |
download | WarpX-35c888f9901e9da412261556b768f7d37752d965.tar.gz WarpX-35c888f9901e9da412261556b768f7d37752d965.tar.zst WarpX-35c888f9901e9da412261556b768f7d37752d965.zip |
Revert "move FillBoundaryF call to where needed, and allow for extra guard cells"
This reverts commit 89069ca7ba61dc34f9b392c75d0d4e2f3c2e0938.
Diffstat (limited to 'Source/Parallelization/GuardCellManager.H')
-rw-r--r-- | Source/Parallelization/GuardCellManager.H | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Parallelization/GuardCellManager.H b/Source/Parallelization/GuardCellManager.H index 19378302e..53d5ccc08 100644 --- a/Source/Parallelization/GuardCellManager.H +++ b/Source/Parallelization/GuardCellManager.H @@ -19,9 +19,7 @@ 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 extra_guard_cells_alloc, - const int extra_guard_cells_exchange); + const int max_level); amrex::IntVect ng_alloc_EB = amrex::IntVect::TheZeroVector(); amrex::IntVect ng_alloc_J = amrex::IntVect::TheZeroVector(); |