Skip to content
Snippets Groups Projects
Commit 50a3647a authored by Elias Pipping's avatar Elias Pipping
Browse files

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.
parent b5c9663a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment