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
0685249c
Commit
0685249c
authored
Feb 26, 2021
by
Kilian Weishaupt
Browse files
[pnm][gridgeometry] Fix bug for caching on
parent
bddd7ed0
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/discretization/porenetwork/gridgeometry.hh
View file @
0685249c
...
...
@@ -616,7 +616,7 @@ public:
LocalIndexType
scvfLocalIdx
=
0
;
scvfs_
[
eIdx
][
0
]
=
SubControlVolumeFace
(
elementGeometry
.
center
(),
std
::
move
(
unitOuterNormal
),
throatCrossSectionalArea
(
this
->
elementMapper
().
index
(
element
)),
this
->
throatCrossSectionalArea
(
this
->
elementMapper
().
index
(
element
)),
scvfLocalIdx
++
,
std
::
vector
<
LocalIndexType
>
({
0
,
1
}));
}
...
...
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