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

Small fixes

parent 9bda3dfe
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,9 @@ from dune.codegen.generation import (backend,
from dune.codegen.options import (option_switch,
get_form_option,
)
from dune.codegen.pdelab.argument import name_coefficientcontainer
from dune.codegen.pdelab.argument import (name_applycontainer,
name_coefficientcontainer,
)
from dune.codegen.pdelab.spaces import (lfs_iname,
lfs_inames,
name_leaf_lfs,
......
......@@ -15,12 +15,13 @@ T = 0.01
[formcompiler]
operators = mass, poisson
geometry_mixins = equidistant
[formcompiler.mass]
geometry_mixins = equidistant, sumfact_equidistant | expand sf
sumfact = 0, 1 | expand sf
fastdg = 0, 0 | expand sf
[formcompiler.operator]
geometry_mixins = equidistant, sumfact_equidistant | expand sf
sumfact = 0, 1 | expand sf
fastdg = 0, 0 | expand sf
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