35 #ifndef NODALTRIEVENLYSPACED_H 36 #define NODALTRIEVENLYSPACED_H 49 namespace LibUtilities
70 "NodalTriEvenlySpaced Points can only interp to other " 71 "2d point distributions");
81 size_t numpoints = x.num_elements();
89 ::AllocateSharedPtr(numpoints, np, d);
95 std::shared_ptr<NodalUtilTriangle>
m_util;
114 #endif //NODALTRIEVENLYSPACED_H std::shared_ptr< NodalUtilTriangle > m_util
static const PointsKey NullPointsKey(0, eNoPointsType)
#define ASSERTL0(condition, msg)
NodalTriEvenlySpaced(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.
NodalTriEvenlySpaced()
Deafult constructor should not be called except by Create matrix.
void CalculateInterpMatrix(const Array< OneD, const NekDouble > &xi, const Array< OneD, const NekDouble > &yi, Array< OneD, NekDouble > &interp)
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
std::shared_ptr< NekMatrix< DataType > > MatrixSharedPtrType
#define LIB_UTILITIES_EXPORT
PointsManagerT & PointsManager(void)
Defines a specification for a set of points.
static bool initPointsManager[]
const MatrixSharedPtrType GetI(const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y)
unsigned int GetTotNumPoints() const
void CalculateDerivMatrix()
virtual ~NodalTriEvenlySpaced()
void NodalPointReorder2d()
const MatrixSharedPtrType GetI(const PointsKey &pkey)