Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
001f8400
Commit
001f8400
authored
Nov 29, 2019
by
Dennis Gläser
Committed by
Timo Koch
Dec 20, 2019
Browse files
[md][box][localassembler] do self update before going to next coupling deriv
parent
16731650
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/multidomain/subdomainboxlocalassembler.hh
View file @
001f8400
...
...
@@ -553,15 +553,15 @@ public:
// restore the undeflected state of the coupling context
this
->
couplingManager
().
updateCouplingContext
(
domainI
,
*
this
,
domainJ
,
globalJ
,
priVarsJ
,
pvIdx
);
}
}
// restore original state of the flux vars cache and/or vol vars in case of global caching.
// This has to be done in order to guarantee that everything is in an undeflected
// state before the assembly of another element is called. In the case of local caching
// this is obsolete because the local views used here go out of scope after this.
// We only have to do this for the last primary variable, for all others the flux var cache
// is updated with the correct element volume variables before residual evaluations
updateSelf
();
// restore original state of the flux vars cache and/or vol vars in case of global caching.
// This has to be done in order to guarantee that everything is in an undeflected
// state before the assembly of another element is called. In the case of local caching
// this is obsolete because the local views used here go out of scope after this.
// We only have to do this for the last primary variable, for all others the flux var cache
// is updated with the correct element volume variables before residual evaluations
updateSelf
();
}
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment