diff options
author | 2021-07-01 21:50:30 -0700 | |
---|---|---|
committer | 2021-07-01 21:50:30 -0700 | |
commit | f44102d14f98f233f292d86fdfdd0ab33f08f43c (patch) | |
tree | b4ae27d186d211ec08966d9d9f0f652c84787fe5 /Examples/Modules/ionization | |
parent | a79985f83a2486e35bc28f2d580f7fe4a2c802f2 (diff) | |
download | WarpX-f44102d14f98f233f292d86fdfdd0ab33f08f43c.tar.gz WarpX-f44102d14f98f233f292d86fdfdd0ab33f08f43c.tar.zst WarpX-f44102d14f98f233f292d86fdfdd0ab33f08f43c.zip |
Filter Always ON by Default (#2031)
* Filter Always ON by Default
* Fix CI Tests
* Update Docs
* Fix CI Test dirichletbc
* Default WarpX::use_filter = 0 with RZ FDTD, Add Warnings
* Set WarpX::use_kspace_filter = true by Default, too
* RZ: Fix Bug with PSATD Binary and FDTD Runtime Solver
* Default use_kspace_filter = true, Fix Runtime Issue with Rho Functor
Diffstat (limited to 'Examples/Modules/ionization')
-rw-r--r-- | Examples/Modules/ionization/inputs_2d_bf_rt | 1 | ||||
-rw-r--r-- | Examples/Modules/ionization/inputs_2d_rt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Examples/Modules/ionization/inputs_2d_bf_rt b/Examples/Modules/ionization/inputs_2d_bf_rt index e29022889..f1572da10 100644 --- a/Examples/Modules/ionization/inputs_2d_bf_rt +++ b/Examples/Modules/ionization/inputs_2d_bf_rt @@ -16,6 +16,7 @@ warpx.moving_window_dir = z warpx.moving_window_v = 1.0 warpx.gamma_boost = 2. warpx.boost_direction = z +warpx.use_filter = 0 # Order of particle shape factors algo.particle_shape = 1 diff --git a/Examples/Modules/ionization/inputs_2d_rt b/Examples/Modules/ionization/inputs_2d_rt index 8244093c8..60402eae9 100644 --- a/Examples/Modules/ionization/inputs_2d_rt +++ b/Examples/Modules/ionization/inputs_2d_rt @@ -11,6 +11,7 @@ amr.max_level = 0 algo.maxwell_solver = ckc warpx.do_pml = 1 warpx.cfl = .999 +warpx.use_filter = 0 # Order of particle shape factors algo.particle_shape = 1 |