35 #ifndef NODALTETEVENLYSPACED_H 36 #define NODALTETEVENLYSPACED_H 50 namespace LibUtilities
72 "NodalTetEvenlySpaced Points can only interp to other " 73 "3d point distributions");
84 size_t numpoints = x.num_elements();
92 ::AllocateSharedPtr(numpoints, np, d);
98 std::shared_ptr<NodalUtilTetrahedron>
m_util;
118 #endif //NODALTETEVENLYSPACED_H
static const PointsKey NullPointsKey(0, eNoPointsType)
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
#define ASSERTL0(condition, msg)
std::shared_ptr< NodalUtilTetrahedron > m_util
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)
unsigned int GetPointsDim() const
Stores a set of points of datatype DataT, defined by a PointKey.
std::shared_ptr< NekMatrix< DataType > > MatrixSharedPtrType
void NodalPointReorder3d()
#define LIB_UTILITIES_EXPORT
NodalTetEvenlySpaced(const PointsKey &key)
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.
unsigned int GetTotNumPoints() const
virtual ~NodalTetEvenlySpaced()
static bool initPointsManager[]