Skip to content

Commit 2533f0e

Browse files
committed
smaller nvidia setup problem
1 parent 2ab1c19 commit 2533f0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Examples/Tests/circuits/inputs_resonator

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stop_time = 100 * wavelength/c
1414
warpx.cfl = 0.9
1515

1616
# number of cells in each direction
17-
my_constants.ncells = 200
17+
my_constants.ncells = 40
1818
amr.n_cell = ncells ncells ncells
1919
amr.max_grid_size = ncells
2020

@@ -112,14 +112,14 @@ warpx.Bx_excitation_flag_function(x,y,z) = "2 * (x>-smalldx) * (x<smalldx) * (y>
112112
warpx.By_excitation_flag_function(x,y,z) = "0."
113113
warpx.Bz_excitation_flag_function(x,y,z) = "0."
114114

115-
warpx.Bx_excitation_grid_function(x,y,z,t) = "exp(-(t-t0)*(t-t0)/(BW*BW))*cos(2*pi*f*(t-t0))"
115+
warpx.Bx_excitation_grid_function(x,y,z,t) = "exp(-(t-t0)*(t-t0)/(BW*BW))*sin(2*pi*f*(t-t0))"
116116
warpx.By_excitation_grid_function(x,y,z,t) = "0."
117117
warpx.Bz_excitation_grid_function(x,y,z,t) = "0."
118118

119119
# plotfile diagnostics
120120
diagnostics.diags_names = plt
121121
plt.intervals = 100
122-
plt.fields_to_plot = Ex Ey Ez Bx By Bz
122+
plt.fields_to_plot = Ex Ey Ez Bx By Bz sigma
123123
plt.diag_type = Full
124124
plt.plot_raw_fields = 1
125125

0 commit comments

Comments
 (0)