44 namespace LibUtilities
58 for (
int i = 0; i < 3; i++)
63 for (
int k = 0, ct = 0; k < numPoints; k++)
65 for (
int j = 0; j < numPoints; j++)
67 for (
int i = 0; i < numPoints; i++, ct++)
83 for (
int k = 0, ct = 0; k < numPoints; k++)
85 for (
int j = 0; j < numPoints; j++)
87 for (
int i = 0; i < numPoints; i++, ct++)
101 std::shared_ptr<PointsBaseType> returnval(
103 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_CalculatePoints() override
virtual void v_CalculateWeights() override
Array< OneD, NekDouble > m_ew
1D GLL weights.
virtual void v_CalculateDerivMatrix() override
static bool initPointsManager[]
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
Array< OneD, NekDouble > m_e0
1D GLL points.
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...
PointsManagerT & PointsManager(void)
@ eNodalHexElec
3D GLL for hex
@ eGaussLobattoLegendre
1D Gauss-Lobatto-Legendre quadrature points
The above copyright notice and this permission notice shall be included.