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
ebf461a6
Commit
ebf461a6
authored
9 years ago
by
Dennis Gläser
Committed by
Timo Koch
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[CCTpfa] change name of the fvelemgeomvector
parent
b5ed30cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!617
[WIP] Next
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dumux/implicit/cellcentered/tpfa/fvelementgeometryvector.hh
+2
-2
2 additions, 2 deletions
dumux/implicit/cellcentered/tpfa/fvelementgeometryvector.hh
dumux/implicit/cellcentered/tpfa/propertydefaults.hh
+1
-1
1 addition, 1 deletion
dumux/implicit/cellcentered/tpfa/propertydefaults.hh
with
3 additions
and
3 deletions
dumux/implicit/cellcentered/tpfa/fvelementgeometryvector.hh
+
2
−
2
View file @
ebf461a6
...
@@ -57,7 +57,7 @@ private:
...
@@ -57,7 +57,7 @@ private:
* for each element.
* for each element.
*/
*/
template
<
class
TypeTag
>
template
<
class
TypeTag
>
class
TpfaFVElementGeometryVector
class
CC
TpfaFVElementGeometryVector
{
{
using
Problem
=
typename
GET_PROP_TYPE
(
TypeTag
,
Problem
);
using
Problem
=
typename
GET_PROP_TYPE
(
TypeTag
,
Problem
);
using
GridView
=
typename
GET_PROP_TYPE
(
TypeTag
,
GridView
);
using
GridView
=
typename
GET_PROP_TYPE
(
TypeTag
,
GridView
);
...
@@ -69,7 +69,7 @@ class TpfaFVElementGeometryVector
...
@@ -69,7 +69,7 @@ class TpfaFVElementGeometryVector
public:
public:
//! Constructor
//! Constructor
TpfaFVElementGeometryVector
(
const
GridView
gridView
)
CC
TpfaFVElementGeometryVector
(
const
GridView
gridView
)
:
gridView_
(
gridView
),
elementMap_
(
gridView
)
{}
:
gridView_
(
gridView
),
elementMap_
(
gridView
)
{}
/* \brief Get the finite volume geometry of an element
/* \brief Get the finite volume geometry of an element
...
...
This diff is collapsed.
Click to expand it.
dumux/implicit/cellcentered/tpfa/propertydefaults.hh
+
1
−
1
View file @
ebf461a6
...
@@ -44,7 +44,7 @@ template<class TypeTag> class FVElementGeometry;
...
@@ -44,7 +44,7 @@ template<class TypeTag> class FVElementGeometry;
namespace
Properties
{
namespace
Properties
{
//! Set the default for the FVElementGeometry vector
//! Set the default for the FVElementGeometry vector
SET_TYPE_PROP
(
CCTpfaModel
,
FVElementGeometryVector
,
TpfaFVElementGeometryVector
<
TypeTag
>
);
SET_TYPE_PROP
(
CCTpfaModel
,
FVElementGeometryVector
,
CC
TpfaFVElementGeometryVector
<
TypeTag
>
);
//! Set the default for the ElementBoundaryTypes
//! Set the default for the ElementBoundaryTypes
SET_TYPE_PROP
(
CCTpfaModel
,
ElementBoundaryTypes
,
Dumux
::
CCElementBoundaryTypes
<
TypeTag
>
);
SET_TYPE_PROP
(
CCTpfaModel
,
ElementBoundaryTypes
,
Dumux
::
CCElementBoundaryTypes
<
TypeTag
>
);
...
...
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