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
45eef1fe
Commit
45eef1fe
authored
Dec 19, 2016
by
Timo Koch
Browse files
[fix][2pnc][test] Fix syntax for volvar deflection with global caching
parent
63c3e71f
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/porousmediumflow/2pnc/implicit/model.hh
View file @
45eef1fe
...
...
@@ -184,10 +184,10 @@ public:
auto
dofIdxGlobal
=
scv
.
dofIndex
();
if
(
priVarSwitch_
().
wasSwitched
(
dofIdxGlobal
))
{
this
->
nonConst
ant
CurGlobalVolVars
()
[
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