Skip to content
GitLab
Menu
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
63c3e71f
Commit
63c3e71f
authored
Dec 19, 2016
by
Timo Koch
Browse files
[fix][2p2c][test] Fix syntax for volvar deflection with global caching
parent
1d85069c
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/porousmediumflow/2p2c/implicit/model.hh
View file @
63c3e71f
...
...
@@ -172,10 +172,10 @@ public:
auto
dofIdxGlobal
=
scv
.
dofIndex
();
if
(
priVarSwitch_
().
wasSwitched
(
dofIdxGlobal
))
{
this
->
nonConstCurGlobalVolVars
().
volVars
(
dofIdxGlobal
).
update
(
this
->
curSol
()[
dofIdxGlobal
],
this
->
problem_
(),
element
,
scv
);
this
->
nonConstCurGlobalVolVars
().
volVars
(
scv
.
index
()
).
update
(
this
->
curSol
()[
dofIdxGlobal
],
this
->
problem_
(),
element
,
scv
);
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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