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

Call preprocess()

Without this change, steps like ISTLSeqILU0 and ISTLSeqSSOR which
create an underlying ISTL object cannot be used as preconditioners
parent 38d070d0
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@ public:
x = 0;
this->x_ = &x;
rhs_ = &r;
this->preprocess();
iterate();
x = this->getSol();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment