Class xlifepp::LagrangeStdTrianglePk#
-
class LagrangeStdTrianglePk : public xlifepp::LagrangeTriangle#
-
any order LagrangeTriangle with general formulae
Public Functions
-
LagrangeStdTrianglePk(const Interpolation *interp_p)#
-
constructor by interpolation
-
~LagrangeStdTrianglePk()#
-
destructor
-
inline virtual void computeShapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues &shv, const bool withDeriv = true, const bool with2Deriv = false) const#
-
shape functions values
-
inline virtual const splitvec_t &getO1splitting() const#
-
returns reference to splitting scheme computed by splitO1
-
LagrangeStdTrianglePk(const Interpolation *interp_p)#