This class stores an array of BoundaryTypes objects.  
#include <dumux/discretization/cvfe/elementboundarytypes.hh>
|  | 
| template<class Problem, class FVElementGeometry> | 
| void | update (const Problem &problem, const typename FVElementGeometry::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. 
 | 
|  | 
| template<class FVElementGeometry> | 
| const BoundaryTypes & | get (const FVElementGeometry &fvGeometry, const typename FVElementGeometry::SubControlVolumeFace &scvf) const | 
|  | 
| template<class FVElementGeometry> | 
| const BoundaryTypes & | get (const FVElementGeometry &, const typename FVElementGeometry::SubControlVolume &scv) const | 
|  | 
◆ BoundaryTypes
◆ get() [1/2]
template<class BTypes> 
template<class FVElementGeometry> 
 
 
◆ get() [2/2]
template<class BTypes> 
template<class FVElementGeometry> 
 
 
◆ hasDirichlet()
◆ hasNeumann()
◆ update()
template<class BTypes> 
template<class Problem, class FVElementGeometry> 
  
  | 
        
          | void Dumux::CVFEElementBoundaryTypes< BTypes >::update | ( | const Problem & | problem, |  
          |  |  | const typename FVElementGeometry::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's finite volume geometry |  
 
 
 
The documentation for this class was generated from the following file: