diff options
Diffstat (limited to 'Examples/Tests/self_force_test/inputs')
-rw-r--r-- | Examples/Tests/self_force_test/inputs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Examples/Tests/self_force_test/inputs b/Examples/Tests/self_force_test/inputs index 1e55c1174..5e7bcc4f8 100644 --- a/Examples/Tests/self_force_test/inputs +++ b/Examples/Tests/self_force_test/inputs @@ -42,10 +42,9 @@ warpx.pml_ncell = 10 warpx.verbose = 1 # Algorithms -algo.current_deposition = 1 -algo.charge_deposition = 1 -algo.field_gathering = 1 -algo.particle_pusher = 0 +algo.current_deposition = esirkepov +algo.charge_deposition = standard +algo.field_gathering = standard # CFL warpx.cfl = 1.0 |