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
88d3eac2
Commit
88d3eac2
authored
Feb 12, 2019
by
Kilian Weishaupt
Browse files
[navierstokes][localresidual] Replace template, type is known
parent
d6dc2d4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/freeflow/navierstokes/staggered/localresidual.hh
View file @
88d3eac2
...
...
@@ -68,6 +68,7 @@ class NavierStokesResidualImpl<TypeTag, DiscretizationMethod::staggered>
using
Element
=
typename
GridView
::
template
Codim
<
0
>
::
Entity
;
using
SubControlVolume
=
typename
FVElementGeometry
::
SubControlVolume
;
using
SubControlVolumeFace
=
typename
FVElementGeometry
::
SubControlVolumeFace
;
using
ElementBoundaryTypes
=
GetPropType
<
TypeTag
,
Properties
::
ElementBoundaryTypes
>
;
using
CellCenterPrimaryVariables
=
GetPropType
<
TypeTag
,
Properties
::
CellCenterPrimaryVariables
>
;
using
FacePrimaryVariables
=
GetPropType
<
TypeTag
,
Properties
::
FacePrimaryVariables
>
;
using
FluxVariables
=
GetPropType
<
TypeTag
,
Properties
::
FluxVariables
>
;
...
...
@@ -184,7 +185,6 @@ public:
/*!
* \brief Evaluate boundary conditions for a cell center dof
*/
template
<
class
ElementBoundaryTypes
>
CellCenterResidual
computeBoundaryFluxForCellCenter
(
const
Problem
&
problem
,
const
Element
&
element
,
const
FVElementGeometry
&
fvGeometry
,
...
...
@@ -232,7 +232,6 @@ public:
/*!
* \brief Evaluate Dirichlet (fixed value) boundary conditions for a face dof
*/
template
<
class
ElementBoundaryTypes
>
void
evalDirichletBoundariesForFace
(
FaceResidual
&
residual
,
const
Problem
&
problem
,
const
Element
&
element
,
...
...
@@ -269,7 +268,6 @@ public:
/*!
* \brief Evaluate boundary boundary fluxes for a face dof
*/
template
<
class
ElementBoundaryTypes
>
FaceResidual
computeBoundaryFluxForFace
(
const
Problem
&
problem
,
const
Element
&
element
,
const
FVElementGeometry
&
fvGeometry
,
...
...
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