From 51268a8c926cb4a186f44056e52c64867bbec409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20He=C3=9F?= <rene.hess@iwr.uni-heidelberg.de> Date: Thu, 26 Jan 2017 14:04:27 +0100 Subject: [PATCH] Cleanup stokes tests --- test/stokes/stokes.mini | 2 +- test/stokes/stokes_dg.mini | 2 +- test/stokes/stokes_stress.mini | 7 ++++--- test/stokes/stokes_sym.mini | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/test/stokes/stokes.mini b/test/stokes/stokes.mini index 6bb834ff..abbf4487 100644 --- a/test/stokes/stokes.mini +++ b/test/stokes/stokes.mini @@ -15,4 +15,4 @@ extension = vtu [formcompiler] numerical_jacobian = 0, 1 | expand num exact_solution_expression = g -compare_l2errorsquared = 1e-6 +compare_l2errorsquared = 1e-11 diff --git a/test/stokes/stokes_dg.mini b/test/stokes/stokes_dg.mini index 20d92508..eb271101 100644 --- a/test/stokes/stokes_dg.mini +++ b/test/stokes/stokes_dg.mini @@ -17,4 +17,4 @@ zeroThreshold.data_1 = 1e-6 [formcompiler] numerical_jacobian = 0, 1 | expand num exact_solution_expression = g -compare_l2errorsquared = 1e-5 +compare_l2errorsquared = 1e-8 diff --git a/test/stokes/stokes_stress.mini b/test/stokes/stokes_stress.mini index 09e874f1..a724a0a0 100644 --- a/test/stokes/stokes_stress.mini +++ b/test/stokes/stokes_stress.mini @@ -1,5 +1,6 @@ __name = stokes_stress_{__exec_suffix} -#__exec_suffix = symdiff, numdiff | expand num +# No symdiff due to multiple iname duplication! +# __exec_suffix = symdiff, numdiff | expand num __exec_suffix = numdiff lowerleft = 0.0 0.0 @@ -14,7 +15,7 @@ reference = hagenpoiseuille_ref extension = vtu [formcompiler] -#numerical_jacobian = 0, 1 | expand num +# numerical_jacobian = 0, 1 | expand num numerical_jacobian = 1 exact_solution_expression = g -compare_l2errorsquared = 1e-6 +compare_l2errorsquared = 1e-11 diff --git a/test/stokes/stokes_sym.mini b/test/stokes/stokes_sym.mini index 205d582f..75c34604 100644 --- a/test/stokes/stokes_sym.mini +++ b/test/stokes/stokes_sym.mini @@ -15,6 +15,6 @@ extension = vtu [formcompiler] numerical_jacobian = 0, 1 | expand num exact_solution_expression = g -compare_l2errorsquared = 1e-6 +compare_l2errorsquared = 1e-11 print_transformations = True print_transformations_dir = . -- GitLab