|
core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
|
A contiguous local array of T (one per cell of the extended block) viewed as a packable field.
More...
#include <grid_halo_topology.hpp>
Public Member Functions | |
| std::size_t | bytesPerElem () const |
| void | pack (Index localIdx, char *dst) const |
| void | unpack (Index localIdx, const char *src) |
| void | addFrom (Index localIdx, const char *src) |
Public Attributes | |
| T * | data |
A contiguous local array of T (one per cell of the extended block) viewed as a packable field.
Definition at line 34 of file grid_halo_topology.hpp.
|
inline |
Definition at line 36 of file grid_halo_topology.hpp.
|
inline |
Definition at line 37 of file grid_halo_topology.hpp.
References peclet::core::halo::GridFieldView< T >::data.
Definition at line 38 of file grid_halo_topology.hpp.
References peclet::core::halo::GridFieldView< T >::data.
Definition at line 40 of file grid_halo_topology.hpp.
References peclet::core::halo::GridFieldView< T >::data.
| T* peclet::core::halo::GridFieldView< T >::data |
Definition at line 35 of file grid_halo_topology.hpp.
Referenced by peclet::core::halo::GridFieldView< T >::addFrom(), peclet::core::halo::GridFieldView< T >::pack(), and peclet::core::halo::GridFieldView< T >::unpack().