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

[fix][3p3c][test] Fix syntax for volvar deflection with global caching

parent 68ea94ee
No related branches found
No related tags found
2 merge requests!617[WIP] Next,!307Fix/global caching compositional models
...@@ -169,10 +169,11 @@ public: ...@@ -169,10 +169,11 @@ public:
auto dofIdxGlobal = scv.dofIndex(); auto dofIdxGlobal = scv.dofIndex();
if (priVarSwitch_().wasSwitched(dofIdxGlobal)) if (priVarSwitch_().wasSwitched(dofIdxGlobal))
{ {
this->nonConstantCurGlobalVolVars()[dofIdxGlobal].update(this->curSol()[dofIdxGlobal],
this->problem_(), this->nonConstCurGlobalVolVars().volVars(scv.index()).update(this->curSol()[dofIdxGlobal],
element, this->problem_(),
scv); element,
scv);
} }
} }
......
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