48 namespace LibUtilities
99 #endif //POLYEPOINTS_H
static const PointsKey NullPointsKey(0, eNoPointsType)
static bool initPointsManager[]
void CalculateDerivMatrix()
Stores a set of points of datatype DataT, defined by a PointKey.
Points< NekDouble > PointsBaseType
PolyEPoints()
Default constructor should not be called except by Create method.
#define LIB_UTILITIES_EXPORT
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
Defines a specification for a set of points.
void CalculateInterpMatrix(unsigned int npts, const Array< OneD, const NekDouble > &xpoints, Array< OneD, NekDouble > &interp)
PolyEPoints(const PolyEPoints &points)
Copy constructor should not be called.
NekDouble LagrangeInterpolant(NekDouble x, int npts, const Array< OneD, const NekDouble > &xpts, const Array< OneD, const NekDouble > &funcvals)
NekDouble LagrangePoly(NekDouble x, int pt, int npts, const Array< OneD, const NekDouble > &xpts)
NekDouble LagrangePolyDeriv(NekDouble x, int pt, int npts, const Array< OneD, const NekDouble > &xpts)
const std::shared_ptr< NekMatrix< NekDouble > > GetI(const PointsKey &pkey)
PolyEPoints(const PointsKey &key)