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
404c6de6
Commit
404c6de6
authored
Mar 05, 2021
by
Timo Koch
Browse files
[test][2p2c] Use new Dumux::NumEqVector
parent
9785bec8
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/porousmediumflow/2p2c/injection/problem.hh
View file @
404c6de6
...
...
@@ -28,6 +28,7 @@
#include
<dune/grid/yaspgrid.hh>
#include
<dumux/common/boundarytypes.hh>
#include
<dumux/common/numeqvector.hh>
#include
<dumux/discretization/cellcentered/mpfa/omethod/staticinteractionvolume.hh>
#include
<dumux/discretization/ccmpfa.hh>
...
...
@@ -178,7 +179,7 @@ class InjectionProblem : public PorousMediumFlowProblem<TypeTag>
};
using
PrimaryVariables
=
GetPropType
<
TypeTag
,
Properties
::
PrimaryVariables
>
;
using
NumEqVector
=
GetPropType
<
TypeTag
,
Properties
::
NumEqVector
>
;
using
NumEqVector
=
Dumux
::
NumEqVector
<
PrimaryVariables
>
;
using
GridVariables
=
GetPropType
<
TypeTag
,
Properties
::
GridVariables
>
;
using
ElementVolumeVariables
=
typename
GridVariables
::
GridVolumeVariables
::
LocalView
;
using
ElementFluxVariablesCache
=
typename
GridVariables
::
GridFluxVariablesCache
::
LocalView
;
...
...
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