core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
Loading...
Searching...
No Matches
block_octree.hpp File Reference
#include <algorithm>
#include <array>
#include <cstdint>
#include <vector>
#include "morton/morton.hpp"
#include "peclet/core/common/types.hpp"

Go to the source code of this file.

Classes

class  peclet::core::amr::BlockOctree< Dim, Bits >
 Per-block adaptive octree over block-local Morton codes. More...
 

Namespaces

namespace  peclet
 
namespace  peclet::core
 
namespace  peclet::core::amr
 

Functions

template<class M >
MORTON_HD Index peclet::core::amr::amrLocate (const typename M::code_type *codes, const std::uint8_t *levels, Index n, typename M::code_type p)
 Locate the leaf containing Morton code p in sorted leaf arrays.