This class stores an array of BoundaryTypes objects on an element for the box scheme with coupling occuring across the element facets.
More...
#include <dumux/multidomain/facet/box/elementboundarytypes.hh>
template<class BTypes>
class Dumux::BoxFacetCouplingElementBoundaryTypes< BTypes >
This class stores an array of BoundaryTypes objects on an element for the box scheme with coupling occuring across the element facets.
|
| 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.
|
| bool | hasDirichlet () const |
| | Returns whether the element has a vertex which contains a Dirichlet value.
|
| bool | hasNeumann () const |
| | Returns whether the element potentially features a Neumann boundary segment.
|
| bool | hasOutflow () const |
| | Returns whether the element potentially features an outflow boundary segment.
|
| const BoundaryTypes & | operator[] (std::size_t i) const |
◆ BoundaryTypes
◆ hasDirichlet()
Returns whether the element has a vertex which contains a Dirichlet value.
◆ hasNeumann()
Returns whether the element potentially features a Neumann boundary segment.
◆ hasOutflow()
Returns whether the element potentially features an outflow boundary segment.
◆ operator[]()
◆ update()
template<class BTypes>
template<class Problem, class Element, class FVElementGeometry>
Update the boundary types for all vertices of an element.
- 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's finite volume geometry |
- Note
- We need this overload so that we can call different problem interfaces for domain boundary and interior boundaries.
◆ hasDirichlet_
◆ hasNeumann_
◆ hasOutflow_
◆ vertexBCTypes_
The documentation for this class was generated from the following file: