Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
Nektar::LocalRegions::MatrixKey::opLess Struct Reference

Used to lookup the create function in NekManager. More...

#include <MatrixKey.h>

Public Member Functions

bool operator() (const MatrixKey &lhs, const MatrixKey &rhs) const
 

Detailed Description

Used to lookup the create function in NekManager.

Definition at line 68 of file MatrixKey.h.

Member Function Documentation

bool Nektar::LocalRegions::MatrixKey::opLess::operator() ( const MatrixKey lhs,
const MatrixKey rhs 
) const

Definition at line 66 of file MatrixKey.cpp.

References Nektar::StdRegions::StdMatrixKey::GetMatrixType().

67  {
68  {
69  return (lhs.GetMatrixType() < rhs.GetMatrixType());
70  }
71  }
StandardMatrixTag & lhs