NEMoSys  0.63.0
A modular, extensible resource with robust automated mesh generation, mesh quality analysis, adaptive mesh refinement, and data transfer between arbitrary meshes.
sortNemId_tVec_compare Struct Reference

sum comparison for vectors representing faces inserted into map More...

Detailed Description

Definition at line 765 of file meshBase.H.

Public Member Functions

bool operator() (std::vector< nemId_t > lhs, std::vector< nemId_t > rhs) const
 

Member Function Documentation

◆ operator()()

bool sortNemId_tVec_compare::operator() ( std::vector< nemId_t lhs,
std::vector< nemId_t rhs 
) const

Definition at line 1760 of file meshBase.C.

1761  {
1762  std::sort(lhs.begin(), lhs.end());
1763  std::sort(rhs.begin(), rhs.end());
1764  return lhs < rhs;
1765 }

The documentation for this struct was generated from the following files: