35#ifndef NODALPRISMELEC_H
36#define NODALPRISMELEC_H
64 "NodalPrismElec Points can only interp to "
65 "other 3d point distributions");
76 size_t numpoints = x.size();
90 std::shared_ptr<NodalUtilPrism>
m_util;
#define ASSERTL0(condition, msg)
#define LIB_UTILITIES_EXPORT
std::shared_ptr< NodalUtilPrism > m_util
virtual void v_CalculateDerivMatrix() override final
NodalPrismElec(const NodalPrismElec &points)=delete
void NodalPointReorder3d()
virtual ~NodalPrismElec()
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)
virtual void v_CalculatePoints() override final
virtual const MatrixSharedPtrType v_GetI(const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y, const Array< OneD, const NekDouble > &z) override
virtual const MatrixSharedPtrType v_GetI(const PointsKey &pkey) override
virtual void v_CalculateWeights() override final
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
static bool initPointsManager[]
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)
The above copyright notice and this permission notice shall be included.