parallel_conversion_utils.h File Reference

Go to the source code of this file.

Classes

struct  libMesh::Parallel::Utils::Convert< KeyType >
 
struct  libMesh::Parallel::Utils::Convert< std::pair< FirstKeyType, SecondKeyType > >
 
struct  libMesh::Parallel::Utils::Convert< Hilbert::HilbertIndices >
 

Namespaces

 libMesh
 
 libMesh::Parallel
 
 libMesh::Parallel::Utils
 

Functions

template<typename KeyType >
bool libMesh::Parallel::Utils::is_sorted (const std::vector< KeyType > &v)
 
template<typename KeyType >
double libMesh::Parallel::Utils::to_double (const KeyType &k)
 
template<typename FirstKeyType , typename SecondKeyType >
double libMesh::Parallel::Utils::to_double (const std::pair< FirstKeyType, SecondKeyType > &k)
 
template<>
double libMesh::Parallel::Utils::to_double (const Hilbert::HilbertIndices &bvt)