Boundary types gathered on an element.
More...
#include <dumux/discretization/cellcentered/elementboundarytypes.hh>
- Note
- This class exists only for compatibility purposes with the box scheme. The cell-centered schemes and the box scheme use a common base local residual, which passes an ElementBoundaryTypes object to the implemented interfaces.
|
| template<class Problem, class Element, class FVElementGeometry> |
| void | update (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry) |
| | Update the boundary types for all vertices of an element.
|
| |
◆ update()
template<class Problem, class Element, class FVElementGeometry>
| void Dumux::CCElementBoundaryTypes::update |
( |
const Problem & | problem, |
|
|
const Element & | element, |
|
|
const FVElementGeometry & | fvGeometry ) |
|
inline |
- Parameters
-
| problem | The problem object which needs to be simulated |
| element | The DUNE Codim<0> entity for which the boundary types should be collected |
| fvGeometry | The element finite volume geometry |
The documentation for this class was generated from the following file: