Skip to content
Snippets Groups Projects
Commit fe4930cc authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Move gemoetry mixin options into form section

parent c1023773
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 8 deletions
......@@ -23,13 +23,14 @@ l2error_tree_path = 1, 1, 0
explicit_time_stepping = 0
yaspgrid_offset = 1
overlapping = 1
geometry_mixins = equidistant
[formcompiler.mass]
numerical_jacobian = 0, 1 | expand num
geometry_mixins = equidistant
[formcompiler.r]
numerical_jacobian = 0, 1 | expand num
geometry_mixins = equidistant
[instat]
T = 1e-2
......
......@@ -18,13 +18,14 @@ compare_l2errorsquared = 5e-4
# Only calculate error for the velocity part
l2error_tree_path = 1, 1, 1, 0
operators = mass, r
geometry_mixins = equidistant
[formcompiler.mass]
numerical_jacobian = 0, 1 | expand num
geometry_mixins = equidistant
[formcompiler.r]
numerical_jacobian = 0, 1 | expand num
geometry_mixins = equidistant
[instat]
T = 5e-2
......
......@@ -9,4 +9,6 @@ extension = vtu
[formcompiler]
compare_l2errorsquared = 9e-8
[formcompiler.r]
geometry_mixins = equidistant
......@@ -9,4 +9,6 @@ extension = vtu
[formcompiler]
compare_l2errorsquared = 6e-7
[formcompiler.r]
geometry_mixins = equidistant
......@@ -9,4 +9,6 @@ extension = vtu
[formcompiler]
compare_l2errorsquared = 9e-5
[formcompiler.r]
geometry_mixins = equidistant
......@@ -9,4 +9,6 @@ extension = vtu
[formcompiler]
compare_l2errorsquared = 1e-4
[formcompiler.r]
geometry_mixins = equidistant
......@@ -13,7 +13,7 @@ extension = vtu
[formcompiler]
compare_l2errorsquared = 4e-6
geometry_mixins = equidistant
[formcompiler.r]
numerical_jacobian = 1, 0 | expand num
\ No newline at end of file
numerical_jacobian = 1, 0 | expand num
geometry_mixins = equidistant
\ No newline at end of file
......@@ -11,7 +11,7 @@ extension = vtu
[formcompiler]
compare_l2errorsquared = 6e-8
geometry_mixins = equidistant
[formcompiler.r]
geometry_mixins = equidistant
numerical_jacobian = 0, 1 | expand num
......@@ -12,7 +12,7 @@ extension = vtu
[formcompiler]
compare_l2errorsquared = 1e-10
geometry_mixins = equidistant
[formcompiler.r]
geometry_mixins = equidistant
numerical_jacobian = 1, 0 | expand num
......@@ -11,7 +11,7 @@ extension = vtu
[formcompiler]
compare_l2errorsquared = 1e-8
geometry_mixins = equidistant
[formcompiler.r]
geometry_mixins = equidistant
numerical_jacobian = 0, 1 | expand num
......@@ -12,7 +12,7 @@ extension = vtu
[formcompiler]
compare_l2errorsquared = 1e-10
geometry_mixins = equidistant
[formcompiler.r]
geometry_mixins = equidistant
numerical_jacobian = 1, 0 | expand num
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