libMesh
|
Go to the source code of this file.
Classes | |
struct | libMesh::Parallel::Utils::Convert< KeyType > |
A utility to convert a double to some sort of KeyType , for interpreting how histogram bounds relate to KeyType positions. More... | |
struct | libMesh::Parallel::Utils::Convert< std::pair< FirstKeyType, SecondKeyType > > |
A pseudoinverse for converting bounds back to pairs of key types. More... | |
struct | libMesh::Parallel::Utils::Convert< Hilbert::HilbertIndices > |
Namespaces | |
libMesh | |
The libMesh namespace provides an interface to certain functionality in the library. | |
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) |
A utility function which converts whatever KeyType is to a double for the histogram bounds. More... | |
template<typename FirstKeyType , typename SecondKeyType > | |
double | libMesh::Parallel::Utils::to_double (const std::pair< FirstKeyType, SecondKeyType > &k) |
A utility function for pairs of key types. More... | |
template<> | |
double | libMesh::Parallel::Utils::to_double (const Hilbert::HilbertIndices &bvt) |