Class xlifepp::LagrangeStdPyramid#
-
template<number_t Pk>
class LagrangeStdPyramid : public xlifepp::LagrangePyramid#
-
template class child to class LagrangePyramid
http://homepage.mac.com/danielmartin/melina++/doc/elements/pyramid/LagrangeStdPyramid1.pdf http://homepage.mac.com/danielmartin/melina++/doc/elements/pyramid/LagrangeStdPyramid2.pdf
Public Functions
-
LagrangeStdPyramid(const Interpolation *interp_p)#
-
Lagrange standard _P0 pyramid Reference Element.
-
LagrangeStdPyramid(const Interpolation *interp_p)
-
Lagrange standard _P1 pyramid Reference Element.
-
LagrangeStdPyramid(const Interpolation *interp_p)
-
Lagrange standard _P2 pyramid Reference Element.
-
LagrangeStdPyramid(const Interpolation *interp_p)
-
constructor by interpolation
Lagrange standard Pk pyramid Reference Element.
-
inline ~LagrangeStdPyramid()#
-
destructor
-
virtual void computeShapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues &shv, const bool withDeriv, const bool with2Deriv) const#
-
computeShapeValues defines Lagrange Pk Reference Element shape functions
-
virtual void computeShapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues &shv, const bool withDeriv = true, const bool with2Deriv = false) const
-
shape functions
-
inline virtual const splitvec_t &getO1splitting() const#
-
returns reference to splitting scheme computed by splitO1
-
LagrangeStdPyramid(const Interpolation *interp_p)#