![]() |
OpenLB 1.8.1
|
Type-erased pointer to FieldArrayD device data. More...
#include <registry.h>
Collaboration diagram for olb::gpu::cuda::AnyDeviceFieldArrayD:Public Member Functions | |
| std::uint8_t * | operator[] (unsigned iD) __device__ |
Public Attributes | |
| void ** | data |
| unsigned | column_count |
| unsigned | element_size |
Type-erased pointer to FieldArrayD device data.
Used for dynamic communication buffer (de)serialization
Definition at line 42 of file registry.h.
|
inline |
| unsigned olb::gpu::cuda::AnyDeviceFieldArrayD::column_count |
Definition at line 44 of file registry.h.
| void** olb::gpu::cuda::AnyDeviceFieldArrayD::data |
Definition at line 43 of file registry.h.
| unsigned olb::gpu::cuda::AnyDeviceFieldArrayD::element_size |
Definition at line 45 of file registry.h.