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
281b2bbb
Commit
281b2bbb
authored
Nov 29, 2019
by
Dennis Gläser
Committed by
Timo Koch
Dec 20, 2019
Browse files
[md][box][localassembler] fix comment in self update
parent
001f8400
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/multidomain/subdomainboxlocalassembler.hh
View file @
281b2bbb
...
...
@@ -554,12 +554,10 @@ public:
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
// Restore original state of the flux vars cache and/or vol vars.
// This has to be done in case they depend on variables of domainJ before
// we continue with the numeric derivative w.r.t the next globalJ. Otherwise,
// the next "origResidual" will be incorrect.
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