Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
fda16cf5
Commit
fda16cf5
authored
7 years ago
by
Dennis Gläser
Browse files
Options
Downloads
Patches
Plain Diff
[mpfa][fvgridgeom] use outsideindexstorage type for flip index set
parent
8e7eb37c
No related branches found
No related tags found
1 merge request
!774
Cleanup/mpfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/discretization/cellcentered/mpfa/fvgridgeometry.hh
+3
-2
3 additions, 2 deletions
dumux/discretization/cellcentered/mpfa/fvgridgeometry.hh
with
3 additions
and
2 deletions
dumux/discretization/cellcentered/mpfa/fvgridgeometry.hh
+
3
−
2
View file @
fda16cf5
...
@@ -71,6 +71,8 @@ class CCMpfaFVGridGeometry<GV, Traits, true>
...
@@ -71,6 +71,8 @@ class CCMpfaFVGridGeometry<GV, Traits, true>
using
CoordScalar
=
typename
GV
::
ctype
;
using
CoordScalar
=
typename
GV
::
ctype
;
using
ReferenceElements
=
typename
Dune
::
ReferenceElements
<
CoordScalar
,
dim
>
;
using
ReferenceElements
=
typename
Dune
::
ReferenceElements
<
CoordScalar
,
dim
>
;
using
ScvfOutsideGridIndexStorage
=
typename
Traits
::
SubControlVolumeFace
::
Traits
::
OutsideGridIndexStorage
;
public:
public:
//! export the mpfa helper type
//! export the mpfa helper type
using
MpfaHelper
=
typename
Traits
::
MpfaHelper
;
using
MpfaHelper
=
typename
Traits
::
MpfaHelper
;
...
@@ -192,7 +194,6 @@ public:
...
@@ -192,7 +194,6 @@ public:
// for network grids there might be multiple intersection with the same geometryInInside
// for network grids there might be multiple intersection with the same geometryInInside
// we indentify those by the indexInInside for now (assumes conforming grids at branching facets)
// we indentify those by the indexInInside for now (assumes conforming grids at branching facets)
using
ScvfOutsideGridIndexStorage
=
typename
SubControlVolumeFace
::
Traits
::
OutsideGridIndexStorage
;
std
::
vector
<
ScvfOutsideGridIndexStorage
>
outsideIndices
;
std
::
vector
<
ScvfOutsideGridIndexStorage
>
outsideIndices
;
if
(
dim
<
dimWorld
)
if
(
dim
<
dimWorld
)
{
{
...
@@ -383,7 +384,7 @@ private:
...
@@ -383,7 +384,7 @@ private:
GridIndexType
numBoundaryScvf_
;
GridIndexType
numBoundaryScvf_
;
// needed for embedded surface and network grids (dim < dimWorld)
// needed for embedded surface and network grids (dim < dimWorld)
std
::
vector
<
std
::
vector
<
GridIndex
Type
>
>
flipScvfIndices_
;
std
::
vector
<
ScvfOutside
GridIndex
Storage
>
flipScvfIndices_
;
// The grid interaction volume index set
// The grid interaction volume index set
GridIVIndexSets
ivIndexSets_
;
GridIVIndexSets
ivIndexSets_
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment