libMesh
Static Public Member Functions | List of all members
libMesh::Parallel::Utils::Convert< Hilbert::HilbertIndices > Struct Template Reference

#include <parallel_conversion_utils.h>

Static Public Member Functions

static Hilbert::HilbertIndices to_key_type (const double f)
 

Detailed Description

template<>
struct libMesh::Parallel::Utils::Convert< Hilbert::HilbertIndices >

Definition at line 123 of file parallel_conversion_utils.h.

Member Function Documentation

◆ to_key_type()

static Hilbert::HilbertIndices libMesh::Parallel::Utils::Convert< Hilbert::HilbertIndices >::to_key_type ( const double  f)
inlinestatic

Definition at line 126 of file parallel_conversion_utils.h.

127  {
128  Hilbert::HilbertIndices bvt;
129 
130  bvt.rack0 = 0;
131  bvt.rack1 = 0;
132  bvt.rack2 = static_cast<Hilbert::inttype>(f);
133 
134  return bvt;
135  }

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