diff options
author | 2020-04-28 10:00:36 -0700 | |
---|---|---|
committer | 2020-04-28 10:00:36 -0700 | |
commit | 6bc92cd569ff1447218abf162c89996e1d0bad7f (patch) | |
tree | d88cea15102be5dbe04d321c4abcacd3bc4ffe92 /Examples/Modules | |
parent | 377568fa95c1c19f4e0f7868b6704ca35b0ba942 (diff) | |
download | WarpX-6bc92cd569ff1447218abf162c89996e1d0bad7f.tar.gz WarpX-6bc92cd569ff1447218abf162c89996e1d0bad7f.tar.zst WarpX-6bc92cd569ff1447218abf162c89996e1d0bad7f.zip |
Reduce size of test output (#857)
* reduce size of qed_breit_wheeler_opt_depth_evolution
* Update analysis_3d_optical_depth_evolution.py
* Update analysis_3d_optical_depth_evolution.py
* reduce size of Langmuir_multi and delete Langmuir_{x,y,z}
* reduce ppc and filter fields dumped
* finalize cartesian Langmuir tests
* minor changes to python rz multimode
* smaller restart test
* reduce size of TwoParticle_electrostatic
* smaller laser_injection test
* revert changes in QED 3D BW test as it is done in another PR
Diffstat (limited to 'Examples/Modules')
-rw-r--r-- | Examples/Modules/laser_injection/inputs_3d_rt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Examples/Modules/laser_injection/inputs_3d_rt b/Examples/Modules/laser_injection/inputs_3d_rt index ef2f2d738..9643bf55e 100644 --- a/Examples/Modules/laser_injection/inputs_3d_rt +++ b/Examples/Modules/laser_injection/inputs_3d_rt @@ -2,11 +2,11 @@ max_step = 1000 # number of grid points -amr.n_cell = 64 64 240 +amr.n_cell = 32 32 240 # Maximum allowable size of each subdomain in the problem domain; # this is used to decompose the domain for parallel calculations. -amr.max_grid_size = 32 +amr.max_grid_size = 16 # Maximum level in hierarchy (for now must be 0, i.e., one level in total) amr.max_level = 0 @@ -43,7 +43,7 @@ laser1.wavelength = 0.8e-6 # The wavelength of the laser (in meters) # I/O amr.plot_int = 20 -warpx.fields_to_plot = jx jy jz Ex Ey Ez Bx Bz +warpx.fields_to_plot = jy Ey Ez Bx Bz warpx.do_pml = 0 # Moving window |