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
704db3b5
Commit
704db3b5
authored
Dec 16, 2017
by
Bernd Flemisch
Committed by
Timo Koch
Dec 16, 2017
Browse files
[discretization] replace typedef by using
parent
ac2b79a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
dumux/discretization/cellcentered/mpfa/interactionvolumebase.hh
View file @
704db3b5
...
...
@@ -37,7 +37,7 @@ namespace Dumux
* \brief Base class for the interaction volume traits. The types stated here
* have to be defined in interaction volume traits. It is recommended
* that different implementations inherit from this class and overwrite the
* desired types or publicly state the type
def
of this base class.
* desired types or publicly state the type
s
of this base class.
*/
template
<
class
TypeTag
>
class
CCMpfaInteractionVolumeTraitsBase
...
...
dumux/discretization/cellcentered/tpfa/properties.hh
View file @
704db3b5
...
...
@@ -132,7 +132,7 @@ private:
using
BoundaryFlag
=
Dumux
::
BoundaryFlag
<
Grid
>
;
};
public:
type
def
Dumux
::
CCTpfaSubControlVolumeFace
<
ScvfGeometryTraits
>
type
;
using
type
=
Dumux
::
CCTpfaSubControlVolumeFace
<
ScvfGeometryTraits
>
;
};
//! Set the solution vector type for an element
...
...
dumux/discretization/staggered/properties.hh
View file @
704db3b5
...
...
@@ -196,7 +196,7 @@ private:
using
CellCenterSolutionVector
=
typename
GET_PROP_TYPE
(
TypeTag
,
CellCenterSolutionVector
);
using
FaceSolutionVector
=
typename
GET_PROP_TYPE
(
TypeTag
,
FaceSolutionVector
);
public:
typedef
type
name
Dune
::
MultiTypeBlockVector
<
CellCenterSolutionVector
,
FaceSolutionVector
>
type
;
using
type
=
Dune
::
MultiTypeBlockVector
<
CellCenterSolutionVector
,
FaceSolutionVector
>
;
};
//! Set the type of a global jacobian matrix from the solution types TODO: move to LinearAlgebra traits
...
...
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