-
- Downloads
Do not call check() on preconditioners
Preconditioners are supposed to be used through the setMatrix(M); apply(x, b); interface. The members M, x, and b inherited from LinearIterationStep will thus not be set upfront, yet if LinearIterationStep::check was to check for anything, it should be those (pointer!) members.
Loading
Please register or sign in to comment