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
3a773bfd
Commit
3a773bfd
authored
May 31, 2019
by
Dennis Gläser
Committed by
Kilian Weishaupt
Aug 29, 2019
Browse files
[cclocalres] use new neumann interface
parent
0c8bc218
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/assembly/cclocalresidual.hh
View file @
3a773bfd
...
...
@@ -25,6 +25,7 @@
#ifndef DUMUX_CC_LOCAL_RESIDUAL_HH
#define DUMUX_CC_LOCAL_RESIDUAL_HH
#include
<dumux/common/deprecated.hh>
#include
<dumux/common/reservedblockvector.hh>
#include
<dumux/common/properties.hh>
#include
<dumux/assembly/fvlocalresidual.hh>
...
...
@@ -96,7 +97,7 @@ public:
// Neumann and Robin ("solution dependent Neumann") boundary conditions
else
if
(
bcTypes
.
hasNeumann
()
&&
!
bcTypes
.
hasDirichlet
())
{
auto
neumannFluxes
=
problem
.
neumann
(
element
,
fvGeometry
,
elemVolVars
,
scvf
);
auto
neumannFluxes
=
Deprecated
::
neumann
(
problem
,
element
,
fvGeometry
,
elemVolVars
,
elemFluxVarsCache
,
scvf
);
// multiply neumann fluxes with the area and the extrusion factor
const
auto
&
scv
=
fvGeometry
.
scv
(
scvf
.
insideScvIdx
());
...
...
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