-
Elias Pipping authored
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.
Elias Pipping authoredPreconditioners 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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
cgstep.cc 1.61 KiB