| 
|   | MatrixKey (const StdRegions::MatrixType matrixType, const LibUtilities::ShapeType shapeType, const StdRegions::StdExpansion &stdExpansion, const StdRegions::ConstFactorMap &factorMap=StdRegions::NullConstFactorMap, const StdRegions::VarCoeffMap &varCoeffMap=StdRegions::NullVarCoeffMap, LibUtilities::PointsType nodalType=LibUtilities::eNoPointsType) | 
|   | 
|   | MatrixKey (const MatrixKey &mkey, const StdRegions::MatrixType matrixType) | 
|   | 
|   | MatrixKey (const StdRegions::StdMatrixKey &mkey) | 
|   | 
| virtual  | ~MatrixKey () | 
|   | 
| SpatialDomains::GeomFactorsSharedPtr  | GetMetricInfo () const | 
|   | 
|   | StdMatrixKey (const StdRegions::MatrixType matrixType, const LibUtilities::ShapeType shapeType, const StdRegions::StdExpansion &stdExpansion, const ConstFactorMap &factorMap=NullConstFactorMap, const VarCoeffMap &varCoeffMap=NullVarCoeffMap, LibUtilities::PointsType nodalType=LibUtilities::eNoPointsType) | 
|   | 
|   | StdMatrixKey (const StdMatrixKey &rhs, const StdRegions::MatrixType matrixType) | 
|   | 
|   | StdMatrixKey (const StdMatrixKey &rhs) | 
|   | 
| virtual  | ~StdMatrixKey () | 
|   | 
| MatrixType  | GetMatrixType () const | 
|   | 
| LibUtilities::ShapeType  | GetShapeType () const | 
|   | 
| LibUtilities::PointsType  | GetNodalPointsType () const | 
|   | 
| int  | GetNcoeffs () const | 
|   | 
| const Array< OneD, const LibUtilities::BasisSharedPtr > &  | GetBase () const | 
|   | 
| std::vector< std::size_t >  | GetVarCoeffHashes () const | 
|   | 
| const LibUtilities::BasisSharedPtr  | GetBasis (int dir) const | 
|   | 
| int  | GetNConstFactors () const | 
|   | 
| NekDouble  | GetConstFactor (const ConstFactorType &factor) const | 
|   | 
| bool  | ConstFactorExists (const ConstFactorType &factor) const | 
|   | 
| const ConstFactorMap &  | GetConstFactors () const | 
|   | 
| int  | GetNVarCoeff () const | 
|   | 
| const Array< OneD, const NekDouble > &  | GetVarCoeff (const StdRegions::VarCoeffType &coeff) const | 
|   | 
| const VarCoeffMap  | GetVarCoeffAsMap (const VarCoeffType &coeff) const | 
|   | 
| const VarCoeffMap &  | GetVarCoeffs () const | 
|   | 
| bool  | HasVarCoeff (const StdRegions::VarCoeffType &coeff) const | 
|   | 
Definition at line 47 of file MatrixKey.h.