35#ifndef NODALTRIFEKETE_H
36#define NODALTRIFEKETE_H
67 "Fekete Points can only interp to other 2d "
68 "point distributions");
78 size_t numpoints = x.size();
92 std::shared_ptr<NodalUtilTriangle>
m_util;
#define ASSERTL0(condition, msg)
#define LIB_UTILITIES_EXPORT
NodalTriFekete(const PointsKey &key)
virtual void v_CalculateDerivMatrix() override final
void NodalPointReorder2d()
static bool initPointsManager[]
void CalculateInterpMatrix(const Array< OneD, const NekDouble > &xi, const Array< OneD, const NekDouble > &yi, Array< OneD, NekDouble > &interp)
NodalTriFekete(const NodalTriFekete &points)=delete
virtual void v_CalculatePoints() override final
virtual void v_CalculateWeights() override final
virtual const MatrixSharedPtrType v_GetI(const PointsKey &pkey) override
std::shared_ptr< NodalUtilTriangle > m_util
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
virtual ~NodalTriFekete()
virtual const MatrixSharedPtrType v_GetI(const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y) override
Stores a set of points of datatype DataT, defined by a PointKey.
size_t GetTotNumPoints() const
std::shared_ptr< NekMatrix< DataType > > MatrixSharedPtrType
const MatrixSharedPtrType GetI(const PointsKey &key)
Defines a specification for a set of points.
size_t GetPointsDim() const
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
PointsManagerT & PointsManager(void)
std::vector< double > d(NPUPPER *NPUPPER)
The above copyright notice and this permission notice shall be included.