ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <Dirichlet_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 | value |
Definition at line 55 of file Dirichlet_single_precision.h.
|
inline |
Definition at line 61 of file Dirichlet_single_precision.h.
|
inline |
int32_t walberla::pystencils::Dirichlet_single_precision::IndexInfo::dir |
Definition at line 59 of file Dirichlet_single_precision.h.
Referenced by operator==().
float walberla::pystencils::Dirichlet_single_precision::IndexInfo::value |
Definition at line 60 of file Dirichlet_single_precision.h.
Referenced by operator==().
int32_t walberla::pystencils::Dirichlet_single_precision::IndexInfo::x |
Definition at line 56 of file Dirichlet_single_precision.h.
Referenced by operator==().
int32_t walberla::pystencils::Dirichlet_single_precision::IndexInfo::y |
Definition at line 57 of file Dirichlet_single_precision.h.
Referenced by operator==().
int32_t walberla::pystencils::Dirichlet_single_precision::IndexInfo::z |
Definition at line 58 of file Dirichlet_single_precision.h.
Referenced by operator==().