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
e3cb8ae2
Commit
e3cb8ae2
authored
Dec 17, 2017
by
Kilian Weishaupt
Committed by
Timo Koch
Dec 19, 2017
Browse files
[staggered] Fix include and missing aliases
parent
d5d1439d
Changes
2
Hide whitespace changes
Inline
Side-by-side
dumux/common/staggeredfvproblem.hh
View file @
e3cb8ae2
...
...
@@ -49,6 +49,8 @@ class StaggeredFVProblem : public FVProblem<TypeTag>
using
ElementSolutionVector
=
typename
GET_PROP_TYPE
(
TypeTag
,
ElementSolutionVector
);
using
ElementVolumeVariables
=
typename
GET_PROP_TYPE
(
TypeTag
,
ElementVolumeVariables
);
using
Indices
=
typename
GET_PROP_TYPE
(
TypeTag
,
Indices
);
using
SubControlVolume
=
typename
GET_PROP_TYPE
(
TypeTag
,
SubControlVolume
);
using
SubControlVolumeFace
=
typename
GET_PROP_TYPE
(
TypeTag
,
SubControlVolumeFace
);
enum
{
dim
=
GridView
::
dimension
,
...
...
dumux/discretization/staggered/properties.hh
View file @
e3cb8ae2
...
...
@@ -33,7 +33,6 @@
#include
<dumux/discretization/cellcentered/elementboundarytypes.hh>
#include
<dumux/assembly/staggeredlocalresidual.hh>
#include
<dumux/implicit/staggered/gridvariables.hh>
#include
<dumux/discretization/cellcentered/subcontrolvolume.hh>
#include
<dumux/discretization/staggered/gridvariables.hh>
...
...
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