EBGeometry  1.0
Classes | Typedefs
EBGeometry_SFC.hpp File Reference

Declaration of various space-filling curves. More...

#include <cstdint>
#include "EBGeometry_NamespaceHeader.hpp"
#include "EBGeometry_NamespaceFooter.hpp"
#include "EBGeometry_SFCImplem.hpp"
Include dependency graph for EBGeometry_SFC.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SFC::Morton
 Implementation of the Morton SFC. More...
 
struct  SFC::Nested
 Implementation of a nested index SFC. More...
 

Typedefs

using SFC::Code = uint64_t
 Alias for SFC code.
 
using SFC::Index = std::array< unsigned int, 3 >
 Alias for 3D cell index.
 

Detailed Description

Declaration of various space-filling curves.

Author
Robert Marskar