Avoid bug from diagonal_jacobian and splitting for Stokes
We avoid the bug by not applying the transformation and casting the result of jacobianInverseTransposed to a FieldMatrix. This way we do not exploit the diagonal structure of the Transformation. Should get fixed in the near future.
Showing
- python/dune/perftool/options.py 1 addition, 0 deletionspython/dune/perftool/options.py
- python/dune/perftool/pdelab/geometry.py 10 additions, 4 deletionspython/dune/perftool/pdelab/geometry.py
- python/dune/perftool/pdelab/localoperator.py 3 additions, 2 deletionspython/dune/perftool/pdelab/localoperator.py
- test/stokes/stokes_quadrilateral.mini 1 addition, 0 deletionstest/stokes/stokes_quadrilateral.mini
Loading
Please register or sign in to comment