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

Cleanup stokes tests

parent 4ac0f7e1
No related branches found
No related tags found
No related merge requests found
...@@ -15,4 +15,4 @@ extension = vtu ...@@ -15,4 +15,4 @@ extension = vtu
[formcompiler] [formcompiler]
numerical_jacobian = 0, 1 | expand num numerical_jacobian = 0, 1 | expand num
exact_solution_expression = g exact_solution_expression = g
compare_l2errorsquared = 1e-6 compare_l2errorsquared = 1e-11
...@@ -17,4 +17,4 @@ zeroThreshold.data_1 = 1e-6 ...@@ -17,4 +17,4 @@ zeroThreshold.data_1 = 1e-6
[formcompiler] [formcompiler]
numerical_jacobian = 0, 1 | expand num numerical_jacobian = 0, 1 | expand num
exact_solution_expression = g exact_solution_expression = g
compare_l2errorsquared = 1e-5 compare_l2errorsquared = 1e-8
__name = stokes_stress_{__exec_suffix} __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 __exec_suffix = numdiff
lowerleft = 0.0 0.0 lowerleft = 0.0 0.0
...@@ -14,7 +15,7 @@ reference = hagenpoiseuille_ref ...@@ -14,7 +15,7 @@ reference = hagenpoiseuille_ref
extension = vtu extension = vtu
[formcompiler] [formcompiler]
#numerical_jacobian = 0, 1 | expand num # numerical_jacobian = 0, 1 | expand num
numerical_jacobian = 1 numerical_jacobian = 1
exact_solution_expression = g exact_solution_expression = g
compare_l2errorsquared = 1e-6 compare_l2errorsquared = 1e-11
...@@ -15,6 +15,6 @@ extension = vtu ...@@ -15,6 +15,6 @@ extension = vtu
[formcompiler] [formcompiler]
numerical_jacobian = 0, 1 | expand num numerical_jacobian = 0, 1 | expand num
exact_solution_expression = g exact_solution_expression = g
compare_l2errorsquared = 1e-6 compare_l2errorsquared = 1e-11
print_transformations = True print_transformations = True
print_transformations_dir = . print_transformations_dir = .
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