35 #ifndef STDMATRIXKEY_H
36 #define STDMATRIXKEY_H
125 "Constant factor not defined: "
149 "Variable coefficient not defined: "
#define ASSERTL1(condition, msg)
Assert Level 1 – Debugging which is used whether in FULLDEBUG or DEBUG compilation mode....
#define STD_REGIONS_EXPORT
The base class for all shapes.
const ConstFactorMap & GetConstFactors() const
friend bool operator<(const StdMatrixKey &lhs, const StdMatrixKey &rhs)
Used for finding value given the key in NekManager.
const Array< OneD, const LibUtilities::BasisSharedPtr > & GetBase() const
std::vector< std::size_t > GetVarCoeffHashes() const
LibUtilities::ShapeType GetShapeType() const
LibUtilities::PointsType m_nodalPointsType
const VarCoeffMap & GetVarCoeffs() const
int GetNConstFactors() const
Array< OneD, const LibUtilities::BasisSharedPtr > m_base
MatrixType GetMatrixType() const
const Array< OneD, const NekDouble > & GetVarCoeff(const StdRegions::VarCoeffType &coeff) const
const LibUtilities::BasisSharedPtr GetBasis(int dir) const
bool HasVarCoeff(const StdRegions::VarCoeffType &coeff) const
LibUtilities::PointsType GetNodalPointsType() const
friend bool operator==(const StdMatrixKey &lhs, const StdMatrixKey &rhs)
LibUtilities::ShapeType m_shapeType
NekDouble GetConstFactor(const ConstFactorType &factor) const
std::vector< std::size_t > m_varcoeff_hashes
bool ConstFactorExists(const ConstFactorType &factor) const
const VarCoeffMap GetVarCoeffAsMap(const VarCoeffType &coeff) const
std::shared_ptr< Basis > BasisSharedPtr
std::map< StdRegions::VarCoeffType, Array< OneD, NekDouble > > VarCoeffMap
const char *const VarCoeffTypeMap[]
const char *const ConstFactorTypeMap[]
std::ostream & operator<<(std::ostream &os, const StdMatrixKey &rhs)
std::map< ConstFactorType, NekDouble > ConstFactorMap
static ConstFactorMap NullConstFactorMap
static VarCoeffMap NullVarCoeffMap
std::shared_ptr< StdMatrixKey > StdMatrixKeySharedPtr
The above copyright notice and this permission notice shall be included.
Used to lookup the create function in NekManager.
bool operator()(const StdMatrixKey &lhs, const StdMatrixKey &rhs) const