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
2353135c
Commit
2353135c
authored
Dec 21, 2017
by
Dennis Gläser
Browse files
[tpfa][elemvolvars] fix docu
parent
0bf2175f
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/discretization/cellcentered/tpfa/elementvolumevariables.hh
View file @
2353135c
...
...
@@ -64,7 +64,7 @@ public:
CCTpfaElementVolumeVariables
(
const
GridVolumeVariables
&
gridVolVars
)
:
gridVolVarsPtr_
(
&
gridVolVars
)
{}
//! operator for the access with an
index
//! operator for the access with an
scv
const
VolumeVariables
&
operator
[](
const
SubControlVolume
&
scv
)
const
{
return
gridVolVars
().
volVars
(
scv
.
dofIndex
());
}
...
...
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