45 namespace LibUtilities
56 for (
int i = 0; i < 2; i++)
64 for (
unsigned int i = 0; i < numPoints - 2; ++i)
86 for (
unsigned int i = 0; i < numPoints - 2; ++i)
104 std::shared_ptr<PointsBaseType> returnval(
106 returnval->Initialize();
bool RegisterCreator(const KeyType &key, const CreateFuncType &createFunc)
Register the given function and associate it with the key. The return value is just to facilitate cal...
virtual void v_CalculateDerivMatrix() override
static bool initPointsManager[]
virtual void v_CalculatePoints() override
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
virtual void v_CalculateWeights() override
Array< OneD, DataType > m_points[3]
Storage for the point locations, allowing for up to a 3D points storage.
unsigned int GetNumPoints() const
Array< OneD, DataType > m_weights
Quadrature weights for the weights.
Defines a specification for a set of points.
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
static const unsigned int NodalTriSPINPTS[NodalTriSPIAvailable]
PointsManagerT & PointsManager(void)
static const NekDouble NodalTriSPIData[][3]
@ eNodalTriSPI
2D Nodal Symmetric positive internal triangle (Whitherden, Vincent)
The above copyright notice and this permission notice shall be included.