44 namespace LibUtilities
64 for (
int i = 0; i < 3; i++)
69 for (
int j = 0, ct = 0; j < numPoints; j++)
71 for (
int i = 0; i <
m_numtri; i++, ct++)
87 for (
int j = 0, ct = 0; j < numPoints; j++)
89 for (
int i = 0; i <
m_numtri; i++, ct++)
102 std::shared_ptr<PointsBaseType> returnval(
104 returnval->Initialize();
Array< OneD, NekDouble > m_ew
Array< OneD, DataType > m_weights
Array< OneD, NekDouble > m_e0
void CalculateDerivMatrix()
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)
Array< OneD, NekDouble > m_t0
PointsManagerT & PointsManager(void)
Defines a specification for a set of points.
Array< OneD, NekDouble > m_tw
Array< OneD, NekDouble > m_t1
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...
unsigned int GetNumPoints() const
1D Gauss-Lobatto-Legendre quadrature points
2D Nodal Symmetric positive internal triangle (Whitherden, Vincent)