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

Extending imports through recipes.common.

parent 5d59af1d
Branches
1 merge request!19Weak Nitsche freeslip integrands, improved and extended external parameter handling
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
# Collects common imports for forming integrand and operator recipes. # Collects common imports for forming integrand and operator recipes.
import sympy as sp
from hog.math_helpers import dot, abs, det, double_contraction from hog.math_helpers import dot, abs, det, double_contraction
__all__ = ["dot", "abs", "det", "double_contraction"] __all__ = ["dot", "abs", "det", "double_contraction", "sp"]
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