Nektar++
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

◆ operator()()

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

Definition at line 65 of file MatrixKey.cpp.

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

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