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