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
3837760f
Commit
3837760f
authored
Mar 05, 2021
by
Timo Koch
Browse files
[test][1p] Use new Dumux::NumEqVector
parent
404c6de6
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/porousmediumflow/1p/network1d3d/problem.hh
View file @
3837760f
...
...
@@ -32,6 +32,7 @@
#include
<dumux/common/properties.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/boundarytypes.hh>
#include
<dumux/common/numeqvector.hh>
#include
<dumux/discretization/elementsolution.hh>
#include
<dumux/porousmediumflow/problem.hh>
...
...
@@ -64,7 +65,7 @@ class TubesTestProblem : public PorousMediumFlowProblem<TypeTag>
using
PrimaryVariables
=
GetPropType
<
TypeTag
,
Properties
::
PrimaryVariables
>
;
using
BoundaryTypes
=
Dumux
::
BoundaryTypes
<
GetPropType
<
TypeTag
,
Properties
::
ModelTraits
>::
numEq
()
>
;
using
NumEqVector
=
GetPropType
<
TypeTag
,
Properties
::
NumEqVector
>
;
using
NumEqVector
=
Dumux
::
NumEqVector
<
PrimaryVariables
>
;
using
Element
=
typename
GridView
::
template
Codim
<
0
>
::
Entity
;
using
GridGeometry
=
GetPropType
<
TypeTag
,
Properties
::
GridGeometry
>
;
using
SolutionVector
=
GetPropType
<
TypeTag
,
Properties
::
SolutionVector
>
;
...
...
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