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

Relax square_1e2_quad8_traction_top abs tolerance.

5e-15 is the new tolerance.
parent 56692a03
No related branches found
No related tags found
No related merge requests found
......@@ -419,7 +419,7 @@ if(NOT OGS_USE_MPI)
EXECUTABLE_ARGS square_1e2_quad8_traction_top.prj
WRAPPER time
TESTER vtkdiff
ABSTOL 5e-16 RELTOL 1e-15
ABSTOL 5e-15 RELTOL 1e-15
DIFF_DATA
expected_square_1e2_quad8_traction_topBC_pcs_0_ts_4_t_1.000000.vtu square_1e2_quad8_traction_topBC_pcs_0_ts_4_t_1.000000.vtu displacement displacement
)
......
Subproject commit 4080aeaf0652fe72180d701372177a9f02c2a0cf
Subproject commit 9f817e0221d4b19de2e053898c4cec5c50c0d98c
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