diff options
author | 2019-06-20 16:22:24 -0700 | |
---|---|---|
committer | 2019-06-20 16:22:24 -0700 | |
commit | ae9fdb55a96d44f411d93c5bddcc31ea3be0c0dd (patch) | |
tree | e7b78ba43f53fb5a25544f9f62b58c7756d7a50b /Examples/Modules/laser_injection | |
parent | 7e0bae5661709febce5c40db627f4a3f5dfeee84 (diff) | |
parent | b1beba190f3a4b55f1ec16a1b0c81dfcabfa5b95 (diff) | |
download | WarpX-ae9fdb55a96d44f411d93c5bddcc31ea3be0c0dd.tar.gz WarpX-ae9fdb55a96d44f411d93c5bddcc31ea3be0c0dd.tar.zst WarpX-ae9fdb55a96d44f411d93c5bddcc31ea3be0c0dd.zip |
Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into SliceGeneration_with_yt_compliance_for_viz
Diffstat (limited to 'Examples/Modules/laser_injection')
-rw-r--r-- | Examples/Modules/laser_injection/inputs | 4 | ||||
-rw-r--r-- | Examples/Modules/laser_injection/inputs.2d.rt | 5 | ||||
-rw-r--r-- | Examples/Modules/laser_injection/inputs.rt | 4 |
3 files changed, 1 insertions, 12 deletions
diff --git a/Examples/Modules/laser_injection/inputs b/Examples/Modules/laser_injection/inputs index 4186f2682..91ea135d1 100644 --- a/Examples/Modules/laser_injection/inputs +++ b/Examples/Modules/laser_injection/inputs @@ -21,10 +21,6 @@ geometry.prob_hi = 20.e-6 20.e-6 12.e-6 warpx.verbose = 1 # Algorithms -algo.current_deposition = 0 -algo.charge_deposition = 0 -algo.field_gathering = 0 -algo.particle_pusher = 0 # CFL warpx.cfl = 1.0 diff --git a/Examples/Modules/laser_injection/inputs.2d.rt b/Examples/Modules/laser_injection/inputs.2d.rt index 1c40525f8..db726a98c 100644 --- a/Examples/Modules/laser_injection/inputs.2d.rt +++ b/Examples/Modules/laser_injection/inputs.2d.rt @@ -23,10 +23,7 @@ warpx.serialize_ics = 1 warpx.verbose = 1 # Algorithms -algo.current_deposition = 1 -algo.charge_deposition = 0 -algo.field_gathering = 0 -algo.particle_pusher = 0 +algo.current_deposition = esirkepov # CFL warpx.cfl = 1.0 diff --git a/Examples/Modules/laser_injection/inputs.rt b/Examples/Modules/laser_injection/inputs.rt index b6f49d661..cec710403 100644 --- a/Examples/Modules/laser_injection/inputs.rt +++ b/Examples/Modules/laser_injection/inputs.rt @@ -23,10 +23,6 @@ warpx.serialize_ics = 1 warpx.verbose = 1 # Algorithms -algo.current_deposition = 0 -algo.charge_deposition = 0 -algo.field_gathering = 0 -algo.particle_pusher = 0 # CFL warpx.cfl = 1.0 |