aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r--Source/WarpX.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H
index 371cc5663..a30262a25 100644
--- a/Source/WarpX.H
+++ b/Source/WarpX.H
@@ -1003,7 +1003,7 @@ private:
amrex::Vector<std::unique_ptr<amrex::MultiFab> > charge_buf;
// PML
- int do_pml = 1;
+ int do_pml = 0;
int do_silver_mueller = 0;
int pml_ncell = 10;
int pml_delta = 10;
@@ -1012,8 +1012,8 @@ private:
int do_pml_in_domain = 0;
bool do_pml_dive_cleaning; // default set in WarpX.cpp
bool do_pml_divb_cleaning; // default set in WarpX.cpp
- amrex::IntVect do_pml_Lo = amrex::IntVect::TheUnitVector();
- amrex::IntVect do_pml_Hi = amrex::IntVect::TheUnitVector();
+ amrex::IntVect do_pml_Lo = amrex::IntVect::TheZeroVector();
+ amrex::IntVect do_pml_Hi = amrex::IntVect::TheZeroVector();
amrex::Vector<std::unique_ptr<PML> > pml;
amrex::Real moving_window_x = std::numeric_limits<amrex::Real>::max();