36 #ifndef NODALTETELEC_H 
   37 #define NODALTETELEC_H 
   43 #include <boost/shared_ptr.hpp> 
   49     namespace LibUtilities 
 
   65                          "NodalTetElec Points can only interp to other 3d " 
   66                          "point distributions");
 
   77                 int          numpoints = x.num_elements();
 
   85                     ::AllocateSharedPtr(numpoints, np, d);
 
  112 #endif //NODALTETELEC_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 > &xia, const Array< OneD, const NekDouble > &yia, const Array< OneD, const NekDouble > &zia, Array< OneD, NekDouble > &interp)
 
const MatrixSharedPtrType GetI(const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y, const Array< OneD, const NekDouble > &z)
 
void CalculateDerivMatrix()
 
const MatrixSharedPtrType GetI(const PointsKey &pkey)
 
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. 
 
unsigned int GetTotNumPoints() const
 
static boost::shared_ptr< PointsBaseType > Create(const PointsKey &key)
 
void NodalPointReorder3d()
 
Stores a set of points of datatype DataT, defined by a PointKey. 
 
NodalTetElec(const PointsKey &key)