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
f51406bd
Commit
f51406bd
authored
May 11, 2022
by
Yue Wang
Committed by
Timo Koch
May 12, 2022
Browse files
[fix]remove warning in constructor
parent
688fc288
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/discretization/facecentered/staggered/localintersectionindexmapper.hh
View file @
f51406bd
...
...
@@ -53,7 +53,6 @@ class FaceCenteredStaggeredLocalIntersectionIndexMapper<GridView, false>
using
Element
=
typename
GridView
::
template
Codim
<
0
>
::
Entity
;
static
constexpr
auto
numElementFaces
=
GridView
::
Grid
::
dimension
*
2
;
public:
void
update
(
const
GridView
&
gv
,
const
Element
&
element
)
{
static
const
bool
makeConsistentlyOriented
=
getParam
<
bool
>
(
"Grid.MakeConsistentlyOriented"
,
true
);
...
...
@@ -85,8 +84,8 @@ public:
{
return
refToRealMap_
[
localIsIdx
];
}
private:
std
::
array
<
SmallLocalIndexType
,
numElementFaces
>
realToRefMap_
;
std
::
array
<
SmallLocalIndexType
,
numElementFaces
>
refToRealMap_
;
std
::
array
<
SmallLocalIndexType
,
numElementFaces
>
realToRefMap_
=
{}
;
std
::
array
<
SmallLocalIndexType
,
numElementFaces
>
refToRealMap_
=
{}
;
};
/*!
...
...
Timo Koch
@timok
mentioned in commit
688ebcc8
·
May 13, 2022
mentioned in commit
688ebcc8
mentioned in commit 688ebcc8b2f1bfb350b32f761fcfca08f44539b9
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!3115 (merged)
·
May 13, 2022
mentioned in merge request
!3115 (merged)
mentioned in merge request !3115
Toggle commit list
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