|
| virtual | ~NodalHexElec () |
| |
| | NodalHexElec (const PointsKey &key) |
| |
| virtual | ~Points () |
| |
| 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 |
| |
| 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 (unsigned int 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) |
| |
|
| typedef NekDouble | DataType |
| |
| typedef std::shared_ptr< NekMatrix< DataType > > | MatrixSharedPtrType |
| |
| virtual void | v_Initialize (void) |
| |
| virtual void | v_CalculateBaryWeights () |
| | This function calculates the barycentric weights used for enhanced interpolation speed. More...
|
| |
| | Points (const PointsKey &key) |
| |
| virtual const MatrixSharedPtrType | v_GetI (const PointsKey &key) |
| |
| virtual const MatrixSharedPtrType | v_GetI (const Array< OneD, const DataType > &x) |
| |
| virtual const MatrixSharedPtrType | v_GetI (unsigned int, const Array< OneD, const DataType > &x) |
| |
| virtual const MatrixSharedPtrType | v_GetI (const Array< OneD, const DataType > &x, const Array< OneD, const DataType > &y) |
| |
| virtual const MatrixSharedPtrType | v_GetI (const Array< OneD, const DataType > &x, const Array< OneD, const DataType > &y, const Array< OneD, const DataType > &z) |
| |
| virtual const MatrixSharedPtrType | v_GetGalerkinProjection (const PointsKey &pkey) |
| |
| 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 51 of file NodalHexElec.h.