Skip to content
Snippets Groups Projects
Commit aa025c3e authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

one change of SeqILU0 to SeqILU too much

parent 2ab80715
Branches
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ public:
*/
virtual void preprocess() override {
if (needReconstruction_) {
seqILU0_ = std::make_unique<SeqILU>(*this->mat_, 0, relaxationFactor_);
seqILU0_ = std::make_unique<SeqILU0>(*this->mat_, 0, relaxationFactor_);
needReconstruction_ = false;
}
// Note: as of now, pre() is a dummy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment