|
core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
|
#include <array>#include <cassert>#include <cmath>#include <memory>#include <vector>#include "peclet/core/amr/distributed_octree.hpp"#include "peclet/core/amr/leaf_field.hpp"#include "peclet/core/common/mpi.hpp"#include "peclet/core/common/types.hpp"Go to the source code of this file.
Classes | |
| class | peclet::core::amr::DistributedPoisson< Dim, Bits > |
| class | peclet::core::amr::DistributedMultigrid< Dim, Bits > |
| Distributed geometric-multigrid V-cycle for the plain Laplacian on a uniform (lmax==0) octree, the distributed analog of the host AmrMultigrid + flow's MPI-folded CutcellMG. More... | |
Namespaces | |
| namespace | peclet |
| namespace | peclet::core |
| namespace | peclet::core::amr |