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-appl
dumux-preCICE
Commits
f3e229a9
Commit
f3e229a9
authored
Oct 13, 2021
by
Alexander Jaust
Browse files
[update] update monolithic 3d case to DuMuX 3.4
parent
77a2e470
Changes
2
Hide whitespace changes
Inline
Side-by-side
appl/coupling-ff-pm/monolithic/ff-pm-3d/problem_darcy_3d.hh
View file @
f3e229a9
...
...
@@ -27,6 +27,8 @@
#include
<dune/grid/yaspgrid.hh>
#include
<dumux/common/numeqvector.hh>
#include
<dumux/discretization/cctpfa.hh>
#include
<dumux/porousmediumflow/1p/model.hh>
...
...
@@ -88,8 +90,8 @@ class DarcySubProblem : public PorousMediumFlowProblem<TypeTag>
typename
GetPropType
<
TypeTag
,
Properties
::
GridGeometry
>::
GridView
;
using
Scalar
=
GetPropType
<
TypeTag
,
Properties
::
Scalar
>
;
using
PrimaryVariables
=
GetPropType
<
TypeTag
,
Properties
::
PrimaryVariables
>
;
using
NumEqVector
=
GetPropType
<
TypeTag
,
Properties
::
NumEqVector
>
;
using
BoundaryTypes
=
GetPropType
<
TypeTag
,
Properties
::
BoundaryTypes
>
;
using
NumEqVector
=
Dumux
::
NumEqVector
<
PrimaryVariables
>
;
using
BoundaryTypes
=
Dumux
::
BoundaryTypes
<
GetPropType
<
TypeTag
,
Properties
::
ModelTraits
>::
numEq
()
>
;
using
VolumeVariables
=
GetPropType
<
TypeTag
,
Properties
::
VolumeVariables
>
;
using
FVElementGeometry
=
typename
GetPropType
<
TypeTag
,
Properties
::
GridGeometry
>::
LocalView
;
...
...
appl/coupling-ff-pm/monolithic/ff-pm-3d/problem_stokes_3d.hh
View file @
f3e229a9
...
...
@@ -27,6 +27,8 @@
#include
<dune/grid/yaspgrid.hh>
#include
<dumux/common/numeqvector.hh>
#include
<dumux/material/components/simpleh2o.hh>
#include
<dumux/material/fluidsystems/1pliquid.hh>
...
...
@@ -108,7 +110,7 @@ class StokesSubProblem : public NavierStokesProblem<TypeTag>
using
Element
=
typename
GridView
::
template
Codim
<
0
>
::
Entity
;
using
GlobalPosition
=
typename
Element
::
Geometry
::
GlobalCoordinate
;
using
PrimaryVariables
=
GetPropType
<
TypeTag
,
Properties
::
PrimaryVariables
>
;
using
NumEqVector
=
GetPropType
<
TypeTag
,
Properties
::
NumEqVector
>
;
using
NumEqVector
=
Dumux
::
NumEqVector
<
PrimaryVariables
>
;
using
ModelTraits
=
GetPropType
<
TypeTag
,
Properties
::
ModelTraits
>
;
using
CouplingManager
=
GetPropType
<
TypeTag
,
Properties
::
CouplingManager
>
;
...
...
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