|
|
| ElementFormulaInterpGradN (const concepts::ElementFormula< F > &f) |
| |
| virtual concepts::Point< F, 2 > | operator() (const concepts::ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
| |
|
virtual concepts::Point< F, 2 > | operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real2d &p, const Real t=0.0) const |
| |
| virtual concepts::Point< F, 2 > | operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real3d &p, const Real t=0.0) const |
| |
| virtual ElementFormulaInterpGradN< F, 2 > * | clone () const |
| | Virtual copy constructor.
|
| |
| virtual concepts::Point< F, 2 > | operator() (const ElementWithCell< typename Realtype< concepts::Point< F, 2 > >::type > &elm, const Real p, const Real t=0.0) const=0 |
| |
| virtual concepts::Point< F, 2 > | operator() (const ElementWithCell< typename Realtype< concepts::Point< F, 2 > >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
| |
| virtual concepts::Point< F, 2 > | operator() (const ElementWithCell< typename Realtype< concepts::Point< F, 2 > >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
| |
template<typename F>
class hp2D::ElementFormulaInterpGradN< F, 2 >
Definition at line 196 of file formula.hh.