![]() |
OpenLB 1.8.1
|
#include <fieldArrayD.h>
Inheritance diagram for olb::ConcreteCommunicatable< MultiFieldArrayD< T, DESCRIPTOR, PLATFORM, FIELDS... > >:
Collaboration diagram for olb::ConcreteCommunicatable< MultiFieldArrayD< T, DESCRIPTOR, PLATFORM, FIELDS... > >:Public Member Functions | |
| ConcreteCommunicatable (MultiFieldArrayD< T, DESCRIPTOR, PLATFORM, FIELDS... > &communicatee) | |
| std::size_t | size (ConstSpan< CellID > indices) const override |
Get serialized size for data at locations indices | |
| std::size_t | serialize (ConstSpan< CellID > indices, std::uint8_t *buffer) const override |
Serialize data at locations indices to buffer | |
| std::size_t | deserialize (ConstSpan< CellID > indices, const std::uint8_t *buffer) override |
Deserialize data at locations indices to buffer | |
Public Member Functions inherited from olb::Communicatable | |
| virtual | ~Communicatable () |
Definition at line 523 of file fieldArrayD.h.
|
inline |
Definition at line 528 of file fieldArrayD.h.
|
inlineoverridevirtual |
Deserialize data at locations indices to buffer
Implements olb::Communicatable.
Definition at line 556 of file fieldArrayD.h.
References olb::meta::list< TYPES >::for_each(), and olb::ConcreteCommunicatable< COMMUNICATEE >::size().
Here is the call graph for this function:
|
inlineoverridevirtual |
Serialize data at locations indices to buffer
Implements olb::Communicatable.
Definition at line 541 of file fieldArrayD.h.
References olb::meta::list< TYPES >::for_each(), and olb::ConcreteCommunicatable< COMMUNICATEE >::size().
Here is the call graph for this function:
|
inlineoverridevirtual |
Get serialized size for data at locations indices
Implements olb::Communicatable.
Definition at line 532 of file fieldArrayD.h.
References olb::ConcreteCommunicatable< COMMUNICATEE >::size(), and olb::GenericVector< T, D, IMPL >::size().
Here is the call graph for this function: