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
4b8c7377
Commit
4b8c7377
authored
Jul 02, 2021
by
Timo Koch
Browse files
[pnm] Export element type in FVElemenetGeometry implementation
parent
3c8fd3c8
Changes
1
Show whitespace changes
Inline
Side-by-side
dumux/discretization/porenetwork/fvelementgeometry.hh
View file @
4b8c7377
...
...
@@ -50,7 +50,6 @@ class PNMFVElementGeometry<GG, true>
static
constexpr
int
dimWorld
=
GridView
::
dimensionworld
;
using
GridIndexType
=
typename
IndexTraits
<
GridView
>::
GridIndex
;
using
LocalIndexType
=
typename
IndexTraits
<
GridView
>::
LocalIndex
;
using
Element
=
typename
GridView
::
template
Codim
<
0
>
::
Entity
;
using
CoordScalar
=
typename
GridView
::
ctype
;
using
FeLocalBasis
=
typename
GG
::
FeCache
::
FiniteElementType
::
Traits
::
LocalBasisType
;
public:
...
...
@@ -60,6 +59,8 @@ public:
using
SubControlVolumeFace
=
typename
GG
::
SubControlVolumeFace
;
//! export type of finite volume grid geometry
using
GridGeometry
=
GG
;
//! export element type
using
Element
=
typename
GridView
::
template
Codim
<
0
>
::
Entity
;
//! the maximum number of scvs per element
static
constexpr
std
::
size_t
maxNumElementScvs
=
2
;
...
...
@@ -170,7 +171,6 @@ class PNMFVElementGeometry<GG, false>
static
constexpr
int
dimWorld
=
GridView
::
dimensionworld
;
using
GridIndexType
=
typename
IndexTraits
<
GridView
>::
GridIndex
;
using
LocalIndexType
=
typename
IndexTraits
<
GridView
>::
LocalIndex
;
using
Element
=
typename
GridView
::
template
Codim
<
0
>
::
Entity
;
using
CoordScalar
=
typename
GridView
::
ctype
;
using
FeLocalBasis
=
typename
GG
::
FeCache
::
FiniteElementType
::
Traits
::
LocalBasisType
;
...
...
@@ -181,6 +181,8 @@ public:
using
SubControlVolumeFace
=
typename
GG
::
SubControlVolumeFace
;
//! export type of finite volume grid geometry
using
GridGeometry
=
GG
;
//! export element type
using
Element
=
typename
GridView
::
template
Codim
<
0
>
::
Entity
;
//! the maximum number of scvs per element
static
constexpr
std
::
size_t
maxNumElementScvs
=
2
;
...
...
Timo Koch
@timok
mentioned in commit
e4bcf1ca
·
Jul 02, 2021
mentioned in commit
e4bcf1ca
mentioned in commit e4bcf1cac5335f27d5a29acb5b5e5d75dce5dfc1
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!2697 (merged)
·
Jul 02, 2021
mentioned in merge request
!2697 (merged)
mentioned in merge request !2697
Toggle commit list
Timo Koch
@timok
mentioned in commit
9b078403
·
Jul 02, 2021
mentioned in commit
9b078403
mentioned in commit 9b0784035605ee6b28573bfe434280c07f5c7084
Toggle commit list
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