Merge branch 'feature/split-testfunction' into 'master'
Implement test function splitting As a step towards sum factorization, this implements a splitting of test function modified arguments from the rest of the form. While at it, I introduced a data structure `ModifiedArgument`, which uses `pytools.Record` and is much better for debugging. See merge request !41
No related branches found
No related tags found
Showing
- python/dune/perftool/interactive.py 1 addition, 1 deletionpython/dune/perftool/interactive.py
- python/dune/perftool/pdelab/argument.py 0 additions, 1 deletionpython/dune/perftool/pdelab/argument.py
- python/dune/perftool/pdelab/driver.py 1 addition, 1 deletionpython/dune/perftool/pdelab/driver.py
- python/dune/perftool/pdelab/localoperator.py 204 additions, 8 deletionspython/dune/perftool/pdelab/localoperator.py
- python/dune/perftool/pdelab/spaces.py 2 additions, 2 deletionspython/dune/perftool/pdelab/spaces.py
- python/dune/perftool/ufl/modified_terminals.py 48 additions, 45 deletionspython/dune/perftool/ufl/modified_terminals.py
- python/dune/perftool/ufl/transformations/extract_accumulation_terms.py 86 additions, 49 deletions...erftool/ufl/transformations/extract_accumulation_terms.py
- python/dune/perftool/ufl/transformations/identitypropagation.py 72 additions, 0 deletions.../dune/perftool/ufl/transformations/identitypropagation.py
- python/dune/perftool/ufl/transformations/reindexing.py 4 additions, 4 deletionspython/dune/perftool/ufl/transformations/reindexing.py
- python/dune/perftool/ufl/visitor.py 2 additions, 123 deletionspython/dune/perftool/ufl/visitor.py
Loading
Please register or sign in to comment