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.num_elements();
91 ::AllocateSharedPtr(numpoints, np, d);
97 std::shared_ptr<NodalUtilPrism>
m_util;
117 #endif //NODALPRISMEVENLYSPACED_H NodalPrismEvenlySpaced()
Default constructor should not be called except by Create matrix.
void CalculateInterpMatrix(const Array< OneD, const NekDouble > &xi, const Array< OneD, const NekDouble > &yi, const Array< OneD, const NekDouble > &zi, Array< OneD, NekDouble > &interp)
static const PointsKey NullPointsKey(0, eNoPointsType)
#define ASSERTL0(condition, msg)
virtual ~NodalPrismEvenlySpaced()
static bool initPointsManager[]
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
unsigned int GetPointsDim() const
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
Stores a set of points of datatype DataT, defined by a PointKey.
std::shared_ptr< NekMatrix< DataType > > MatrixSharedPtrType
#define LIB_UTILITIES_EXPORT
PointsManagerT & PointsManager(void)
Defines a specification for a set of points.
void CalculateDerivMatrix()
unsigned int GetTotNumPoints() const
NodalPrismEvenlySpaced(const PointsKey &key)
std::shared_ptr< NodalUtilPrism > m_util
void NodalPointReorder3d()
const MatrixSharedPtrType GetI(const PointsKey &pkey)
const MatrixSharedPtrType GetI(const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y, const Array< OneD, const NekDouble > &z)