58 for (
size_t i = 0; i < 3; i++)
63 for (
size_t j = 0, ct = 0; j < numPoints; j++)
65 for (
size_t i = 0; i <
m_numtri; i++, ct++)
81 for (
size_t j = 0, ct = 0; j < numPoints; j++)
83 for (
size_t i = 0; i <
m_numtri; i++, ct++)
96 std::shared_ptr<PointsBaseType> returnval(
98 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...
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
virtual void v_CalculatePoints() override final
Array< OneD, NekDouble > m_t1
virtual void v_CalculateWeights() override final
Array< OneD, NekDouble > m_ew
virtual void v_CalculateDerivMatrix() override final
Array< OneD, NekDouble > m_e0
Array< OneD, NekDouble > m_tw
Array< OneD, NekDouble > m_t0
static bool initPointsManager[]
Array< OneD, DataType > m_points[3]
Storage for the point locations, allowing for up to a 3D points storage.
size_t 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)
@ eNodalPrismSPI
3D prism SPI
@ eGaussLobattoLegendre
1D Gauss-Lobatto-Legendre quadrature points
@ eNodalTriSPI
2D Nodal Symmetric positive internal triangle (Whitherden, Vincent)
The above copyright notice and this permission notice shall be included.