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
1d85069c
Commit
1d85069c
authored
Dec 19, 2016
by
Timo Koch
Browse files
[fix][3p3c][test] Fix syntax for volvar deflection with global caching
parent
68ea94ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/porousmediumflow/3p3c/implicit/model.hh
View file @
1d85069c
...
@@ -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
);
}
}
}
}
...
...
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