diff options
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r-- | Source/WarpX.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H index 2cb5f4483..9b73174ea 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -152,6 +152,9 @@ public: // default is false for standard PSATD and true for Galilean PSATD (set in WarpX.cpp) bool update_with_rho = false; + // PSATD: Whether to fill the guard cells with inverse FFTs based on the boundary conditions + static amrex::IntVect fill_guards; + // div(E) and div(B) cleaning static bool do_dive_cleaning; static bool do_divb_cleaning; |