diff options
author | 2021-07-01 21:50:30 -0700 | |
---|---|---|
committer | 2021-07-01 21:50:30 -0700 | |
commit | f44102d14f98f233f292d86fdfdd0ab33f08f43c (patch) | |
tree | b4ae27d186d211ec08966d9d9f0f652c84787fe5 /Examples/Tests/PML/inputs_2d | |
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/Tests/PML/inputs_2d')
-rw-r--r-- | Examples/Tests/PML/inputs_2d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Tests/PML/inputs_2d b/Examples/Tests/PML/inputs_2d index d4d84f7aa..3284e98fd 100644 --- a/Examples/Tests/PML/inputs_2d +++ b/Examples/Tests/PML/inputs_2d @@ -21,9 +21,9 @@ geometry.prob_hi = 30.e-6 120.e-6 warpx.verbose = 1 # Algorithms - warpx.cfl = 1.0 warpx.do_pml = 1 +warpx.use_filter = 0 warpx.do_moving_window = 0 # warpx.moving_window_dir = z |