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
4676461c
Commit
4676461c
authored
Nov 17, 2017
by
Timo Koch
Browse files
[mpfa] Get Q with new getParam method
parent
f51fff2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/discretization/cellcentered/mpfa/fvgridgeometry.hh
View file @
4676461c
...
...
@@ -279,7 +279,7 @@ public:
}
// the quadrature point to be used on the scvfs
static
const
Scalar
q
=
GET_PARAM_FROM_GROUP
(
TypeTag
,
Scalar
,
Mpfa
,
Q
);
static
const
Scalar
q
=
getParamFromGroup
<
Scalar
>
(
GET_PROP_VALUE
(
TypeTag
,
ModelParameterGroup
)
,
"
Mpfa
.Q"
);
// make the scv face (for non-boundary scvfs on network grids, use precalculated outside indices)
const
auto
&
outsideScvIndices
=
[
&
]
()
...
...
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