|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <HaloCells.h>
Public Types | |
| using | view_type = typename detail::ViewType<T, 1, ViewArgs...>::view_type |
| using | archive_type = Archive<typename view_type::memory_space> |
Public Member Functions | |
| void | serialize (archive_type &ar, size_type nsends) |
| void | deserialize (archive_type &ar, size_type nrecvs) |
Public Attributes | |
| view_type | buffer |
Helper class to send / receive field data.
Definition at line 23 of file HaloCells.h.
| using ippl::detail::FieldBufferData< T, ViewArgs >::archive_type = Archive<typename view_type::memory_space> |
Definition at line 25 of file HaloCells.h.
| using ippl::detail::FieldBufferData< T, ViewArgs >::view_type = typename detail::ViewType<T, 1, ViewArgs...>::view_type |
Definition at line 24 of file HaloCells.h.
|
inline |
Definition at line 29 of file HaloCells.h.
|
inline |
Definition at line 27 of file HaloCells.h.
| view_type ippl::detail::FieldBufferData< T, ViewArgs >::buffer |
Definition at line 31 of file HaloCells.h.
Referenced by ippl::detail::HaloCells< T, Dim, ViewArgs >::pack(), pack(), ippl::detail::HaloCells< T, Dim, ViewArgs >::unpack(), and unpack_impl().