Skip to content

Commit 0a18ea1

Browse files
Add fluid trilinos test case to test_fluid.py
1 parent bc5e089 commit 0a18ea1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_fluid.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ def test_iliac_artery(n_proc):
9999
test_folder = "iliac_artery"
100100
run_with_reference(base_folder, test_folder, fields, n_proc)
101101

102+
def test_iliac_artery_trilinos_gmres_ilut(n_proc):
103+
test_folder = "iliac_artery_trilinos_gmres_ilut"
104+
t_max = 2
105+
run_with_reference(base_folder, test_folder, fields, n_proc, t_max)
102106

103107
def test_quadratic_tet10(n_proc):
104108
test_folder = "quadratic_tet10"

0 commit comments

Comments
 (0)