Merge branch 'feature/fancy-temporary-declaration' into 'master'
Reimplement temporary declaration We previously completely avoided loopy for temporary declaration. We now rely on it again, but have DuneTemporaryVariable, which is capable of doing a bit more things (and at the same time handles the indexing question) This is finished and tests are passing, I will remove the WIP flag once a necessary upstream change is in master. See merge request !52
Showing
- python/dune/perftool/generation/loopy.py 4 additions, 80 deletionspython/dune/perftool/generation/loopy.py
- python/dune/perftool/loopy/target.py 13 additions, 7 deletionspython/dune/perftool/loopy/target.py
- python/dune/perftool/loopy/temporary.py 56 additions, 0 deletionspython/dune/perftool/loopy/temporary.py
- python/dune/perftool/pdelab/basis.py 10 additions, 10 deletionspython/dune/perftool/pdelab/basis.py
- python/dune/perftool/pdelab/localoperator.py 0 additions, 6 deletionspython/dune/perftool/pdelab/localoperator.py
- python/dune/perftool/pdelab/parameter.py 15 additions, 18 deletionspython/dune/perftool/pdelab/parameter.py
- python/loopy 1 addition, 1 deletionpython/loopy
Loading
Please register or sign in to comment