35 #ifndef NODALTRIFEKETE_H 36 #define NODALTRIFEKETE_H 51 namespace LibUtilities
71 "Fekete Points can only interp to other 2d " 72 "point distributions");
82 size_t numpoints = x.num_elements();
90 ::AllocateSharedPtr(numpoints, np, d);
96 std::shared_ptr<NodalUtilTriangle>
m_util;
115 #endif //NODALTRIFEKETE_H const MatrixSharedPtrType GetI(const PointsKey &pkey)
static const PointsKey NullPointsKey(0, eNoPointsType)
#define ASSERTL0(condition, msg)
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
unsigned int GetPointsDim() const
Stores a set of points of datatype DataT, defined by a PointKey.
static bool initPointsManager[]
std::shared_ptr< NekMatrix< DataType > > MatrixSharedPtrType
void CalculateInterpMatrix(const Array< OneD, const NekDouble > &xi, const Array< OneD, const NekDouble > &yi, Array< OneD, NekDouble > &interp)
#define LIB_UTILITIES_EXPORT
PointsManagerT & PointsManager(void)
Defines a specification for a set of points.
unsigned int GetTotNumPoints() const
const MatrixSharedPtrType GetI(const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y)
void CalculateDerivMatrix()
virtual ~NodalTriFekete()
NodalTriFekete(const PointsKey &key)
std::shared_ptr< NodalUtilTriangle > m_util
void NodalPointReorder2d()