35 #ifndef NODALPRISMELEC_H 36 #define NODALPRISMELEC_H 49 namespace LibUtilities
68 "NodalPrismElec Points can only interp to " 69 "other 3d point distributions");
79 size_t numpoints = x.num_elements();
93 std::shared_ptr<NodalUtilPrism>
m_util;
113 #endif // NODALPRISMELEC_H static const PointsKey NullPointsKey(0, eNoPointsType)
#define ASSERTL0(condition, msg)
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
NodalPrismElec()
Default constructor should not be called except by Create matrix.
virtual ~NodalPrismElec()
unsigned int GetPointsDim() const
NodalPrismElec(const PointsKey &key)
void CalculateInterpMatrix(const Array< OneD, const NekDouble > &xi, const Array< OneD, const NekDouble > &yi, const Array< OneD, const NekDouble > &zi, Array< OneD, NekDouble > &interp)
Stores a set of points of datatype DataT, defined by a PointKey.
void CalculateDerivMatrix()
const MatrixSharedPtrType GetI(const PointsKey &pkey)
std::shared_ptr< NekMatrix< DataType > > MatrixSharedPtrType
#define LIB_UTILITIES_EXPORT
PointsManagerT & PointsManager(void)
Defines a specification for a set of points.
static bool initPointsManager[]
void NodalPointReorder3d()
const MatrixSharedPtrType GetI(const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y, const Array< OneD, const NekDouble > &z)
unsigned int GetTotNumPoints() const
std::shared_ptr< NodalUtilPrism > m_util