Merge branch 'feature/next-sumfac' into 'master'
Feature/next sumfac Next generation towards sum factorization * fixes #49 by introducing an interface class between visitor and generator functions See merge request !48
No related branches found
No related tags found
Showing
- python/dune/perftool/__init__.py 6 additions, 4 deletionspython/dune/perftool/__init__.py
- python/dune/perftool/generation/__init__.py 0 additions, 1 deletionpython/dune/perftool/generation/__init__.py
- python/dune/perftool/generation/backend.py 7 additions, 4 deletionspython/dune/perftool/generation/backend.py
- python/dune/perftool/generation/loopy.py 0 additions, 1 deletionpython/dune/perftool/generation/loopy.py
- python/dune/perftool/options.py 9 additions, 0 deletionspython/dune/perftool/options.py
- python/dune/perftool/pdelab/__init__.py 104 additions, 28 deletionspython/dune/perftool/pdelab/__init__.py
- python/dune/perftool/pdelab/argument.py 14 additions, 25 deletionspython/dune/perftool/pdelab/argument.py
- python/dune/perftool/pdelab/basis.py 4 additions, 3 deletionspython/dune/perftool/pdelab/basis.py
- python/dune/perftool/pdelab/geometry.py 2 additions, 2 deletionspython/dune/perftool/pdelab/geometry.py
- python/dune/perftool/pdelab/index.py 17 additions, 0 deletionspython/dune/perftool/pdelab/index.py
- python/dune/perftool/pdelab/localoperator.py 10 additions, 6 deletionspython/dune/perftool/pdelab/localoperator.py
- python/dune/perftool/pdelab/quadrature.py 8 additions, 2 deletionspython/dune/perftool/pdelab/quadrature.py
- python/dune/perftool/pdelab/restriction.py 10 additions, 0 deletionspython/dune/perftool/pdelab/restriction.py
- python/dune/perftool/pdelab/signatures.py 1 addition, 1 deletionpython/dune/perftool/pdelab/signatures.py
- python/dune/perftool/pdelab/spaces.py 1 addition, 1 deletionpython/dune/perftool/pdelab/spaces.py
- python/dune/perftool/sumfact/__init__.py 6 additions, 0 deletionspython/dune/perftool/sumfact/__init__.py
- python/dune/perftool/sumfact/amatrix.py 1 addition, 1 deletionpython/dune/perftool/sumfact/amatrix.py
- python/dune/perftool/sumfact/sumfact.py 4 additions, 2 deletionspython/dune/perftool/sumfact/sumfact.py
- python/dune/perftool/ufl/modified_terminals.py 6 additions, 1 deletionpython/dune/perftool/ufl/modified_terminals.py
- python/dune/perftool/ufl/visitor.py 46 additions, 82 deletionspython/dune/perftool/ufl/visitor.py
Loading
Please register or sign in to comment