EBGeometry
1.0
|
Declaration of various space-filling curves. More...
#include <cstdint>
#include "EBGeometry_NamespaceHeader.hpp"
#include "EBGeometry_NamespaceFooter.hpp"
#include "EBGeometry_SFCImplem.hpp"
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. | |
Declaration of various space-filling curves.