#include <traces.hh>
Public Types | |
typedef F | value_type |
Public Member Functions | |
DirichletElementFormula (const BoundaryConditions bc) | |
virtual F | operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const |
virtual F | operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const |
virtual F | operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const |
virtual DirichletElementFormula< F, G > * | clone () const |
Virtual copy constructor. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Dirichlet Data as element formula.
One should use trace space like hp2D::TraceSpace to get elements on the boundary of the cells.
|
inherited |
Definition at line 37 of file elementFormula.hh.
|
inline |
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
|
virtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
|
virtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
|
virtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.