Skip to content
Snippets Groups Projects
Commit 77cb50d8 authored by René Heß's avatar René Heß
Browse files

Adjust test criteria

parent 45316209
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
add_generated_executable(UFLFILE poisson_1d_cg_interval.ufl add_generated_executable(UFLFILE poisson_1d_cg_interval.ufl
TARGET poisson_1d_cg_interval TARGET poisson_1d_cg_interval
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e3 --compare-l2errorsquared 1e3 FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e-14 --compare-l2errorsquared 1e-7
) )
dune_add_system_test(TARGET poisson_1d_cg_interval dune_add_system_test(TARGET poisson_1d_cg_interval
...@@ -13,7 +13,7 @@ dune_add_system_test(TARGET poisson_1d_cg_interval ...@@ -13,7 +13,7 @@ dune_add_system_test(TARGET poisson_1d_cg_interval
add_generated_executable(UFLFILE poisson_1d_dg_interval.ufl add_generated_executable(UFLFILE poisson_1d_dg_interval.ufl
TARGET poisson_1d_dg_interval TARGET poisson_1d_dg_interval
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e3 --compare-l2errorsquared 1e3 FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e-2 --compare-l2errorsquared 1e-7
) )
dune_add_system_test(TARGET poisson_1d_dg_interval dune_add_system_test(TARGET poisson_1d_dg_interval
...@@ -27,7 +27,7 @@ dune_add_system_test(TARGET poisson_1d_dg_interval ...@@ -27,7 +27,7 @@ dune_add_system_test(TARGET poisson_1d_dg_interval
add_generated_executable(UFLFILE poisson_2d_cg_triangle.ufl add_generated_executable(UFLFILE poisson_2d_cg_triangle.ufl
TARGET poisson_2d_cg_triangle TARGET poisson_2d_cg_triangle
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e3 --compare-l2errorsquared 1e3 FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e-14 --compare-l2errorsquared 1e-6
) )
dune_add_system_test(TARGET poisson_2d_cg_triangle dune_add_system_test(TARGET poisson_2d_cg_triangle
...@@ -36,7 +36,7 @@ dune_add_system_test(TARGET poisson_2d_cg_triangle ...@@ -36,7 +36,7 @@ dune_add_system_test(TARGET poisson_2d_cg_triangle
add_generated_executable(UFLFILE poisson_2d_dg_triangle.ufl add_generated_executable(UFLFILE poisson_2d_dg_triangle.ufl
TARGET poisson_2d_dg_triangle TARGET poisson_2d_dg_triangle
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e3 --compare-l2errorsquared 1e3 FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e-1 --compare-l2errorsquared 1e-4
) )
dune_add_system_test(TARGET poisson_2d_dg_triangle dune_add_system_test(TARGET poisson_2d_dg_triangle
...@@ -45,7 +45,7 @@ dune_add_system_test(TARGET poisson_2d_dg_triangle ...@@ -45,7 +45,7 @@ dune_add_system_test(TARGET poisson_2d_dg_triangle
add_generated_executable(UFLFILE poisson_2d_cg_quadrilateral.ufl add_generated_executable(UFLFILE poisson_2d_cg_quadrilateral.ufl
TARGET poisson_2d_cg_quadrilateral TARGET poisson_2d_cg_quadrilateral
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e3 --compare-l2errorsquared 1e3 FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e-14 --compare-l2errorsquared 1e-6
) )
dune_add_system_test(TARGET poisson_2d_cg_quadrilateral dune_add_system_test(TARGET poisson_2d_cg_quadrilateral
...@@ -54,7 +54,7 @@ dune_add_system_test(TARGET poisson_2d_cg_quadrilateral ...@@ -54,7 +54,7 @@ dune_add_system_test(TARGET poisson_2d_cg_quadrilateral
add_generated_executable(UFLFILE poisson_2d_dg_quadrilateral.ufl add_generated_executable(UFLFILE poisson_2d_dg_quadrilateral.ufl
TARGET poisson_2d_dg_quadrilateral TARGET poisson_2d_dg_quadrilateral
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e3 --compare-l2errorsquared 1e3 FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e-1 --compare-l2errorsquared 1e-4
) )
dune_add_system_test(TARGET poisson_2d_dg_quadrilateral dune_add_system_test(TARGET poisson_2d_dg_quadrilateral
...@@ -68,7 +68,7 @@ dune_add_system_test(TARGET poisson_2d_dg_quadrilateral ...@@ -68,7 +68,7 @@ dune_add_system_test(TARGET poisson_2d_dg_quadrilateral
add_generated_executable(UFLFILE poisson_3d_cg_tetrahedron.ufl add_generated_executable(UFLFILE poisson_3d_cg_tetrahedron.ufl
TARGET poisson_3d_cg_tetrahedron TARGET poisson_3d_cg_tetrahedron
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e3 --compare-l2errorsquared 1e3 FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e-14 --compare-l2errorsquared 1e-4
) )
dune_add_system_test(TARGET poisson_3d_cg_tetrahedron dune_add_system_test(TARGET poisson_3d_cg_tetrahedron
...@@ -77,7 +77,7 @@ dune_add_system_test(TARGET poisson_3d_cg_tetrahedron ...@@ -77,7 +77,7 @@ dune_add_system_test(TARGET poisson_3d_cg_tetrahedron
add_generated_executable(UFLFILE poisson_3d_dg_tetrahedron.ufl add_generated_executable(UFLFILE poisson_3d_dg_tetrahedron.ufl
TARGET poisson_3d_dg_tetrahedron TARGET poisson_3d_dg_tetrahedron
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e3 --compare-l2errorsquared 1e3 FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e-2 --compare-l2errorsquared 1e-4
) )
dune_add_system_test(TARGET poisson_3d_dg_tetrahedron dune_add_system_test(TARGET poisson_3d_dg_tetrahedron
...@@ -86,7 +86,7 @@ dune_add_system_test(TARGET poisson_3d_dg_tetrahedron ...@@ -86,7 +86,7 @@ dune_add_system_test(TARGET poisson_3d_dg_tetrahedron
add_generated_executable(UFLFILE poisson_3d_cg_hexahedron.ufl add_generated_executable(UFLFILE poisson_3d_cg_hexahedron.ufl
TARGET poisson_3d_cg_hexahedron TARGET poisson_3d_cg_hexahedron
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e3 --compare-l2errorsquared 1e3 FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e-14 --compare-l2errorsquared 1e-4
) )
dune_add_system_test(TARGET poisson_3d_cg_hexahedron dune_add_system_test(TARGET poisson_3d_cg_hexahedron
...@@ -95,7 +95,7 @@ dune_add_system_test(TARGET poisson_3d_cg_hexahedron ...@@ -95,7 +95,7 @@ dune_add_system_test(TARGET poisson_3d_cg_hexahedron
add_generated_executable(UFLFILE poisson_3d_dg_hexahedron.ufl add_generated_executable(UFLFILE poisson_3d_dg_hexahedron.ufl
TARGET poisson_3d_dg_hexahedron TARGET poisson_3d_dg_hexahedron
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e3 --compare-l2errorsquared 1e3 FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1 --compare-l2errorsquared 1e-3
) )
dune_add_system_test(TARGET poisson_3d_dg_hexahedron dune_add_system_test(TARGET poisson_3d_dg_hexahedron
......
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