|
core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
|
Physical-space layout that maps a position to a global cell of the decomposition. More...
#include <particle_migrator.hpp>
Public Attributes | |
| Vec< Dim > | origin {} |
| physical coordinate of global cell (0,...) | |
| Vec< Dim > | cellSize {} |
| physical size of one global cell | |
| std::array< bool, Dim > | periodic {} |
| per-axis periodicity | |
Physical-space layout that maps a position to a global cell of the decomposition.
Definition at line 33 of file particle_migrator.hpp.
| Vec<Dim> peclet::core::halo::DomainMap< Dim >::origin {} |
physical coordinate of global cell (0,...)
Definition at line 34 of file particle_migrator.hpp.
| Vec<Dim> peclet::core::halo::DomainMap< Dim >::cellSize {} |
physical size of one global cell
Definition at line 35 of file particle_migrator.hpp.
| std::array<bool, Dim> peclet::core::halo::DomainMap< Dim >::periodic {} |
per-axis periodicity
Definition at line 36 of file particle_migrator.hpp.