add parallel test with polymer

This commit is contained in:
Arne Morten Kvarving 2019-12-04 11:59:59 +01:00
parent e7463c9c85
commit f7b76e2b43

View File

@ -474,4 +474,10 @@ if(MPI_FOUND)
SIMULATOR flow
ABS_TOL ${abs_tol_parallel}
REL_TOL ${coarse_rel_tol_parallel})
add_test_compare_parallel_simulation(CASENAME polymer_simple2D
FILENAME 2D_THREEPHASE_POLY_HETER
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${coarse_rel_tol})
endif()