36 #ifndef NODALTRIELEC_H
37 #define NODALTRIELEC_H
40 #include <boost/shared_ptr.hpp>
48 namespace LibUtilities
65 "NodalTriElec Points can only interpolate to other 2d "
66 "point distributions");
76 int numpoints = x.num_elements();
83 ::AllocateSharedPtr(numpoints, np, d);
108 #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
#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.