36 #ifndef NODALTRIFEKETE_H 
   37 #define NODALTRIFEKETE_H 
   44 #include <boost/shared_ptr.hpp> 
   51     namespace LibUtilities
 
   71                          "Fekete Points can only interp to other 2d " 
   72                          "point distributions");
 
   82                 int          numpoints = x.num_elements();
 
   90                     ::AllocateSharedPtr(numpoints, np, d);
 
   94             boost::shared_ptr<NodalUtilTriangle> 
m_util;
 
  113 #endif //NODALTRIFEKETE_H 
const MatrixSharedPtrType GetI(const PointsKey &pkey)
 
boost::shared_ptr< NodalUtilTriangle > m_util
 
static const PointsKey NullPointsKey(0, eNoPointsType)
 
#define ASSERTL0(condition, msg)
 
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
 
boost::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
 
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)
 
void CalculateDerivMatrix()
 
virtual ~NodalTriFekete()
 
NodalTriFekete(const PointsKey &key)
 
void NodalPointReorder2d()
 
static boost::shared_ptr< PointsBaseType > Create(const PointsKey &key)
 
unsigned int GetTotNumPoints() const
 
Stores a set of points of datatype DataT, defined by a PointKey.