45 namespace LibUtilities
56 for (
int i = 0; i < 3; i++)
61 for (
int k = 0, ct = 0; k < numPoints; k++)
63 for (
int j = 0; j < numPoints; j++)
65 for (
int i = 0; i < numPoints; i++, ct++)
81 for (
int k = 0, ct = 0; k < numPoints; k++)
83 for (
int j = 0; j < numPoints; j++)
85 for (
int i = 0; i < numPoints; i++, ct++)
99 boost::shared_ptr<PointsBaseType> returnval(
101 returnval->Initialize();
void CalculateDerivMatrix()
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
Array< OneD, DataType > m_points[3]
Array< OneD, NekDouble > m_e0
1D GLL points.
static boost::shared_ptr< PointsBaseType > Create(const PointsKey &key)
Array< OneD, NekDouble > m_ew
1D GLL weights.
unsigned int GetNumPoints() const
PointsManagerT & PointsManager(void)
Array< OneD, DataType > m_weights
Defines a specification for a set of points.
1D Gauss-Lobatto-Legendre quadrature points