35 #ifndef NODALPRISMEVENLYSPACED_H
36 #define NODALPRISMEVENLYSPACED_H
50 namespace LibUtilities
71 "NodalPrismEvenlySpaced Points can only interp to "
72 "other 3d point distributions");
83 size_t numpoints = x.size();
91 ::AllocateSharedPtr(numpoints, np, d);
97 std::shared_ptr<NodalUtilPrism>
m_util;
#define ASSERTL0(condition, msg)
#define LIB_UTILITIES_EXPORT
void NodalPointReorder3d()
void CalculateInterpMatrix(const Array< OneD, const NekDouble > &xi, const Array< OneD, const NekDouble > &yi, const Array< OneD, const NekDouble > &zi, Array< OneD, NekDouble > &interp)
NodalPrismEvenlySpaced()
Default constructor should not be called except by Create matrix.
const MatrixSharedPtrType GetI(const PointsKey &pkey)
static bool initPointsManager[]
virtual ~NodalPrismEvenlySpaced()
const MatrixSharedPtrType GetI(const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y, const Array< OneD, const NekDouble > &z)
NodalPrismEvenlySpaced(const PointsKey &key)
std::shared_ptr< NodalUtilPrism > m_util
static std::shared_ptr< PointsBaseType > Create(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.