From fa7177bbd1668486d65d430d57ee1d6c706f66a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20He=C3=9F?= <rene.hess@iwr.uni-heidelberg.de> Date: Tue, 21 Mar 2017 15:45:20 +0100 Subject: [PATCH] Move extract_accumulation_terms.py --- python/dune/perftool/pdelab/localoperator.py | 2 +- .../ufl/{transformations => }/extract_accumulation_terms.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename python/dune/perftool/ufl/{transformations => }/extract_accumulation_terms.py (100%) diff --git a/python/dune/perftool/pdelab/localoperator.py b/python/dune/perftool/pdelab/localoperator.py index 1f6c899b..0c2a6ba8 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 -- GitLab