|
core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
|
#include <array>#include <cmath>#include <map>#include <memory>#include <vector>#include "peclet/core/amr/distributed_octree.hpp"#include "peclet/core/amr/distributed_poisson.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::DistributedFvOperator< Dim, Bits > |
| class | peclet::core::amr::GradedDistributedMultigrid< Dim, Bits > |
| Geometric-multigrid V-cycle on a graded distributed octree, built on DistributedFvOperator. More... | |
Namespaces | |
| namespace | peclet |
| namespace | peclet::core |
| namespace | peclet::core::amr |