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 127 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 130 of file parallel_conversion_utils.h.

131  {
132  Hilbert::HilbertIndices bvt;
133 
134  bvt.rack0 = 0;
135  bvt.rack1 = 0;
136  bvt.rack2 = static_cast<Hilbert::inttype>(f);
137 
138  return bvt;
139  }

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