Skip to content

Commit f0f7106

Browse files
committed
Go back to Yee
1 parent 7b07837 commit f0f7106

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Examples/Tests/langmuir/inputs_test_3d_langmuir_multi_customcoef

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ FILE = inputs_base_3d
33

44
algo.maxwell_solver = customcoef
55

6-
algo.custom_coef_upward_stencil_z = 0.5 0.1666666
6+
algo.custom_coef_upward_stencil_z = 1 0
77
algo.custom_coef_downward_stencil_z = 1 0
88

9-
algo.custom_coef_upward_stencil_x = 0.5 0.1666666
9+
algo.custom_coef_upward_stencil_x = 1 0
1010
algo.custom_coef_downward_stencil_x = 1 0
1111

12-
algo.custom_coef_upward_stencil_y = 0.5 0.1666666
12+
algo.custom_coef_upward_stencil_y = 1 0
1313
algo.custom_coef_downward_stencil_y = 1 0

0 commit comments

Comments
 (0)