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
a386f36b
Commit
a386f36b
authored
May 31, 2019
by
Dennis Gläser
Committed by
Kilian Weishaupt
Aug 29, 2019
Browse files
[fvproblem] delete old neumann() interface
parent
e563e4e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/common/fvproblem.hh
View file @
a386f36b
...
...
@@ -290,30 +290,6 @@ public:
return
asImp_
().
neumannAtPos
(
scvf
.
ipGlobal
());
}
/*!
* \brief Evaluate the boundary conditions for a neumann
* boundary segment.
*
* This is the method for the case where the Neumann condition is
* potentially solution dependent
*
* \param element The finite element
* \param fvGeometry The finite-volume geometry
* \param elemVolVars All volume variables for the element
* \param scvf The sub control volume face
*
* Negative values mean influx.
* E.g. for the mass balance that would be the mass flux in \f$ [ kg / (m^2 \cdot s)] \f$.
*/
NumEqVector
neumann
(
const
Element
&
element
,
const
FVElementGeometry
&
fvGeometry
,
const
ElementVolumeVariables
&
elemVolVars
,
const
SubControlVolumeFace
&
scvf
)
const
{
// forward it to the interface with only the global position
return
asImp_
().
neumannAtPos
(
scvf
.
ipGlobal
());
}
/*!
* \brief Evaluate the boundary conditions for a neumann
* boundary segment.
...
...
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