36 #ifndef NODALPRISMEVENLYSPACED_H
37 #define NODALPRISMEVENLYSPACED_H
44 #include <boost/shared_ptr.hpp>
51 namespace LibUtilities
72 "NodalPrismEvenlySpaced Points can only interp to "
73 "other 3d point distributions");
84 int numpoints = x.num_elements();
92 ::AllocateSharedPtr(numpoints, np, d);
96 boost::shared_ptr<NodalUtilPrism>
m_util;
116 #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()
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
boost::shared_ptr< NodalUtilPrism > m_util
boost::shared_ptr< NekMatrix< DataType > > MatrixSharedPtrType
#define LIB_UTILITIES_EXPORT
unsigned int GetPointsDim() const
PointsManagerT & PointsManager(void)
Defines a specification for a set of points.
void CalculateDerivMatrix()
NodalPrismEvenlySpaced(const PointsKey &key)
static boost::shared_ptr< PointsBaseType > Create(const PointsKey &key)
unsigned int GetTotNumPoints() const
void NodalPointReorder3d()
const MatrixSharedPtrType GetI(const PointsKey &pkey)
Stores a set of points of datatype DataT, defined by a PointKey.
const MatrixSharedPtrType GetI(const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y, const Array< OneD, const NekDouble > &z)