Nektar++
|
#include <FourierSingleModePoints.h>
Public Member Functions | |
~FourierSingleModePoints () override | |
std::shared_ptr< NekMatrix< NekDouble > > | CreateMatrix (const PointsKey &pkey) |
FourierSingleModePoints (const PointsKey &key) | |
Public Member Functions inherited from Nektar::LibUtilities::Points< NekDouble > | |
virtual | ~Points () |
void | Initialize (void) |
size_t | GetPointsDim () const |
size_t | GetNumPoints () const |
size_t | GetTotNumPoints () const |
PointsType | GetPointsType () const |
const Array< OneD, const DataType > & | GetZ () const |
const Array< OneD, const DataType > & | GetW () const |
void | GetZW (Array< OneD, const DataType > &z, Array< OneD, const DataType > &w) const |
const Array< OneD, const NekDouble > & | GetBaryWeights () const |
void | GetPoints (Array< OneD, const DataType > &x) const |
void | GetPoints (Array< OneD, const DataType > &x, Array< OneD, const DataType > &y) const |
void | GetPoints (Array< OneD, const DataType > &x, Array< OneD, const DataType > &y, Array< OneD, const DataType > &z) const |
const MatrixSharedPtrType & | GetD (Direction dir=xDir) const |
const MatrixSharedPtrType | GetI (const PointsKey &key) |
const MatrixSharedPtrType | GetI (const Array< OneD, const DataType > &x) |
const MatrixSharedPtrType | GetI (size_t uint, const Array< OneD, const DataType > &x) |
const MatrixSharedPtrType | GetI (const Array< OneD, const DataType > &x, const Array< OneD, const DataType > &y) |
const MatrixSharedPtrType | GetI (const Array< OneD, const DataType > &x, const Array< OneD, const DataType > &y, const Array< OneD, const DataType > &z) |
const MatrixSharedPtrType | GetGalerkinProjection (const PointsKey &pkey) |
Static Public Member Functions | |
static std::shared_ptr< PointsBaseType > | Create (const PointsKey &key) |
Protected Member Functions | |
const MatrixSharedPtrType | v_GetI (const PointsKey &pkey) final |
const MatrixSharedPtrType | v_GetI (const Array< OneD, const NekDouble > &x) final |
const MatrixSharedPtrType | v_GetI (size_t numpoints, const Array< OneD, const NekDouble > &x) final |
Protected Member Functions inherited from Nektar::LibUtilities::Points< NekDouble > | |
virtual void | v_Initialize (void) |
virtual void | v_CalculatePoints () |
virtual void | v_CalculateWeights () |
Private Member Functions | |
FourierSingleModePoints ()=delete | |
FourierSingleModePoints (const FourierSingleModePoints &points)=delete | |
void | v_CalculatePoints () override |
void | v_CalculateWeights () override |
void | v_CalculateDerivMatrix () override |
void | CalculateInterpMatrix (size_t npts, const Array< OneD, const NekDouble > &xpoints, Array< OneD, NekDouble > &interp) |
NekDouble | PeriodicSincFunction (const NekDouble x, const NekDouble h) |
Static Private Attributes | |
static bool | initPointsManager [] |
Additional Inherited Members | |
Public Types inherited from Nektar::LibUtilities::Points< NekDouble > | |
typedef NekDouble | DataType |
typedef std::shared_ptr< NekMatrix< DataType > > | MatrixSharedPtrType |
Protected Attributes inherited from Nektar::LibUtilities::Points< NekDouble > | |
PointsKey | m_pointsKey |
Points type for this points distributions. More... | |
Array< OneD, DataType > | m_points [3] |
Storage for the point locations, allowing for up to a 3D points storage. More... | |
Array< OneD, DataType > | m_weights |
Quadrature weights for the weights. More... | |
Array< OneD, DataType > | m_bcweights |
Barycentric weights. More... | |
MatrixSharedPtrType | m_derivmatrix [3] |
Derivative matrices. More... | |
NekManager< PointsKey, NekMatrix< DataType >, PointsKey::opLess > | m_InterpManager |
NekManager< PointsKey, NekMatrix< DataType >, PointsKey::opLess > | m_GalerkinProjectionManager |
Definition at line 42 of file FourierSingleModePoints.h.
|
inlineoverride |
Definition at line 45 of file FourierSingleModePoints.h.
|
inline |
Definition at line 54 of file FourierSingleModePoints.h.
References CreateMatrix(), Nektar::LibUtilities::eFourierEvenlySpaced, Nektar::LibUtilities::eFourierSingleModeSpaced, Nektar::LibUtilities::eGaussGaussChebyshev, Nektar::LibUtilities::eGaussGaussLegendre, Nektar::LibUtilities::eGaussLobattoChebyshev, Nektar::LibUtilities::eGaussLobattoLegendre, Nektar::LibUtilities::eGaussRadauMAlpha0Beta1, Nektar::LibUtilities::eGaussRadauMChebyshev, Nektar::LibUtilities::eGaussRadauMLegendre, Nektar::LibUtilities::eGaussRadauPChebyshev, Nektar::LibUtilities::eGaussRadauPLegendre, Nektar::LibUtilities::ePolyEvenlySpaced, and Nektar::LibUtilities::Points< NekDouble >::m_InterpManager.
|
privatedelete |
|
privatedelete |
|
private |
Definition at line 127 of file FourierSingleModePoints.cpp.
References ASSERTL0.
|
static |
Definition at line 82 of file FourierSingleModePoints.cpp.
std::shared_ptr< NekMatrix< NekDouble > > Nektar::LibUtilities::FourierSingleModePoints::CreateMatrix | ( | const PointsKey & | pkey | ) |
Definition at line 93 of file FourierSingleModePoints.cpp.
References ASSERTL0.
Referenced by FourierSingleModePoints().
|
private |
|
overrideprivate |
Definition at line 76 of file FourierSingleModePoints.cpp.
|
overrideprivatevirtual |
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 44 of file FourierSingleModePoints.cpp.
References ASSERTL0, Nektar::LibUtilities::PointsKey::GetNumPoints(), Nektar::LibUtilities::Points< NekDouble >::m_points, Nektar::LibUtilities::Points< NekDouble >::m_pointsKey, and Nektar::LibUtilities::Points< NekDouble >::v_CalculatePoints().
|
overrideprivatevirtual |
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 64 of file FourierSingleModePoints.cpp.
References Nektar::LibUtilities::PointsKey::GetNumPoints(), Nektar::LibUtilities::Points< NekDouble >::m_pointsKey, Nektar::LibUtilities::Points< NekDouble >::m_weights, and Nektar::LibUtilities::Points< NekDouble >::v_CalculateWeights().
|
finalprotected |
Definition at line 110 of file FourierSingleModePoints.cpp.
References ASSERTL0.
|
finalprotected |
Definition at line 102 of file FourierSingleModePoints.cpp.
References ASSERTL0.
|
finalprotected |
Definition at line 118 of file FourierSingleModePoints.cpp.
References ASSERTL0.
|
staticprivate |
Definition at line 113 of file FourierSingleModePoints.h.