35#ifndef FOURIERSINGLEMODEPOINTS_H
36#define FOURIERSINGLEMODEPOINTS_H
56 namespace pl = std::placeholders;
#define LIB_UTILITIES_EXPORT
std::shared_ptr< NekMatrix< NekDouble > > MatrixSharedPtrType
~FourierSingleModePoints() override
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
void CalculateInterpMatrix(size_t npts, const Array< OneD, const NekDouble > &xpoints, Array< OneD, NekDouble > &interp)
FourierSingleModePoints(const FourierSingleModePoints &points)=delete
void v_CalculatePoints() override
const MatrixSharedPtrType v_GetI(const PointsKey &pkey) final
void v_CalculateWeights() override
void v_CalculateDerivMatrix() override
std::shared_ptr< NekMatrix< NekDouble > > CreateMatrix(const PointsKey &pkey)
FourierSingleModePoints(const PointsKey &key)
FourierSingleModePoints()=delete
static bool initPointsManager[]
NekDouble PeriodicSincFunction(const NekDouble x, const NekDouble h)
Stores a set of points of datatype DataT, defined by a PointKey.
NekManager< PointsKey, NekMatrix< DataType >, PointsKey::opLess > m_InterpManager
Defines a specification for a set of points.
@ eGaussRadauMLegendre
1D Gauss-Radau-Legendre quadrature points, pinned at x=-1
@ eGaussRadauMAlpha0Beta1
Gauss Radau pinned at x=-1,.
@ eGaussLobattoChebyshev
1D Gauss-Lobatto-Legendre quadrature points
@ eFourierEvenlySpaced
1D Evenly-spaced points using Fourier Fit
@ eGaussRadauPChebyshev
1D Gauss-Radau-Chebyshev quadrature points, pinned at x=1
@ eGaussRadauMChebyshev
1D Gauss-Radau-Chebyshev quadrature points, pinned at x=-1
@ eGaussLobattoLegendre
1D Gauss-Lobatto-Legendre quadrature points
@ eGaussGaussChebyshev
1D Gauss-Gauss-Chebyshev quadrature points
@ ePolyEvenlySpaced
1D Evenly-spaced points using Lagrange polynomial
@ eGaussGaussLegendre
1D Gauss-Gauss-Legendre quadrature points
@ eFourierSingleModeSpaced
1D Non Evenly-spaced points for Single Mode analysis
@ eGaussRadauPLegendre
1D Gauss-Radau-Legendre quadrature points, pinned at x=1