Skip to content
Snippets Groups Projects
Commit 225bdcba authored by Alexandru Fikl's avatar Alexandru Fikl
Browse files

remove irrelevant TODO

parent f8a69089
No related branches found
No related tags found
1 merge request!69DG on Surfaces
Pipeline #65233 failed
...@@ -643,7 +643,6 @@ class GlobalToReferenceMapper(CSECachingMapperMixin, IdentityMapper): ...@@ -643,7 +643,6 @@ class GlobalToReferenceMapper(CSECachingMapperMixin, IdentityMapper):
elif isinstance(expr.op, op.InverseMassOperator): elif isinstance(expr.op, op.InverseMassOperator):
if self.use_wadg: if self.use_wadg:
# TODO: this is also required for flat curvilinear elements
# based on https://arxiv.org/pdf/1608.03836.pdf # based on https://arxiv.org/pdf/1608.03836.pdf
return op.RefInverseMassOperator(dd_in, dd_out)( return op.RefInverseMassOperator(dd_in, dd_out)(
op.RefMassOperator(dd_in, dd_out)( op.RefMassOperator(dd_in, dd_out)(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment