Class xlifepp::HermiteStdSegment#
-
template<number_t Pk>
class HermiteStdSegment : public xlifepp::HermiteSegment#
-
template class (order is template parameter)
Public Functions
-
HermiteStdSegment(const Interpolation *interp_p)#
-
constructor by interpolation
HermiteSegment constructor for Hermite standard reference elements.
-
inline ~HermiteStdSegment()#
-
destructor
-
virtual void computeShapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues &shv, const bool withDeriv, const bool with2Deriv) const#
-
computeShapeValues defines Hermite 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
-
HermiteStdSegment(const Interpolation *interp_p)#