boundary.hh
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Boundary(const enum boundaryTypes type, const Formula< Real > &frm)
Constructor.
Real operator()(const Real2d &x, const Real t=0.0) const
Application operator.
Real operator()(const Real3d &x, const Real t=0.0) const
Application operator.
Real operator()(const Real x, const Real t=0.0) const
Application operator.
enum boundaryTypes type() const
Returns the type of the boundary condition.
Definition: boundary.hh:74
std::string typeStr() const
Return the type of the boundary condition as output string.
virtual ~Boundary()
std::unique_ptr< const Formula< Real > > frm_
The function of the boundary condition.
Definition: boundary.hh:106