diff options
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 |