![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <StreamCollideSweepThermalizedDoublePrecisionCUDA.h>
Public Member Functions | |
| StreamCollideSweepThermalizedDoublePrecisionCUDA (BlockDataID forceID_, BlockDataID pdfsID_, double kT, double omega_bulk, double omega_even, double omega_odd, double omega_shear, uint32_t seed, uint32_t time_step) | |
| ~StreamCollideSweepThermalizedDoublePrecisionCUDA () | |
| void | run (IBlock *block, gpuStream_t stream=nullptr) |
| void | runOnCellInterval (const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers, IBlock *block, gpuStream_t stream=nullptr) |
| void | operator() (IBlock *block, gpuStream_t stream=nullptr) |
| std::function< void(IBlock *)> | getSweep (gpuStream_t stream=nullptr) |
| std::function< void(IBlock *)> | getSweepOnCellInterval (const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1, gpuStream_t stream=nullptr) |
| void | configure (const shared_ptr< StructuredBlockStorage > &blocks, IBlock *block) |
| uint32_t | getBlock_offset_0 () const |
| uint32_t | getBlock_offset_1 () const |
| uint32_t | getBlock_offset_2 () const |
| double | getKt () const |
| double | getOmega_bulk () const |
| double | getOmega_even () const |
| double | getOmega_odd () const |
| double | getOmega_shear () const |
| uint32_t | getSeed () const |
| uint32_t | getTime_step () const |
| void | setBlock_offset_0 (const uint32_t value) |
| void | setBlock_offset_1 (const uint32_t value) |
| void | setBlock_offset_2 (const uint32_t value) |
| void | setKt (const double value) |
| void | setOmega_bulk (const double value) |
| void | setOmega_even (const double value) |
| void | setOmega_odd (const double value) |
| void | setOmega_shear (const double value) |
| void | setSeed (const uint32_t value) |
| void | setTime_step (const uint32_t value) |
Static Public Member Functions | |
| static std::function< void(IBlock *)> | getSweep (const shared_ptr< StreamCollideSweepThermalizedDoublePrecisionCUDA > &kernel) |
| static std::function< void(IBlock *, gpuStream_t)> | getSweepOnCellInterval (const shared_ptr< StreamCollideSweepThermalizedDoublePrecisionCUDA > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1) |
Definition at line 55 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 57 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 67 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 117 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 126 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 127 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 128 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 129 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 130 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 131 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 132 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 133 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 134 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inlinestatic |
Definition at line 85 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 102 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inlinestatic |
Definition at line 90 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
References stream.
|
inline |
Definition at line 107 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
References runOnCellInterval(), and stream.
|
inline |
Definition at line 135 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 80 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
| void walberla::pystencils::StreamCollideSweepThermalizedDoublePrecisionCUDA::run | ( | IBlock * | block, |
| gpuStream_t | stream = nullptr |
||
| ) |
Definition at line 417 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.cu.
References block(), and RESTRICT.
Referenced by getSweep(), and operator()().
| void walberla::pystencils::StreamCollideSweepThermalizedDoublePrecisionCUDA::runOnCellInterval | ( | const shared_ptr< StructuredBlockStorage > & | blocks, |
| const CellInterval & | globalCellInterval, | ||
| cell_idx_t | ghostLayers, | ||
| IBlock * | block, | ||
| gpuStream_t | stream = nullptr |
||
| ) |
Definition at line 479 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.cu.
References block(), and RESTRICT.
Referenced by getSweepOnCellInterval().
|
inline |
Definition at line 136 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 139 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 142 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 145 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 146 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 147 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 148 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 149 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 150 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.
|
inline |
Definition at line 151 of file StreamCollideSweepThermalizedDoublePrecisionCUDA.h.