37 #ifndef ZeroDimensionalBCHandler_H 38 #define ZeroDimensionalBCHandler_H 1
40 #include <lifev/zero_dimensional/fem/ZeroDimensionalBC.hpp> 91 void setBC (
const bcFlag_Type& flag,
const bcType_Type& bcType,
const bcFunction_Type& bcFunction )
93 M_bc[flag].setBC ( bcType, bcFunction );
109 return M_bc.find ( flag )->second;
const bc_Type & bc(const bcFlag_Type &flag) const
Get the boundary condition.
ZeroDimensionalFunction bcFunction_Type
ZeroDimensionalBCHandler - A boundary conditions handler for zero-dimensional models.
ZeroDimensionalBC bc_Type
ZeroDimensionalBC - A boundary condition for zero-dimensional models.
markerID_Type bcFlag_Type
ID markerID_Type
markerID_Type is the type used to store the geometric entity marker IDs
void updateInverseJacobian(const UInt &iQuadPt)
std::map< bcFlag_Type, bc_Type > bcContainer_Type
ZeroDimensionalBCHandler(const ZeroDimensionalBCHandler &handler)
ZeroDimensionalBCHandler()
Constructor.
void setBC(const bcFlag_Type &flag, const bcType_Type &bcType, const bcFunction_Type &bcFunction)
Set the type.
ZeroDimensionalBCType bcType_Type
virtual ~ZeroDimensionalBCHandler()
Destructor.