Skip to content

[Bugfix][istl] Fix compilation error in ISTL block diagonal code

Steffen Müthing requested to merge feature/fix-istl-blockdiagonal into master

As pointed out by Nagaiah Chamakuri, we missed a BlockVector to Dune::BlockVector conversion in an untested template in the ISTL code, causing compilation failure when using the block diagonal helper code.

Merge request reports