aboutsummaryrefslogtreecommitdiff
path: root/Examples/Physics_applications/laser_acceleration
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2020-01-09 15:45:49 -0800
committerGravatar Dave Grote <grote1@llnl.gov> 2020-01-09 15:45:49 -0800
commit8f23eb12d388e55dc7f1cc0b9fc426380fa1740c (patch)
treea46a0e235f266b9a349f10448f8c5eb9268d832a /Examples/Physics_applications/laser_acceleration
parente93fd4ee732826df82f6fd942b27b81daa7dbff4 (diff)
parent0b25b1b68f1b70e965295505d1503a3e57b6c2cc (diff)
downloadWarpX-8f23eb12d388e55dc7f1cc0b9fc426380fa1740c.tar.gz
WarpX-8f23eb12d388e55dc7f1cc0b9fc426380fa1740c.tar.zst
WarpX-8f23eb12d388e55dc7f1cc0b9fc426380fa1740c.zip
Merge remote-tracking branch 'ECPwarpx/dev' into fix_picmi_diagnostics
Diffstat (limited to 'Examples/Physics_applications/laser_acceleration')
-rw-r--r--Examples/Physics_applications/laser_acceleration/PICMI_inputs_laser_acceleration.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/Physics_applications/laser_acceleration/PICMI_inputs_laser_acceleration.py b/Examples/Physics_applications/laser_acceleration/PICMI_inputs_laser_acceleration.py
index 8848cecdb..04997b2ca 100644
--- a/Examples/Physics_applications/laser_acceleration/PICMI_inputs_laser_acceleration.py
+++ b/Examples/Physics_applications/laser_acceleration/PICMI_inputs_laser_acceleration.py
@@ -101,11 +101,11 @@ solver = picmi.ElectromagneticSolver(grid=grid, method='CKC', cfl=1.)
##########################
field_diag1 = picmi.FieldDiagnostic(grid = grid,
- period = 100,
+ period = 10,
warpx_plot_raw_fields = 1,
warpx_plot_raw_fields_guards = 1)
-part_diag1 = picmi.ParticleDiagnostic(period = 100,
+part_diag1 = picmi.ParticleDiagnostic(period = 10,
species = [electrons])
##########################