ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <CollideSweepDoublePrecisionThermalizedCUDA.h>
Public Member Functions | |
CollideSweepDoublePrecisionThermalizedCUDA (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) | |
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) |
Static Public Member Functions | |
static std::function< void(IBlock *)> | getSweep (const shared_ptr< CollideSweepDoublePrecisionThermalizedCUDA > &kernel) |
static std::function< void(IBlock *, gpuStream_t)> | getSweepOnCellInterval (const shared_ptr< CollideSweepDoublePrecisionThermalizedCUDA > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1) |
Public Attributes | |
BlockDataID | forceID |
BlockDataID | pdfsID |
uint32_t | block_offset_0_ |
uint32_t | block_offset_1_ |
uint32_t | block_offset_2_ |
double | kT_ |
double | omega_bulk_ |
double | omega_even_ |
double | omega_odd_ |
double | omega_shear_ |
uint32_t | seed_ |
uint32_t | time_step_ |
bool | configured_ |
Definition at line 55 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
|
inline |
Definition at line 57 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
|
inline |
Definition at line 108 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
References block_offset_0_, block_offset_1_, block_offset_2_, and configured_.
|
inlinestatic |
Definition at line 77 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
|
inline |
Definition at line 93 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
|
inlinestatic |
Definition at line 82 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
References stream.
|
inline |
Definition at line 98 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
References runOnCellInterval(), and stream.
|
inline |
Definition at line 73 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
void walberla::pystencils::CollideSweepDoublePrecisionThermalizedCUDA::run | ( | IBlock * | block, |
gpuStream_t | stream = nullptr |
||
) |
Definition at line 419 of file CollideSweepDoublePrecisionThermalizedCUDA.cu.
References block(), block_offset_0_, block_offset_1_, block_offset_2_, configured_, forceID, kT_, omega_bulk_, omega_even_, omega_odd_, omega_shear_, pdfsID, RESTRICT, seed_, and time_step_.
Referenced by getSweep(), and operator()().
void walberla::pystencils::CollideSweepDoublePrecisionThermalizedCUDA::runOnCellInterval | ( | const shared_ptr< StructuredBlockStorage > & | blocks, |
const CellInterval & | globalCellInterval, | ||
cell_idx_t | ghostLayers, | ||
IBlock * | block, | ||
gpuStream_t | stream = nullptr |
||
) |
Definition at line 464 of file CollideSweepDoublePrecisionThermalizedCUDA.cu.
References block(), block_offset_0_, block_offset_1_, block_offset_2_, configured_, forceID, kT_, omega_bulk_, omega_even_, omega_odd_, omega_shear_, pdfsID, RESTRICT, seed_, and time_step_.
Referenced by getSweepOnCellInterval().
uint32_t walberla::pystencils::CollideSweepDoublePrecisionThermalizedCUDA::block_offset_0_ |
Definition at line 119 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
Referenced by configure(), run(), and runOnCellInterval().
uint32_t walberla::pystencils::CollideSweepDoublePrecisionThermalizedCUDA::block_offset_1_ |
Definition at line 120 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
Referenced by configure(), run(), and runOnCellInterval().
uint32_t walberla::pystencils::CollideSweepDoublePrecisionThermalizedCUDA::block_offset_2_ |
Definition at line 121 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
Referenced by configure(), run(), and runOnCellInterval().
bool walberla::pystencils::CollideSweepDoublePrecisionThermalizedCUDA::configured_ |
Definition at line 129 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
Referenced by configure(), run(), and runOnCellInterval().
BlockDataID walberla::pystencils::CollideSweepDoublePrecisionThermalizedCUDA::forceID |
Definition at line 117 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
Referenced by run(), and runOnCellInterval().
double walberla::pystencils::CollideSweepDoublePrecisionThermalizedCUDA::kT_ |
Definition at line 122 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
Referenced by run(), and runOnCellInterval().
double walberla::pystencils::CollideSweepDoublePrecisionThermalizedCUDA::omega_bulk_ |
Definition at line 123 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
Referenced by run(), and runOnCellInterval().
double walberla::pystencils::CollideSweepDoublePrecisionThermalizedCUDA::omega_even_ |
Definition at line 124 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
Referenced by run(), and runOnCellInterval().
double walberla::pystencils::CollideSweepDoublePrecisionThermalizedCUDA::omega_odd_ |
Definition at line 125 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
Referenced by run(), and runOnCellInterval().
double walberla::pystencils::CollideSweepDoublePrecisionThermalizedCUDA::omega_shear_ |
Definition at line 126 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::CollideSweepDoublePrecisionThermalizedCUDA::pdfsID |
Definition at line 118 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
Referenced by run(), and runOnCellInterval().
uint32_t walberla::pystencils::CollideSweepDoublePrecisionThermalizedCUDA::seed_ |
Definition at line 127 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
Referenced by run(), and runOnCellInterval().
uint32_t walberla::pystencils::CollideSweepDoublePrecisionThermalizedCUDA::time_step_ |
Definition at line 128 of file CollideSweepDoublePrecisionThermalizedCUDA.h.
Referenced by run(), and runOnCellInterval().