![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <Dirichlet_double_precision_CUDA.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 |
| double | value |
Definition at line 58 of file Dirichlet_double_precision_CUDA.h.
|
inline |
Definition at line 64 of file Dirichlet_double_precision_CUDA.h.
|
inline |
| int32_t walberla::pystencils::Dirichlet_double_precision_CUDA::IndexInfo::dir |
Definition at line 62 of file Dirichlet_double_precision_CUDA.h.
Referenced by operator==().
| double walberla::pystencils::Dirichlet_double_precision_CUDA::IndexInfo::value |
Definition at line 63 of file Dirichlet_double_precision_CUDA.h.
Referenced by operator==().
| int32_t walberla::pystencils::Dirichlet_double_precision_CUDA::IndexInfo::x |
Definition at line 59 of file Dirichlet_double_precision_CUDA.h.
Referenced by operator==().
| int32_t walberla::pystencils::Dirichlet_double_precision_CUDA::IndexInfo::y |
Definition at line 60 of file Dirichlet_double_precision_CUDA.h.
Referenced by operator==().
| int32_t walberla::pystencils::Dirichlet_double_precision_CUDA::IndexInfo::z |
Definition at line 61 of file Dirichlet_double_precision_CUDA.h.
Referenced by operator==().