Skip to content

Commit 348c733

Browse files
committed
Remove comments
1 parent 1d31438 commit 348c733

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

bindings/python/mgis/fenics/gradient_flux.py

-12
Original file line numberDiff line numberDiff line change
@@ -115,18 +115,6 @@ def __init__(self, variable, expression, name, hypothesis, symmetric=None):
115115
else:
116116
self.expression = converter(expression)
117117

118-
# self.expression = as_vector(
119-
# [converter(expression)[i] for i in range(4)]
120-
# )
121-
# else:
122-
# self.expression = symmetric_tensor_to_vector(expression)
123-
# else:
124-
# if ufl.shape(expression) == (2, 2):
125-
# self.expression = as_vector(
126-
# [nonsymmetric_tensor_to_vector(expression)[i] for i in range(5)]
127-
# )
128-
# else:
129-
# self.expression = nonsymmetric_tensor_to_vector(expression)
130118
shape = ufl.shape(self.expression)
131119
if len(shape) == 1:
132120
self.shape = shape[0]

0 commit comments

Comments
 (0)