Nektar++
|
#include <NodalQuadElec.h>
Public Member Functions | |
virtual | ~NodalQuadElec () |
NodalQuadElec (const PointsKey &key) | |
Public Member Functions inherited from Nektar::LibUtilities::Points< NekDouble > | |
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 &pkey) |
virtual const MatrixSharedPtrType | GetI (const Array< OneD, const DataType > &x) |
virtual const MatrixSharedPtrType | GetI (unsigned int numpoints, 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 boost::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... | |
Additional Inherited Members | |
Public Types inherited from Nektar::LibUtilities::Points< NekDouble > | |
typedef NekDouble | DataType |
typedef boost::shared_ptr < NekMatrix< DataType > > | MatrixSharedPtrType |
Protected Member Functions inherited from Nektar::LibUtilities::Points< NekDouble > | |
Points (const PointsKey &key) | |
Protected Attributes inherited from Nektar::LibUtilities::Points< NekDouble > | |
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 51 of file NodalQuadElec.h.
|
inlinevirtual |
Definition at line 54 of file NodalQuadElec.h.
|
inline |
Definition at line 61 of file NodalQuadElec.h.
|
inlineprivate |
Definition at line 66 of file NodalQuadElec.h.
|
privatevirtual |
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 86 of file NodalQuadElec.cpp.
|
privatevirtual |
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 47 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 71 of file NodalQuadElec.cpp.
References Nektar::LibUtilities::Points< NekDouble >::GetNumPoints(), m_ew, and Nektar::LibUtilities::Points< NekDouble >::m_weights.
|
static |
Definition at line 90 of file NodalQuadElec.cpp.
1D GLL weights
Definition at line 73 of file NodalQuadElec.h.
Referenced by CalculatePoints(), and CalculateWeights().