36 #ifndef NODALTETEVENLYSPACED_H 
   37 #define NODALTETEVENLYSPACED_H 
   43 #include <boost/shared_ptr.hpp> 
   49     namespace LibUtilities 
 
   71                          "NodalTetEvenlySpaced Points can only interp to other " 
   72                          "3d point distributions");
 
   83                 int          numpoints = x.num_elements();
 
   91                     ::AllocateSharedPtr(numpoints, np, d);
 
  113 #endif //NODALTETEVENLYSPACED_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...
 
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()
 
const MatrixSharedPtrType GetI(const PointsKey &pkey)
 
boost::shared_ptr< NekMatrix< DataType > > MatrixSharedPtrType
 
static boost::shared_ptr< PointsBaseType > Create(const PointsKey &key)
 
void NodalPointReorder3d()
 
#define LIB_UTILITIES_EXPORT
 
NodalTetEvenlySpaced(const PointsKey &key)
 
unsigned int GetPointsDim() const 
 
PointsManagerT & PointsManager(void)
 
Defines a specification for a set of points. 
 
const MatrixSharedPtrType GetI(const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y, const Array< OneD, const NekDouble > &z)
 
NodalTetEvenlySpaced()
Default constructor should not be called except by Create matrix. 
 
virtual ~NodalTetEvenlySpaced()
 
unsigned int GetTotNumPoints() const
 
Stores a set of points of datatype DataT, defined by a PointKey.