From 5078e547f78a42a7f5dca22239cfcaac65a70f5e Mon Sep 17 00:00:00 2001 From: Tobias Meisel <tobias.meisel@ufz.de> Date: Mon, 26 Oct 2020 18:09:51 +0100 Subject: [PATCH] [T] Add first test with xdmf output --- ProcessLib/LiquidFlow/Tests.cmake | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ProcessLib/LiquidFlow/Tests.cmake b/ProcessLib/LiquidFlow/Tests.cmake index 1164dbcd60b..0c57ee4d60a 100644 --- a/ProcessLib/LiquidFlow/Tests.cmake +++ b/ProcessLib/LiquidFlow/Tests.cmake @@ -430,6 +430,23 @@ AddTest( LF_square_1x1_tri_1.8e1_surfaceflux_ts_2_t_0.864000_expected.vtu LF_square_1x1_tri_1.8e1_surfaceflux_square_1x1_tri_1.8e1_ts_2_t_0.864000.vtu pressure pressure 1e-7 1e-13 ) +AddTest( + NAME SimpleSynthetics_XDMF + PATH Parabolic/LiquidFlow/SimpleSynthetics/XDMF + EXECUTABLE ogs + EXECUTABLE_ARGS FunctionParameterTest_XDMF.prj + WRAPPER time + TESTER xdmfdiff + REQUIREMENTS NOT OGS_USE_MPI + DIFF_DATA + square_5x5_tris_32_right_boundary_ts_0_t_0.000000.xdmf square_5x5_tris_32_right_boundary_ts_0_t_0.000000.xdmf pressure pressure 1e-7 1e-13 + square_5x5_tris_32_right_boundary_ts_1_t_1.000000.xdmf square_5x5_tris_32_right_boundary_ts_1_t_1.000000.xdmf pressure pressure 1e-7 1e-13 + square_5x5_tris_32_left_boundary_ts_0_t_0.000000.xdmf square_5x5_tris_32_left_boundary_ts_0_t_0.000000.xdmf pressure pressure 1e-7 1e-13 + square_5x5_tris_32_left_boundary_ts_1_t_1.000000.xdmf square_5x5_tris_32_left_boundary_ts_1_t_1.000000.xdmf pressure pressure 1e-7 1e-13 + square_5x5_tris_32_ts_0_t_0.000000.xdmf square_5x5_tris_32_ts_0_t_0.000000.xdmf pressure pressure 1e-7 1e-13 + square_5x5_tris_32_ts_1_t_1.000000.xdmf square_5x5_tris_32_ts_1_t_1.000000.xdmf pressure pressure 1e-7 1e-13 +) + #AddTest( # NAME LiquidFlow_SimpleSynthetics_constraint_dirichlet_bc # PATH Parabolic/LiquidFlow/SimpleSynthetics -- GitLab