36 #ifndef NODALTRIELEC_H
37 #define NODALTRIELEC_H
41 #include <boost/shared_ptr.hpp>
49 namespace LibUtilities
66 "NodalTriElec Points can only interpolate to other 2d "
67 "point distributions");
77 int numpoints = x.num_elements();
84 ::AllocateSharedPtr(numpoints, np, d);
92 boost::shared_ptr<NodalUtilTriangle>
m_util;
111 #endif //NODALTRIELEC_H
void CalculateDerivMatrix()
static const PointsKey NullPointsKey(0, eNoPointsType)
static boost::shared_ptr< PointsBaseType > Create(const PointsKey &key)
NodalTriElec(const PointsKey &key)
#define ASSERTL0(condition, msg)
const MatrixSharedPtrType GetI(const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y)
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
boost::shared_ptr< NekMatrix< DataType > > MatrixSharedPtrType
boost::shared_ptr< NodalUtilTriangle > m_util
#define LIB_UTILITIES_EXPORT
void CalculateInterpMatrix(const Array< OneD, const NekDouble > &xia, const Array< OneD, const NekDouble > &yia, Array< OneD, NekDouble > &interp)
unsigned int GetPointsDim() const
PointsManagerT & PointsManager(void)
Defines a specification for a set of points.
void NodalPointReorder2d()
unsigned int GetTotNumPoints() const
const MatrixSharedPtrType GetI(const PointsKey &pkey)
Stores a set of points of datatype DataT, defined by a PointKey.