ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <Dynamic_UBB_single_precision.h>
Public Member Functions | |
IndexInfo (int32_t x_, int32_t y_, int32_t z_, int32_t dir_) | |
bool | operator== (const IndexInfo &o) const |
Public Attributes | |
int32_t | x |
int32_t | y |
int32_t | z |
int32_t | dir |
float | vel_0 |
float | vel_1 |
float | vel_2 |
Definition at line 55 of file Dynamic_UBB_single_precision.h.
|
inline |
Definition at line 63 of file Dynamic_UBB_single_precision.h.
|
inline |
int32_t walberla::lbm::Dynamic_UBB_single_precision::IndexInfo::dir |
Definition at line 59 of file Dynamic_UBB_single_precision.h.
Referenced by operator==().
float walberla::lbm::Dynamic_UBB_single_precision::IndexInfo::vel_0 |
Definition at line 60 of file Dynamic_UBB_single_precision.h.
Referenced by operator==().
float walberla::lbm::Dynamic_UBB_single_precision::IndexInfo::vel_1 |
Definition at line 61 of file Dynamic_UBB_single_precision.h.
Referenced by operator==().
float walberla::lbm::Dynamic_UBB_single_precision::IndexInfo::vel_2 |
Definition at line 62 of file Dynamic_UBB_single_precision.h.
Referenced by operator==().
int32_t walberla::lbm::Dynamic_UBB_single_precision::IndexInfo::x |
Definition at line 56 of file Dynamic_UBB_single_precision.h.
Referenced by operator==().
int32_t walberla::lbm::Dynamic_UBB_single_precision::IndexInfo::y |
Definition at line 57 of file Dynamic_UBB_single_precision.h.
Referenced by operator==().
int32_t walberla::lbm::Dynamic_UBB_single_precision::IndexInfo::z |
Definition at line 58 of file Dynamic_UBB_single_precision.h.
Referenced by operator==().