Nektar++
|
#include <NodalQuadElec.h>
Public Member Functions | |
virtual | ~NodalQuadElec () |
NodalQuadElec (const PointsKey &key) | |
![]() | |
virtual | ~Points () |
virtual void | Initialize (void) |
unsigned int | GetPointsDim () const |
unsigned int | GetNumPoints () const |
unsigned int | 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 |
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 |
virtual const MatrixSharedPtrType | GetI (const PointsKey &key) |
virtual const MatrixSharedPtrType | GetI (const Array< OneD, const DataType > &x) |
virtual const MatrixSharedPtrType | GetI (unsigned int, const Array< OneD, const DataType > &x) |
virtual const MatrixSharedPtrType | GetI (const Array< OneD, const DataType > &x, const Array< OneD, const DataType > &y) |
virtual const MatrixSharedPtrType | GetI (const Array< OneD, const DataType > &x, const Array< OneD, const DataType > &y, const Array< OneD, const DataType > &z) |
virtual const MatrixSharedPtrType | GetGalerkinProjection (const PointsKey &pkey) |
Static Public Member Functions | |
static std::shared_ptr< PointsBaseType > | Create (const PointsKey &key) |
Private Member Functions | |
NodalQuadElec () | |
void | CalculatePoints () |
void | CalculateWeights () |
void | CalculateDerivMatrix () |
Private Attributes | |
Array< OneD, NekDouble > | m_e0 |
1D GLL points More... | |
Array< OneD, NekDouble > | m_ew |
1D GLL weights More... | |
Static Private Attributes | |
static bool | initPointsManager [] |
Additional Inherited Members | |
![]() | |
typedef NekDouble | DataType |
typedef std::shared_ptr< NekMatrix< DataType > > | MatrixSharedPtrType |
![]() | |
Points (const PointsKey &key) | |
![]() | |
PointsKey | m_pointsKey |
Array< OneD, DataType > | m_points [3] |
Array< OneD, DataType > | m_weights |
MatrixSharedPtrType | m_derivmatrix [3] |
NekManager< PointsKey, NekMatrix< DataType >, PointsKey::opLess > | m_InterpManager |
NekManager< PointsKey, NekMatrix< DataType >, PointsKey::opLess > | m_GalerkinProjectionManager |
Definition at line 50 of file NodalQuadElec.h.
|
inlinevirtual |
Definition at line 53 of file NodalQuadElec.h.
References Create(), and LIB_UTILITIES_EXPORT.
|
inline |
Definition at line 60 of file NodalQuadElec.h.
|
inlineprivate |
Definition at line 67 of file NodalQuadElec.h.
|
privatevirtual |
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 90 of file NodalQuadElec.cpp.
|
privatevirtual |
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 51 of file NodalQuadElec.cpp.
References Nektar::LibUtilities::eGaussLobattoLegendre, Nektar::LibUtilities::Points< NekDouble >::GetNumPoints(), m_e0, m_ew, Nektar::LibUtilities::Points< NekDouble >::m_points, and Nektar::LibUtilities::PointsManager().
|
privatevirtual |
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 75 of file NodalQuadElec.cpp.
References Nektar::LibUtilities::Points< NekDouble >::GetNumPoints(), m_ew, and Nektar::LibUtilities::Points< NekDouble >::m_weights.
|
static |
Definition at line 94 of file NodalQuadElec.cpp.
Referenced by ~NodalQuadElec().
|
staticprivate |
Definition at line 65 of file NodalQuadElec.h.
1D GLL weights
Definition at line 74 of file NodalQuadElec.h.
Referenced by CalculatePoints(), and CalculateWeights().