36 #ifndef NODALTETEVENLYSPACED_H
37 #define NODALTETEVENLYSPACED_H
44 #include <boost/shared_ptr.hpp>
50 namespace LibUtilities
72 "NodalTetEvenlySpaced Points can only interp to other "
73 "3d point distributions");
84 int numpoints = x.num_elements();
92 ::AllocateSharedPtr(numpoints, np, d);
96 boost::shared_ptr<NodalUtilTetrahedron>
m_util;
116 #endif //NODALTETEVENLYSPACED_H
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...
void CalculateInterpMatrix(const Array< OneD, const NekDouble > &xi, const Array< OneD, const NekDouble > &yi, const Array< OneD, const NekDouble > &zi, Array< OneD, NekDouble > &interp)
void CalculateDerivMatrix()
const MatrixSharedPtrType GetI(const PointsKey &pkey)
boost::shared_ptr< NekMatrix< DataType > > MatrixSharedPtrType
static boost::shared_ptr< PointsBaseType > Create(const PointsKey &key)
void NodalPointReorder3d()
#define LIB_UTILITIES_EXPORT
NodalTetEvenlySpaced(const PointsKey &key)
unsigned int GetPointsDim() const
boost::shared_ptr< NodalUtilTetrahedron > m_util
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, const Array< OneD, const NekDouble > &z)
NodalTetEvenlySpaced()
Default constructor should not be called except by Create matrix.
virtual ~NodalTetEvenlySpaced()
unsigned int GetTotNumPoints() const
Stores a set of points of datatype DataT, defined by a PointKey.