3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Member Functions | List of all members
Dumux::CCElementBoundaryTypes Class Reference

Boundary types gathered on an element. More...

#include <dumux/discretization/cellcentered/elementboundarytypes.hh>

Description

Boundary types gathered on an element.

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.

Public Member Functions

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. More...
 

Member Function Documentation

◆ update()

template<class Problem , class Element , class FVElementGeometry >
void Dumux::CCElementBoundaryTypes::update ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry 
)
inline

Update the boundary types for all vertices of an element.

Parameters
problemThe problem object which needs to be simulated
elementThe DUNE Codim<0> entity for which the boundary types should be collected
fvGeometryThe element finite volume geometry

The documentation for this class was generated from the following file: