Skip to content
Snippets Groups Projects
Commit 2d41bc4f authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[staggered][newtoncontroller] Update gridVariables

* fixes convergence problem
parent 31ef8f2e
No related branches found
No related tags found
3 merge requests!617[WIP] Next,!576Feature/port staggered ff to next next,!571Cleanup/next
......@@ -238,6 +238,9 @@ public:
this->reduction_ /= this->initialResidual_;
}
}
// update the variables class to the new solution
assembler.gridVariables().update(uCurrentIter);
}
/*!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment