36 #ifndef NODALTRIFEKETE_H
37 #define NODALTRIFEKETE_H
43 #include <boost/shared_ptr.hpp>
50 namespace LibUtilities
58 std::cout <<
"******* ~NodalTriFekete() destructor called!"
72 "Fekete Points can only interp to other 2d "
73 "point distributions");
83 int numpoints = x.num_elements();
91 ::AllocateSharedPtr(numpoints, np, d);
97 std::cout <<
"******* NodalTriFekete() constructor called!"
114 #endif //NODALTRIFEKETE_H
const MatrixSharedPtrType GetI(const PointsKey &pkey)
static const PointsKey NullPointsKey(0, eNoPointsType)
unsigned int GetTotNumPoints() const
#define ASSERTL0(condition, msg)
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
Stores a set of points of datatype DataT, defined by a PointKey.
void CalculateInterpMatrix(const Array< OneD, const NekDouble > &xi, const Array< OneD, const NekDouble > &yi, Array< OneD, NekDouble > &interp)
#define LIB_UTILITIES_EXPORT
unsigned int GetPointsDim() const
PointsManagerT & PointsManager(void)
Defines a specification for a set of points.
const MatrixSharedPtrType GetI(const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y)
boost::shared_ptr< NekMatrix< DataType > > MatrixSharedPtrType
void CalculateDerivMatrix()
virtual ~NodalTriFekete()
NodalTriFekete(const PointsKey &key)
void NodalPointReorder2d()
static boost::shared_ptr< PointsBaseType > Create(const PointsKey &key)