Skip to content
GitLab
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
561ed6e6
Commit
561ed6e6
authored
May 31, 2019
by
Dennis Gläser
Committed by
Kilian Weishaupt
Aug 29, 2019
Browse files
[md][facet][boxlocalres] use new neumann interface
parent
3a773bfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/multidomain/facet/box/localresidual.hh
View file @
561ed6e6
...
...
@@ -27,6 +27,7 @@
#include
<dune/geometry/type.hh>
#include
<dumux/common/deprecated.hh>
#include
<dumux/common/properties.hh>
#include
<dumux/assembly/fvlocalresidual.hh>
...
...
@@ -109,7 +110,7 @@ public:
// Neumann and Robin ("solution dependent Neumann") boundary conditions
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
neumannFluxes
*=
scvf
.
area
()
*
elemVolVars
[
scv
].
extrusionFactor
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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