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
ae9f25aa
Commit
ae9f25aa
authored
May 06, 2021
by
Timo Koch
Browse files
[richards][localres][analytic] Fix detector for robin derivatives in problem
parent
b94fa769
Changes
1
Show whitespace changes
Inline
Side-by-side
dumux/porousmediumflow/richards/localresidual.hh
View file @
ae9f25aa
...
...
@@ -499,7 +499,7 @@ public:
const
SubControlVolumeFace
&
scvf
)
const
{
if
constexpr
(
Detail
::
hasAddRobinFluxDerivatives
<
Problem
,
PartialDerivativeMatrices
,
Element
,
FVElementGeometry
,
PartialDerivativeMatrices
&
,
Element
,
FVElementGeometry
,
ElementVolumeVariables
,
ElementFluxVariablesCache
,
SubControlVolumeFace
>
()
)
problem
.
addRobinFluxDerivatives
(
derivativeMatrices
,
element
,
fvGeometry
,
curElemVolVars
,
elemFluxVarsCache
,
scvf
);
...
...
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