|
core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
|
A rank-owned axis-aligned block of the global cell grid. More...
#include <block_decomposer.hpp>
Public Attributes | |
| IVec< Dim > | origin {} |
| inclusive lower corner in global cell coordinates | |
| IVec< Dim > | size {} |
| extent in cells along each axis | |
A rank-owned axis-aligned block of the global cell grid.
Definition at line 22 of file block_decomposer.hpp.
| IVec<Dim> peclet::core::decomp::Block< Dim >::origin {} |
inclusive lower corner in global cell coordinates
Definition at line 23 of file block_decomposer.hpp.
Referenced by peclet::core::decomp::detail::intersectBox().
| IVec<Dim> peclet::core::decomp::Block< Dim >::size {} |
extent in cells along each axis
Definition at line 24 of file block_decomposer.hpp.
Referenced by peclet::core::decomp::detail::intersectBox().