33 return "Boundary Condition";
ConditionType getType() const
Returns the type of boundary condition this is.
static std::string convertTypeToString(ConditionType type)
Converts a string specifying the type into an enum.
BoundaryCondition(ProcessVariable const &process_var, std::string const ¶m_name, ConditionType type)
Managing data associated with a boundary condition.
static ConditionType convertStringToType(std::string const &str)
Converts the type enum into a string.
std::string const getConditionClassStr() const override
Returns the type of condition for displaying purposes.
Base class for boundary conditions, initial conditions and source terms.