Skip to content

Commit 62f5f29

Browse files
committed
added a test for nonuniform solver
1 parent 336f8a6 commit 62f5f29

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ def do_tests(build, out_file, do_standalone=True, do_main=True,
4747
tests.append(PyroTest("advection_rk", "smooth", "inputs.smooth", opts))
4848
tests.append(PyroTest("advection_fv4",
4949
"smooth", "inputs.smooth", opts))
50+
tests.append(PyroTest("advection_nonuniform",
51+
"slotted", "inputs.slotted", opts))
5052
tests.append(PyroTest("compressible", "quad", "inputs.quad", opts))
5153
tests.append(PyroTest("compressible", "sod", "inputs.sod.x", opts))
5254
tests.append(PyroTest("compressible", "rt", "inputs.rt", opts))

0 commit comments

Comments
 (0)