version 3.11-dev
Dumux::CVFE Namespace Reference

Namespaces

namespace  Detail
 

Classes

class  FaceInterpolationPointData
 An interpolation point related to a face of an element. More...
 
class  InterpolationPointData
 An interpolation point related to an element that includes global and local positions. More...
 
class  InterpolationPointDataLocalMapping
 An interpolation point related to a global position of an element, giving its local positions by a mapping. More...
 
class  LocalDof
 A local degree of freedom from an element perspective. More...
 
class  LocalDofInterpolationPointData
 An interpolation point related to a localDof of an element, giving its global and local positions. More...
 

Functions

template<class Problem , class DirichletFunction , Detail::DirichletConstraintContainer Constraints>
void appendDirichletConstraints (const Problem &problem, const DirichletFunction &dirichletFunction, Constraints &constraints)
 Append constraints for Dirichlet boundaries. More...
 

Function Documentation

◆ appendDirichletConstraints()

template<class Problem , class DirichletFunction , Detail::DirichletConstraintContainer Constraints>
void Dumux::CVFE::appendDirichletConstraints ( const Problem &  problem,
const DirichletFunction &  dirichletFunction,
Constraints &  constraints 
)
Parameters
problemThe problem object which needs to be simulated
dirichletFunctionFunction for evaluating Dirichlet boundary conditions
constraintsThe constraints to be appended to