Something went wrong while setting issue due date.
`NonoverlappingRichardson` doesn't correctly implement the `Dune::Preconditioner` interface
This method and this method are marked const
but the respective methods in the base class in ISTL are not, so using the NonoverlappingRichardson
preconditioner does not compile.
I don't think that the signature of Preconditioner::{pre, apply}
was recently changed in ISTL, so I think this is just a typo. I can open a MR with a fix and also add a test case (or rather test cases, it seems that most (all?) solvers in novlpistlsolverbackend.hh
aren't tested anywhere).