We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3d698 commit af25e3bCopy full SHA for af25e3b
fenics_ice/backend.py
@@ -16,3 +16,5 @@ def _Vector_inner(self, /, other):
16
_Vector__inner_orig = cpp_PETScVector.inner
17
cpp_PETScVector.inner = _Vector_inner
18
del _Vector_inner, cpp_PETScVector
19
+
20
+from fenics import Vector
0 commit comments