MFEM  v3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Namespaces | Functions
sort_pairs.cpp File Reference

Go to the source code of this file.

Namespaces

 mfem
 

Functions

template<class A , class B >
int mfem::ComparePairs (const void *_p, const void *_q)
 Compare the first element of the pairs. More...
 
template<class A , class B >
void mfem::SortPairs (Pair< A, B > *pairs, int size)
 Sort with respect to the first element. More...
 
template int mfem::ComparePairs< int, int > (const void *, const void *)
 
template int mfem::ComparePairs< double, int > (const void *, const void *)
 
template int mfem::ComparePairs< int, double > (const void *, const void *)
 
template void mfem::SortPairs< int, int > (Pair< int, int > *, int)
 
template void mfem::SortPairs< double, int > (Pair< double, int > *, int)
 
template void mfem::SortPairs< int, double > (Pair< int, double > *, int)