Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
88d3eac2
Commit
88d3eac2
authored
6 years ago
by
Kilian Weishaupt
Browse files
Options
Downloads
Patches
Plain Diff
[navierstokes][localresidual] Replace template, type is known
parent
d6dc2d4c
No related branches found
No related tags found
1 merge request
!1495
Feature/improve flux over surface
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/freeflow/navierstokes/staggered/localresidual.hh
+1
-3
1 addition, 3 deletions
dumux/freeflow/navierstokes/staggered/localresidual.hh
with
1 addition
and
3 deletions
dumux/freeflow/navierstokes/staggered/localresidual.hh
+
1
−
3
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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment