Skip to content

Commit

Permalink
add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg committed Feb 11, 2020
1 parent 550ca38 commit 6645fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fenicsadapter/fenicsadapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:raise ImportError: if PRECICE_ROOT is not defined
"""
import dolfin
from dolfin import UserExpression, SubDomain, Function
from dolfin import UserExpression, SubDomain, Function, FacetNormal, dot
from scipy.interpolate import Rbf
from scipy.interpolate import interp1d
import numpy as np
Expand Down

0 comments on commit 6645fe8

Please sign in to comment.