44 namespace LibUtilities
60 for (
int i = 0; i < 2; i++)
65 for (
int j = 0, ct = 0; j < numPoints; j++)
67 for (
int i = 0; i < numPoints; i++, ct++)
81 for (
int j = 0, ct = 0; j < numPoints; j++)
83 for (
int i = 0; i < numPoints; i++, ct++)
96 std::shared_ptr<PointsBaseType> returnval(
98 returnval->Initialize();
Array< OneD, DataType > m_weights
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
static bool initPointsManager[]
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
void CalculateDerivMatrix()
PointsManagerT & PointsManager(void)
Defines a specification for a set of points.
Array< OneD, NekDouble > m_ew
1D GLL weights
Array< OneD, DataType > m_points[3]
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...
Array< OneD, NekDouble > m_e0
1D GLL points
unsigned int GetNumPoints() const
1D Gauss-Lobatto-Legendre quadrature points