diff --git a/python/dune/perftool/pdelab/localoperator.py b/python/dune/perftool/pdelab/localoperator.py index 1f6c899bb6d47d8e37d622a51d3987821eb844af..0c2a6ba87dac36ce7e267aebdaea74135a76d80c 100644 --- a/python/dune/perftool/pdelab/localoperator.py +++ b/python/dune/perftool/pdelab/localoperator.py @@ -393,7 +393,7 @@ def visit_integrals(integrals): traverse_lfs_tree(ma) # Now split the given integrand into accumulation expressions - from dune.perftool.ufl.transformations.extract_accumulation_terms import split_into_accumulation_terms + from dune.perftool.ufl.extract_accumulation_terms import split_into_accumulation_terms accterms = split_into_accumulation_terms(integrand) # Iterate over the terms and generate a kernel diff --git a/python/dune/perftool/ufl/transformations/extract_accumulation_terms.py b/python/dune/perftool/ufl/extract_accumulation_terms.py similarity index 100% rename from python/dune/perftool/ufl/transformations/extract_accumulation_terms.py rename to python/dune/perftool/ufl/extract_accumulation_terms.py