aboutsummaryrefslogtreecommitdiff
path: root/Examples/Physics_applications/plasma_acceleration/PICMI_inputs_plasma_acceleration.py
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2019-12-10 10:01:24 -0800
committerGravatar Dave Grote <grote1@llnl.gov> 2019-12-10 10:01:24 -0800
commit23804276be35b5ce618acce2a6a9ad783f15f1fb (patch)
tree9c2a8f57f1bb08e8370f3e5686c658db8cbdc9b8 /Examples/Physics_applications/plasma_acceleration/PICMI_inputs_plasma_acceleration.py
parent974c888428015643108200de361aabddab892d82 (diff)
downloadWarpX-23804276be35b5ce618acce2a6a9ad783f15f1fb.tar.gz
WarpX-23804276be35b5ce618acce2a6a9ad783f15f1fb.tar.zst
WarpX-23804276be35b5ce618acce2a6a9ad783f15f1fb.zip
Changed several Python tests to run simulation
Diffstat (limited to 'Examples/Physics_applications/plasma_acceleration/PICMI_inputs_plasma_acceleration.py')
-rw-r--r--Examples/Physics_applications/plasma_acceleration/PICMI_inputs_plasma_acceleration.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/Physics_applications/plasma_acceleration/PICMI_inputs_plasma_acceleration.py b/Examples/Physics_applications/plasma_acceleration/PICMI_inputs_plasma_acceleration.py
index 7b1f9ea5d..89cb5f7e6 100644
--- a/Examples/Physics_applications/plasma_acceleration/PICMI_inputs_plasma_acceleration.py
+++ b/Examples/Physics_applications/plasma_acceleration/PICMI_inputs_plasma_acceleration.py
@@ -53,8 +53,8 @@ sim.add_species(plasma, layout=picmi.GriddedLayout(grid=grid, n_macroparticle_pe
# write_inputs will create an inputs file that can be used to run
# with the compiled version.
-sim.write_input_file(file_name = 'inputs_from_PICMI')
+#sim.write_input_file(file_name = 'inputs_from_PICMI')
# Alternatively, sim.step will run WarpX, controlling it from Python
-#sim.step()
+sim.step()