|
core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
|
#include <array>#include <cstddef>#include <vector>#include "peclet/core/amr/block_octree.hpp"#include "peclet/core/common/types.hpp"Go to the source code of this file.
Classes | |
| struct | peclet::core::amr::AmrGeometry< Dim > |
World-space placement of a block-local octree: fine coordinate (0,..,0) sits at origin, and one level-0 fine cell is h0 wide in every axis. More... | |
| struct | peclet::core::amr::LeafField< T > |
| A value per leaf, in the octree's Z-order leaf slot order. More... | |
Namespaces | |
| namespace | peclet |
| namespace | peclet::core |
| namespace | peclet::core::amr |