Skip to content
Snippets Groups Projects
Commit 5f4eb227 authored by Timo Koch's avatar Timo Koch
Browse files

[md][bugfix] Multidomain simuluation need to update the coupling maanger when solution changes

(cherry picked from commit 466002e5)
parent 9eb42245
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,15 @@ public:
private:
/*!
* \brief Update solution-depended quantities like grid variables after the solution has changed.
*/
void solutionChanged_(const SolutionVector &uCurrentIter) override
{
couplingManager_->updateSolution(uCurrentIter);
this->assembler().updateGridVariables(uCurrentIter);
}
/*!
* \brief Reset the privar switch state, noop if there is no priVarSwitch
*/
......
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