We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24af0f4 + 3fb4748 commit 2574e13Copy full SHA for 2574e13
fenicstools/WeightedGradient.py
@@ -3,7 +3,7 @@
3
__copyright__ = "Copyright (C) 2013 " + __author__
4
__license__ = "GNU Lesser GPL version 3 or any later version"
5
import os, inspect
6
-from dolfin import compile_extension_module, Function, FunctionSpace, assemble, TrialFunction, TestFunction, dx, Matrix,
+from dolfin import compile_extension_module, Function, FunctionSpace, assemble, TrialFunction, TestFunction, dx, Matrix
7
8
fem_folder = os.path.abspath(os.path.join(inspect.getfile(inspect.currentframe()), "../fem"))
9
gradient_code = open(os.path.join(fem_folder, 'gradient_weight.cpp'), 'r').read()
0 commit comments