|
|
| ElementFormulaBoundary (const BoundaryConditions bc, const Boundary::boundaryTypes bType=Boundary::DIRICHLET) |
| |
| virtual Real | operator() (const ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
| |
|
virtual Real | operator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const |
| |
|
virtual Real | operator() (const ElementWithCell< Real > &elm, const Real3d &p, const Real t=0.0) const |
| |
| virtual ElementFormulaBoundary * | clone () const |
| | Virtual copy constructor.
|
| |
| virtual Real | operator() (const ElementWithCell< typename Realtype< Real >::type > &elm, const Real p, const Real t=0.0) const=0 |
| |
| virtual Real | operator() (const ElementWithCell< typename Realtype< Real >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
| |
| virtual Real | operator() (const ElementWithCell< typename Realtype< Real >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
| |
Element formula, which gives formula on the boundary.
Definition at line 176 of file formula.hh.