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
df30da5b
Commit
df30da5b
authored
7 years ago
by
Dennis Gläser
Browse files
Options
Downloads
Patches
Plain Diff
[fluxvarsbase] cleanup comments
parent
c152207c
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/discretization/fluxvariablesbase.hh
+6
-7
6 additions, 7 deletions
dumux/discretization/fluxvariablesbase.hh
with
6 additions
and
7 deletions
dumux/discretization/fluxvariablesbase.hh
+
6
−
7
View file @
df30da5b
...
@@ -109,18 +109,17 @@ public:
...
@@ -109,18 +109,17 @@ public:
const
FVElementGeometry
&
fvGeometry
,
const
FVElementGeometry
&
fvGeometry
,
const
SubControlVolumeFace
&
scvf
)
const
SubControlVolumeFace
&
scvf
)
{
{
//! Give the upwind scheme access to the cached variables
//! Forward to the discretization specific implementation
//! Forward to the discretization specific implementation
return
FluxStencil
::
stencil
(
element
,
fvGeometry
,
scvf
);
return
FluxStencil
::
stencil
(
element
,
fvGeometry
,
scvf
);
}
}
private
:
private
:
const
Problem
*
problemPtr_
;
//! Pointer to the problem
const
Problem
*
problemPtr_
;
//! Pointer to the problem
const
Element
*
elementPtr_
;
//! Pointer to the element at hand
const
Element
*
elementPtr_
;
//! Pointer to the element at hand
const
FVElementGeometry
*
fvGeometryPtr_
;
const
FVElementGeometry
*
fvGeometryPtr_
;
//! Pointer to the current FVElementGeometry
const
SubControlVolumeFace
*
scvFacePtr_
;
//! Pointer to the sub control volume face for which the flux variables are created
const
SubControlVolumeFace
*
scvFacePtr_
;
//! Pointer to the sub control volume face for which the flux variables are created
const
ElementVolumeVariables
*
elemVolVarsPtr_
;
const
ElementVolumeVariables
*
elemVolVarsPtr_
;
//! Pointer to the current element volume variables
const
ElementFluxVariablesCache
*
elemFluxVarsCachePtr_
;
const
ElementFluxVariablesCache
*
elemFluxVarsCachePtr_
;
//! Pointer to the current element flux variables cache
};
};
}
// end namespace Dumux
}
// end namespace Dumux
...
...
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