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

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

#include <StdMatrixKey.h>

Public Member Functions

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

Detailed Description

Used to lookup the create function in NekManager.

Definition at line 72 of file StdMatrixKey.h.

Member Function Documentation

bool Nektar::StdRegions::StdMatrixKey::opLess::operator() ( const StdMatrixKey lhs,
const StdMatrixKey rhs 
) const

Definition at line 95 of file StdMatrixKey.cpp.

References Nektar::StdRegions::StdMatrixKey::m_matrixType.

96  {
97  return (lhs.m_matrixType < rhs.m_matrixType);
98  }
StandardMatrixTag & lhs