35 #ifndef FOURIERSINGLEMODEPOINTS_H
36 #define FOURIERSINGLEMODEPOINTS_H
45 namespace LibUtilities
63 namespace pl = std::placeholders;
#define LIB_UTILITIES_EXPORT
std::shared_ptr< NekMatrix< NekDouble > > MatrixSharedPtrType
static std::shared_ptr< PointsBaseType > Create(const PointsKey &key)
virtual ~FourierSingleModePoints()
FourierSingleModePoints(const FourierSingleModePoints &points)
Copy constructor should not be called.
void CalculateDerivMatrix()
FourierSingleModePoints()
Default constructor should not be called except by Create method.
void CalculateInterpMatrix(unsigned int npts, const Array< OneD, const NekDouble > &xpoints, Array< OneD, NekDouble > &interp)
const MatrixSharedPtrType GetI(const PointsKey &pkey)
std::shared_ptr< NekMatrix< NekDouble > > CreateMatrix(const PointsKey &pkey)
FourierSingleModePoints(const PointsKey &key)
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
@ eGaussRadauMAlpha0Beta2
Gauss Radau 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
@ eGaussRadauMAlpha2Beta0
Gauss Radau 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
@ eGaussRadauMAlpha1Beta0
Gauss Radau pinned at x=-1, .
@ eGaussRadauPLegendre
1D Gauss-Radau-Legendre quadrature points, pinned at x=1
The above copyright notice and this permission notice shall be included.