36 #ifndef NODALPRISMEVENLYSPACED_H
37 #define NODALPRISMEVENLYSPACED_H
43 #include <boost/shared_ptr.hpp>
50 namespace LibUtilities
71 "NodalPrismEvenlySpaced Points can only interp to "
72 "other 3d point distributions");
83 int numpoints = x.num_elements();
91 ::AllocateSharedPtr(numpoints, np, d);
113 #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< 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)