diff options
Diffstat (limited to 'Examples/Tests/gpu_test/inputs')
-rw-r--r-- | Examples/Tests/gpu_test/inputs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Examples/Tests/gpu_test/inputs b/Examples/Tests/gpu_test/inputs index 2b719655d..e4ae27469 100644 --- a/Examples/Tests/gpu_test/inputs +++ b/Examples/Tests/gpu_test/inputs @@ -24,10 +24,8 @@ warpx.do_pml = 0 warpx.verbose = 1 # Algorithms -algo.current_deposition = 3 -algo.charge_deposition = 0 -algo.field_gathering = 1 -algo.particle_pusher = 0 +algo.current_deposition = direct +algo.field_gathering = standard interpolation.nox = 1 interpolation.noy = 1 |