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

More fixes

parent 350a8314
No related branches found
No related tags found
No related merge requests found
...@@ -15,10 +15,11 @@ extension = vtu ...@@ -15,10 +15,11 @@ extension = vtu
[formcompiler] [formcompiler]
explicit_time_stepping = 1 explicit_time_stepping = 1
operators = mass, r operators = mass, r
geometry_mixins = equidistant
[formcompiler.mass] [formcompiler.mass]
geometry_mixins = equidistant
numerical_jacobian = 1 numerical_jacobian = 1
[formcompiler.r] [formcompiler.r]
geometry_mixins = equidistant
numerical_jacobian = 1 numerical_jacobian = 1
...@@ -19,7 +19,9 @@ operators = mass, r ...@@ -19,7 +19,9 @@ operators = mass, r
[formcompiler.mass] [formcompiler.mass]
numerical_jacobian = 1 numerical_jacobian = 1
sumfact = 1 sumfact = 1
geometry_mixins = sumfact_equidistant
[formcompiler.r] [formcompiler.r]
numerical_jacobian = 1 numerical_jacobian = 1
sumfact = 1 sumfact = 1
geometry_mixins = sumfact_equidistant
...@@ -22,7 +22,9 @@ operators = mass, r ...@@ -22,7 +22,9 @@ operators = mass, r
[formcompiler.mass] [formcompiler.mass]
sumfact = 1 sumfact = 1
numerical_jacobian = 1 numerical_jacobian = 1
geometry_mixins = sumfact_equidistant
[formcompiler.r] [formcompiler.r]
sumfact = 1 sumfact = 1
numerical_jacobian = 1 numerical_jacobian = 1
geometry_mixins = sumfact_equidistant
...@@ -18,6 +18,8 @@ operators = mass, r ...@@ -18,6 +18,8 @@ operators = mass, r
[formcompiler.mass] [formcompiler.mass]
sumfact = 1 sumfact = 1
geometry_mixins = sumfact_equidistant
[formcompiler.r] [formcompiler.r]
sumfact = 1 sumfact = 1
geometry_mixins = sumfact_equidistant
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