Skip to content
  • Marcus Mohr's avatar
    Fixes P2VectorToP1ScalarOperator::toMatrix() · 1d192b38
    Marcus Mohr authored
    The method was broken for 3D. We need to call getDimension() on the source
    function to see whether we have a 3D setting. The destination function
    represents a scalar field and, thus, we always get a 1 back.
    1d192b38