diff options
-rw-r--r-- | tests/Langmuir/input_file.pixr | 6 | ||||
-rw-r--r-- | tests/Langmuir/input_warpx | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/Langmuir/input_file.pixr b/tests/Langmuir/input_file.pixr index 3efa18227..2a9f3b8a3 100644 --- a/tests/Langmuir/input_file.pixr +++ b/tests/Langmuir/input_file.pixr @@ -40,7 +40,7 @@ section::main zmax = 20e-6 # Simulation duration (in 1/w0) # t_max = 7 - nsteps=21 + nsteps=41 ntilex = 1 ntiley = 1 @@ -69,7 +69,7 @@ section::solver noz = 1 # Current deposition method - currdepo = 3 + currdepo = 4 # Field gathering method fieldgathe = 1 @@ -90,7 +90,7 @@ end::solver section::plasma - nlab=1.1e25 + nlab=1.e25 gamma0=1. # Initialization type diff --git a/tests/Langmuir/input_warpx b/tests/Langmuir/input_warpx index 4ef764ce9..fffcf6d83 100644 --- a/tests/Langmuir/input_warpx +++ b/tests/Langmuir/input_warpx @@ -1,5 +1,5 @@ # Maximum number of time steps -max_step = 20 +max_step = 40 # number of grid points amr.n_cell = 64 64 64 @@ -23,7 +23,7 @@ geometry.prob_hi = 20.e-6 20.e-6 20.e-6 warpx.verbose = 1 # CFL -warpx.cfl = 0.7 +warpx.cfl = 1.0 langmuirwave.num_particles_per_cell = 10 langmuirwave.n_e = 1.e25 # number of electrons per m^3 |