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.size();
84 ::AllocateSharedPtr(numpoints, np, d);
95 std::shared_ptr<NodalUtilTetrahedron>
m_util;
#define ASSERTL0(condition, msg)
#define LIB_UTILITIES_EXPORT
const MatrixSharedPtrType GetI(const PointsKey &pkey)
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
static bool initPointsManager[]
const MatrixSharedPtrType GetI(const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y, const Array< OneD, const NekDouble > &z)
void CalculateInterpMatrix(const Array< OneD, const NekDouble > &xia, const Array< OneD, const NekDouble > &yia, const Array< OneD, const NekDouble > &zia, Array< OneD, NekDouble > &interp)
void NodalPointReorder3d()
void CalculateDerivMatrix()
std::shared_ptr< NodalUtilTetrahedron > m_util
NodalTetElec(const PointsKey &key)
Stores a set of points of datatype DataT, defined by a PointKey.
std::shared_ptr< NekMatrix< DataType > > MatrixSharedPtrType
unsigned int GetTotNumPoints() const
Defines a specification for a set of points.
unsigned int GetPointsDim() const
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
PointsManagerT & PointsManager(void)
static const PointsKey NullPointsKey(0, eNoPointsType)
The above copyright notice and this permission notice shall be included.