Skip to content
Snippets Groups Projects
Commit f0ef08f8 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Small cleanup

parent 2c9cdfc6
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,6 @@ def generate_accumulation_instruction(visitor, accterm, measure, subdomain_id): ...@@ -102,7 +102,6 @@ def generate_accumulation_instruction(visitor, accterm, measure, subdomain_id):
accumvar=accum, accumvar=accum,
) )
# TODO: Move this away!
from dune.perftool.sumfact.vectorization import attach_vectorization_info from dune.perftool.sumfact.vectorization import attach_vectorization_info
sf = attach_vectorization_info(sf) sf = attach_vectorization_info(sf)
......
...@@ -91,7 +91,7 @@ class SumfactKernel(ImmutableRecord, prim.Variable): ...@@ -91,7 +91,7 @@ class SumfactKernel(ImmutableRecord, prim.Variable):
element: The UFL element element: The UFL element
component: The treepath to the correct component of above element component: The treepath to the correct component of above element
accumvar: The accumulation variable to accumulate into accumvar: The accumulation variable to accumulate into
""" """
# Check the input and apply defaults where necessary # Check the input and apply defaults where necessary
assert isinstance(matrix_sequence, tuple) assert isinstance(matrix_sequence, tuple)
from dune.perftool.sumfact.tabulation import BasisTabulationMatrixBase from dune.perftool.sumfact.tabulation import BasisTabulationMatrixBase
......
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