TensorProductElements (with same degree in all directions)
- Use TensorProductElement in one example. - We still use the sumfact option to swicth to the sum factorization code branch. This way it is still possible to easily swicth between sumfact and non sumfact code. - Only TensorProductElements with the same degree in all directions will work. Anisotropie and adaption of quadrature rule will happen in the next commits.
Showing
- python/dune/perftool/pdelab/driver/__init__.py 9 additions, 1 deletionpython/dune/perftool/pdelab/driver/__init__.py
- python/dune/perftool/pdelab/driver/constraints.py 2 additions, 2 deletionspython/dune/perftool/pdelab/driver/constraints.py
- python/dune/perftool/pdelab/driver/gridfunctionspace.py 50 additions, 15 deletionspython/dune/perftool/pdelab/driver/gridfunctionspace.py
- python/dune/perftool/pdelab/driver/interpolate.py 2 additions, 2 deletionspython/dune/perftool/pdelab/driver/interpolate.py
- python/dune/perftool/pdelab/driver/vtk.py 4 additions, 1 deletionpython/dune/perftool/pdelab/driver/vtk.py
- python/dune/perftool/pdelab/quadrature.py 4 additions, 1 deletionpython/dune/perftool/pdelab/quadrature.py
- python/dune/perftool/sumfact/accumulation.py 7 additions, 5 deletionspython/dune/perftool/sumfact/accumulation.py
- python/dune/perftool/sumfact/basis.py 11 additions, 8 deletionspython/dune/perftool/sumfact/basis.py
- python/dune/perftool/ufl/visitor.py 3 additions, 2 deletionspython/dune/perftool/ufl/visitor.py
- test/sumfact/poisson/poisson_2d.ufl 4 additions, 1 deletiontest/sumfact/poisson/poisson_2d.ufl
Please register or sign in to comment