File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,16 @@ add_warpx_test(
3131 OFF # dependency
3232)
3333
34+ add_warpx_test(
35+ test_2d_langmuir_multi_mr_maxlevel2 # name
36+ 2 # dims
37+ 2 # nprocs
38+ inputs_test_2d_langmuir_multi_mr_maxlevel2 # inputs
39+ "analysis_2d.py diags/diag1000080" # analysis
40+ "analysis_default_regression.py --path diags/diag1000080" # checksum
41+ OFF # dependency
42+ )
43+
3444add_warpx_test(
3545 test_2d_langmuir_multi_mr_anisotropic # name
3646 2 # dims
Original file line number Diff line number Diff line change 1+ # base input parameters
2+ FILE = inputs_base_2d
3+
4+ # mesh-refinement
5+ amr.max_level = 2
6+ amr.ref_ratio = 2
7+ warpx.fine_tag_lo = -10.e-6 -10.e-6
8+ warpx.fine_tag_hi = 10.e-6 10.e-6
9+
10+ # Algorithms
11+ algo.maxwell_solver = ckc
12+ warpx.use_filter = 1
13+
14+ # test input parameters
15+ diag1.electrons.variables = x z w ux uy uz
16+ diag1.positrons.variables = x z w ux uy uz
You can’t perform that action at this time.
0 commit comments