![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <UpdateVelFromPDFDoublePrecisionCUDA.h>
Public Member Functions | |
| UpdateVelFromPDFDoublePrecisionCUDA (BlockDataID forceID_, BlockDataID pdfsID_, BlockDataID velocityID_) | |
| 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 > &, IBlock *) |
Static Public Member Functions | |
| static std::function< void(IBlock *)> | getSweep (const shared_ptr< UpdateVelFromPDFDoublePrecisionCUDA > &kernel) |
| static std::function< void(IBlock *, gpuStream_t)> | getSweepOnCellInterval (const shared_ptr< UpdateVelFromPDFDoublePrecisionCUDA > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1) |
Definition at line 57 of file UpdateVelFromPDFDoublePrecisionCUDA.h.
|
inline |
Definition at line 59 of file UpdateVelFromPDFDoublePrecisionCUDA.h.
|
inline |
Definition at line 105 of file UpdateVelFromPDFDoublePrecisionCUDA.h.
|
inlinestatic |
Definition at line 75 of file UpdateVelFromPDFDoublePrecisionCUDA.h.
|
inline |
Definition at line 90 of file UpdateVelFromPDFDoublePrecisionCUDA.h.
|
inline |
Definition at line 95 of file UpdateVelFromPDFDoublePrecisionCUDA.h.
References runOnCellInterval(), and stream.
|
inlinestatic |
Definition at line 79 of file UpdateVelFromPDFDoublePrecisionCUDA.h.
References stream.
|
inline |
Definition at line 70 of file UpdateVelFromPDFDoublePrecisionCUDA.h.
| void walberla::pystencils::UpdateVelFromPDFDoublePrecisionCUDA::run | ( | IBlock * | block, |
| gpuStream_t | stream = nullptr |
||
| ) |
Definition at line 72 of file UpdateVelFromPDFDoublePrecisionCUDA.cu.
References block(), RESTRICT, and velocity().
Referenced by getSweep(), and operator()().
| void walberla::pystencils::UpdateVelFromPDFDoublePrecisionCUDA::runOnCellInterval | ( | const shared_ptr< StructuredBlockStorage > & | blocks, |
| const CellInterval & | globalCellInterval, | ||
| cell_idx_t | ghostLayers, | ||
| IBlock * | block, | ||
| gpuStream_t | stream = nullptr |
||
| ) |
Definition at line 113 of file UpdateVelFromPDFDoublePrecisionCUDA.cu.
References block(), RESTRICT, and velocity().
Referenced by getSweepOnCellInterval().