diff options
Diffstat (limited to 'Examples')
-rw-r--r-- | Examples/Tests/Langmuir/inputs.multi.rt | 6 | ||||
-rwxr-xr-x | Examples/Tests/Langmuir/langmuir_multi_analysis.py | 2 | ||||
-rw-r--r-- | Examples/Tests/Larmor/inputs | 3 | ||||
-rw-r--r-- | Examples/Tests/Larmor/inputs.ml | 3 | ||||
-rw-r--r-- | Examples/Tests/laser_on_fine/inputs | 2 | ||||
-rw-r--r-- | Examples/Tests/laser_on_fine/inputs.2d | 2 |
6 files changed, 8 insertions, 10 deletions
diff --git a/Examples/Tests/Langmuir/inputs.multi.rt b/Examples/Tests/Langmuir/inputs.multi.rt index 8e6d6d8e1..0dd0da3b8 100644 --- a/Examples/Tests/Langmuir/inputs.multi.rt +++ b/Examples/Tests/Langmuir/inputs.multi.rt @@ -12,7 +12,7 @@ amr.max_grid_size = 32 amr.max_level = 0 amr.plot_int = 20 # How often to write plotfiles. "<= 0" means no plotfiles. -warpx.plot_rho = 1 +warpx.fields_to_plot = Ex Ey Ez Bx By Bz jx jy jz part_per_cell rho # Geometry geometry.coord_sys = 0 # 0: Cartesian @@ -58,7 +58,7 @@ electrons.ymin = -20.e-6 electrons.ymax = 20.e-6 electrons.zmin = -20.e-6 electrons.zmax = 20.e-6 -electrons.plot_vars = w ux Bz Ey +electrons.plot_vars = w ux Ey electrons.profile = constant electrons.density = 2.e24 # number of electrons per m^3 @@ -77,7 +77,7 @@ positrons.ymin = -20.e-6 positrons.ymax = 20.e-6 positrons.zmin = -20.e-6 positrons.zmax = 20.e-6 -positrons.plot_vars = w ux Bz Ey +positrons.plot_vars = w ux Ey positrons.profile = constant positrons.density = 2.e24 # number of positrons per m^3 diff --git a/Examples/Tests/Langmuir/langmuir_multi_analysis.py b/Examples/Tests/Langmuir/langmuir_multi_analysis.py index fab613e19..890320be8 100755 --- a/Examples/Tests/Langmuir/langmuir_multi_analysis.py +++ b/Examples/Tests/Langmuir/langmuir_multi_analysis.py @@ -66,13 +66,13 @@ ds = yt.load(fn) for species in ['electrons', 'positrons']: for field in ['particle_weight', 'particle_momentum_x', - 'particle_Bz', 'particle_Ey']: assert (species, field) in ds.field_list for field in ['particle_momentum_y', 'particle_momentum_z', 'particle_Bx', 'particle_By', + 'particle_Bz', 'particle_Ex', 'particle_Ez']: assert (species, field) not in ds.field_list diff --git a/Examples/Tests/Larmor/inputs b/Examples/Tests/Larmor/inputs index da8fb5bae..9ffd6ded9 100644 --- a/Examples/Tests/Larmor/inputs +++ b/Examples/Tests/Larmor/inputs @@ -20,10 +20,9 @@ warpx.fine_tag_hi = 0.8 0.8 amr.plot_int = 1 # How often to write plotfiles. "<= 0" means no plotfiles. warpx.plot_raw_fields = 1 -warpx.plot_dive = 1 -warpx.plot_divb = 1 warpx.plot_finepatch = 1 warpx.plot_crsepatch = 1 +warpx.fields_to_plot = Ex Ey Ez Bx By Bz jx jy jz part_per_cell divE divB # Geometry geometry.coord_sys = 0 # 0: Cartesian diff --git a/Examples/Tests/Larmor/inputs.ml b/Examples/Tests/Larmor/inputs.ml index 3cfb978d7..f70560bd9 100644 --- a/Examples/Tests/Larmor/inputs.ml +++ b/Examples/Tests/Larmor/inputs.ml @@ -20,10 +20,9 @@ warpx.fine_tag_hi = 0.8 0.8 amr.plot_int = 2 # How often to write plotfiles. "<= 0" means no plotfiles. warpx.plot_raw_fields = 1 -warpx.plot_dive = 1 -warpx.plot_divb = 1 warpx.plot_finepatch = 1 warpx.plot_crsepatch = 1 +warpx.fields_to_plot = Ex Ey Ez Bx By Bz jx jy jz part_per_cell divE divB # Geometry geometry.coord_sys = 0 # 0: Cartesian diff --git a/Examples/Tests/laser_on_fine/inputs b/Examples/Tests/laser_on_fine/inputs index 9d3133dd7..83d70e6a1 100644 --- a/Examples/Tests/laser_on_fine/inputs +++ b/Examples/Tests/laser_on_fine/inputs @@ -20,9 +20,9 @@ warpx.fine_tag_hi = 10.e-6 10.e-6 0.4e-6 amr.plot_int = 10 # How often to write plotfiles. "<= 0" means no plotfiles. warpx.plot_raw_fields = 1 -warpx.plot_divb = 1 warpx.plot_finepatch = 1 warpx.plot_crsepatch = 1 +warpx.fields_to_plot = Ex Ey Ez Bx By Bz jx jy jz part_per_cell divB # Geometry geometry.coord_sys = 0 # 0: Cartesian diff --git a/Examples/Tests/laser_on_fine/inputs.2d b/Examples/Tests/laser_on_fine/inputs.2d index d011ff4ee..6919bac64 100644 --- a/Examples/Tests/laser_on_fine/inputs.2d +++ b/Examples/Tests/laser_on_fine/inputs.2d @@ -20,9 +20,9 @@ warpx.fine_tag_hi = 10.e-6 0.4e-6 amr.plot_int = 10 # How often to write plotfiles. "<= 0" means no plotfiles. warpx.plot_raw_fields = 1 -warpx.plot_divb = 1 warpx.plot_finepatch = 1 warpx.plot_crsepatch = 1 +warpx.fields_to_plot = Ex Ey Ez Bx By Bz jx jy jz part_per_cell divB # Geometry geometry.coord_sys = 0 # 0: Cartesian |