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
47df77f0
Commit
47df77f0
authored
Oct 19, 2021
by
Dennis Gläser
Browse files
[common][fvprob] deprecate extrusion factor
parent
e186d4ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/common/fvproblem.hh
View file @
47df77f0
...
...
@@ -565,6 +565,7 @@ public:
* are assumed to extend 1 m to the back.
*/
template
<
class
ElementSolution
>
[[
deprecated
(
"Use problem.spatialParams().extrusionFactor() instead!"
)]]
Scalar
extrusionFactor
(
const
Element
&
element
,
const
SubControlVolume
&
scv
,
const
ElementSolution
&
elemSol
)
const
...
...
@@ -582,6 +583,7 @@ public:
* thought as pipes with a cross section of 1 m^2 and 2D problems
* are assumed to extend 1 m to the back.
*/
[[
deprecated
(
"Use problem.spatialParams().extrusionFactorAtPos() instead!"
)]]
Scalar
extrusionFactorAtPos
(
const
GlobalPosition
&
globalPos
)
const
{
// As a default, i.e. if the user's problem does not overload
...
...
Write
Preview
Markdown
is supported
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