35#ifndef NODALPRISMEVENLYSPACED_H
36#define NODALPRISMEVENLYSPACED_H
63 "NodalPrismEvenlySpaced Points can only interp to "
64 "other 3d point distributions");
75 size_t numpoints = x.size();
89 std::shared_ptr<NodalUtilPrism>
m_util;
#define ASSERTL0(condition, msg)
#define LIB_UTILITIES_EXPORT
~NodalPrismEvenlySpaced() override
const MatrixSharedPtrType v_GetI(const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y, const Array< OneD, const NekDouble > &z) override
void v_CalculateDerivMatrix() final
void NodalPointReorder3d()
const MatrixSharedPtrType v_GetI(const PointsKey &pkey) override
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()=delete
static bool initPointsManager[]
void v_CalculatePoints() final
NodalPrismEvenlySpaced(const NodalPrismEvenlySpaced &points)=delete
void v_CalculateWeights() final
NodalPrismEvenlySpaced(const PointsKey &key)
std::shared_ptr< NodalUtilPrism > m_util
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
Stores a set of points of datatype DataT, defined by a PointKey.
size_t GetTotNumPoints() const
std::shared_ptr< NekMatrix< DataType > > MatrixSharedPtrType
const MatrixSharedPtrType GetI(const PointsKey &key)
Defines a specification for a set of points.
size_t GetPointsDim() const
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
PointsManagerT & PointsManager(void)
std::vector< double > z(NPUPPER)
std::vector< double > d(NPUPPER *NPUPPER)