IPPL API Reference
Independent Parallel Particle Layer C++ API
Loading...
Searching...
No Matches
ippl::detail::FieldBufferData< T, ViewArgs > Struct Template Reference

#include <HaloCells.h>

+ Collaboration diagram for ippl::detail::FieldBufferData< T, ViewArgs >:

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
 

Detailed Description

template<typename T, class... ViewArgs>
struct ippl::detail::FieldBufferData< T, ViewArgs >

Helper class to send / receive field data.


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