35 #ifndef NODALTETELEC_H 36 #define NODALTETELEC_H 48 namespace LibUtilities
64 "NodalTetElec Points can only interp to other 3d " 65 "point distributions");
76 size_t numpoints = x.num_elements();
84 ::AllocateSharedPtr(numpoints, np, d);
95 std::shared_ptr<NodalUtilTetrahedron>
m_util;
115 #endif //NODALTETELEC_H
static const PointsKey NullPointsKey(0, eNoPointsType)
#define ASSERTL0(condition, msg)
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
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)
unsigned int GetPointsDim() const
const MatrixSharedPtrType GetI(const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y, const Array< OneD, const NekDouble > &z)
void CalculateDerivMatrix()
Stores a set of points of datatype DataT, defined by a PointKey.
const MatrixSharedPtrType GetI(const PointsKey &pkey)
std::shared_ptr< NekMatrix< DataType > > MatrixSharedPtrType
#define LIB_UTILITIES_EXPORT
PointsManagerT & PointsManager(void)
Defines a specification for a set of points.
std::shared_ptr< NodalUtilTetrahedron > m_util
unsigned int GetTotNumPoints() const
static bool initPointsManager[]
void NodalPointReorder3d()
NodalTetElec(const PointsKey &key)