36 #ifndef NODALPRISMELEC_H
37 #define NODALPRISMELEC_H
44 #include <boost/shared_ptr.hpp>
51 namespace LibUtilities
70 "NodalPrismElec Points can only interp to "
71 "other 3d point distributions");
81 int numpoints = x.num_elements();
93 boost::shared_ptr<NodalUtilPrism>
m_util;
113 #endif // NODALPRISMELEC_H
static const PointsKey NullPointsKey(0, eNoPointsType)
#define ASSERTL0(condition, msg)
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
boost::shared_ptr< NodalUtilPrism > m_util
NodalPrismElec()
Default constructor should not be called except by Create matrix.
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)
void CalculateDerivMatrix()
boost::shared_ptr< NekMatrix< DataType > > MatrixSharedPtrType
const MatrixSharedPtrType GetI(const PointsKey &pkey)
#define LIB_UTILITIES_EXPORT
unsigned int GetPointsDim() const
PointsManagerT & PointsManager(void)
Defines a specification for a set of points.
void NodalPointReorder3d()
static boost::shared_ptr< PointsBaseType > Create(const PointsKey &key)
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
Stores a set of points of datatype DataT, defined by a PointKey.