Skip to content
Snippets Groups Projects
Commit bf495228 authored by Nils Kohl's avatar Nils Kohl :full_moon_with_face:
Browse files

Missing import in forms.py.

parent 5d1bcaca
1 merge request!19Weak Nitsche freeslip integrands, improved and extended external parameter handling
Pipeline #67861 passed with warnings with stages
in 44 minutes and 35 seconds
...@@ -35,7 +35,7 @@ from hog.fem_helpers import ( ...@@ -35,7 +35,7 @@ from hog.fem_helpers import (
) )
from hog.function_space import FunctionSpace, N1E1Space from hog.function_space import FunctionSpace, N1E1Space
from hog.math_helpers import dot, inv, abs, det, double_contraction from hog.math_helpers import dot, inv, abs, det, double_contraction
from hog.quadrature import Quadrature from hog.quadrature import Quadrature, Tabulation
from hog.symbolizer import Symbolizer from hog.symbolizer import Symbolizer
from hog.logger import TimedLogger from hog.logger import TimedLogger
from hog.blending import GeometryMap, ExternalMap, IdentityMap from hog.blending import GeometryMap, ExternalMap, IdentityMap
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment