35 #ifndef NODALTRIELEC_H
36 #define NODALTRIELEC_H
49 namespace LibUtilities
66 "NodalTriElec Points can only interpolate to other 2d "
67 "point distributions");
77 size_t numpoints = x.size();
84 ::AllocateSharedPtr(numpoints, np, d);
94 std::shared_ptr<NodalUtilTriangle>
m_util;
#define ASSERTL0(condition, msg)
#define LIB_UTILITIES_EXPORT
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
const MatrixSharedPtrType GetI(const PointsKey &pkey)
const MatrixSharedPtrType GetI(const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y)
void NodalPointReorder2d()
static bool initPointsManager[]
std::shared_ptr< NodalUtilTriangle > m_util
void CalculateInterpMatrix(const Array< OneD, const NekDouble > &xia, const Array< OneD, const NekDouble > &yia, Array< OneD, NekDouble > &interp)
NodalTriElec(const PointsKey &key)
void CalculateDerivMatrix()
Stores a set of points of datatype DataT, defined by a PointKey.
std::shared_ptr< NekMatrix< DataType > > MatrixSharedPtrType
unsigned int GetTotNumPoints() const
Defines a specification for a set of points.
unsigned int GetPointsDim() const
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
PointsManagerT & PointsManager(void)
static const PointsKey NullPointsKey(0, eNoPointsType)
The above copyright notice and this permission notice shall be included.