core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
Loading...
Searching...
No Matches
peclet::core::decomp::Block< Dim > Struct Template Reference

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
 

Detailed Description

template<int Dim>
struct peclet::core::decomp::Block< Dim >

A rank-owned axis-aligned block of the global cell grid.

Definition at line 22 of file block_decomposer.hpp.

Member Data Documentation

◆ origin

template<int Dim>
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().

◆ size

template<int Dim>
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().


The documentation for this struct was generated from the following file: