Skip to content
Snippets Groups Projects
Commit a740892e authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[T] Add GWF second order Hex20 ctest.

parent 1460a19a
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,19 @@ foreach(mesh_size 1e4 2e4 3e4 4e4 5e4 1e5 1e6)
)
endforeach()
# Quadratic hex element.
AddTest(
NAME GroundWaterFlowProcess_cube_1x1x1_1e0_QuadraticHex
PATH Elliptic/cube_1x1x1_GroundWaterFlow
EXECUTABLE ogs
EXECUTABLE_ARGS cube_1e0_quadratic_hex.prj
TESTER vtkdiff
REQUIREMENTS NOT OGS_USE_MPI
ABSTOL 1e-15 RELTOL 1e-15
DIFF_DATA
cube_1x1x1_hex20_1e0.vtu cube_1e0_quadratic_hex_pcs_0_ts_1_t_1.000000.vtu Linear_1_to_minus1 pressure
)
# SQUARE 1x1 GROUNDWATER FLOW TESTS
foreach(mesh_size 1e0 1e1 1e2 1e3 1e4)
AddTest(
......
Subproject commit 25646534c5e16759c301b6509764959929ae479f
Subproject commit 9242c3d9125209ad5e585f8cd76f5d8a6315a002
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