![]() |
OpenLB 1.8.1
|
#include <fieldArrayD.h>
Inheritance diagram for olb::ConcreteCommunicatable< FieldArrayD< T, DESCRIPTOR, PLATFORM, FIELD > >:
Collaboration diagram for olb::ConcreteCommunicatable< FieldArrayD< T, DESCRIPTOR, PLATFORM, FIELD > >:Public Member Functions | |
| ConcreteCommunicatable (FieldArrayD< T, DESCRIPTOR, PLATFORM, FIELD > &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 360 of file fieldArrayD.h.
|
inline |
Definition at line 365 of file fieldArrayD.h.
|
inlineoverridevirtual |
Deserialize data at locations indices to buffer
Implements olb::Communicatable.
Definition at line 390 of file fieldArrayD.h.
References olb::ConcreteCommunicatable< COMMUNICATEE >::deserialize(), 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 378 of file fieldArrayD.h.
References olb::ConcreteCommunicatable< COMMUNICATEE >::serialize(), 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 369 of file fieldArrayD.h.
References olb::ConcreteCommunicatable< COMMUNICATEE >::size().
Here is the call graph for this function: