Skip to content
Snippets Groups Projects
Commit 54c12bd7 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[App] added Test for Robin BC

parent a9ebd7f0
No related branches found
No related tags found
No related merge requests found
...@@ -134,6 +134,30 @@ if(NOT OGS_USE_MPI) ...@@ -134,6 +134,30 @@ if(NOT OGS_USE_MPI)
DIFF_DATA DIFF_DATA
line_1_line_${mesh_size}.vtu line_${mesh_size}_neumann_pcs_0_ts_1_t_1.000000.vtu D1_left_N1_right pressure line_1_line_${mesh_size}.vtu line_${mesh_size}_neumann_pcs_0_ts_1_t_1.000000.vtu D1_left_N1_right pressure
) )
AddTest(
NAME GroundWaterFlowProcess_line_1_Robin_Right_Picard_${mesh_size}
PATH Elliptic/line_1_GroundWaterFlow
EXECUTABLE ogs
EXECUTABLE_ARGS line_${mesh_size}_robin_right_picard.prj
WRAPPER time
TESTER vtkdiff
ABSTOL 1e-14 RELTOL 1e-14
DIFF_DATA
line_1_line_${mesh_size}.vtu line_${mesh_size}_robin_right_picard_pcs_0_ts_1_t_1.000000.vtu D1_left_N1_right pressure
)
AddTest(
NAME GroundWaterFlowProcess_line_1_Robin_Left_Picard_${mesh_size}
PATH Elliptic/line_1_GroundWaterFlow
EXECUTABLE ogs
EXECUTABLE_ARGS line_${mesh_size}_robin_left_picard.prj
WRAPPER time
TESTER vtkdiff
ABSTOL 1e-14 RELTOL 1e-14
DIFF_DATA
line_1_line_${mesh_size}.vtu line_${mesh_size}_robin_left_picard_pcs_0_ts_1_t_1.000000.vtu D1_left_N1_right pressure
)
endforeach() endforeach()
# Some Neumann BC tests # Some Neumann BC tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment