|
core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
|
#include <array>#include <cmath>#include <vector>#include "peclet/core/amr/block_octree.hpp"#include "peclet/core/amr/face_csr.hpp"#include "peclet/core/amr/leaf_field.hpp"#include "peclet/core/common/types.hpp"Go to the source code of this file.
Classes | |
| class | peclet::core::amr::AmrPoisson< Dim, Bits > |
| Cell-centered FV Poisson operator on one (periodic) block octree. More... | |
| struct | peclet::core::amr::AmrPoisson< Dim, Bits >::FvAssembled |
| The assembled FV (weight-CSR) operator: per-face conductance w = A_f/d_f·openness, per-cell invVol and Dirichlet boundary diagonal, in the exact face order forEachFaceNeighbor emits. More... | |
| class | peclet::core::amr::AmrMultigrid< Dim, Bits > |
| Geometric multigrid for AmrPoisson over a uniformly-coarsened octree hierarchy. More... | |
Namespaces | |
| namespace | peclet |
| namespace | peclet::core |
| namespace | peclet::core::amr |