#include <InitialPDFsSetterSinglePrecisionCUDA.h>
|
| | InitialPDFsSetterSinglePrecisionCUDA (BlockDataID forceID_, BlockDataID pdfsID_, BlockDataID velocityID_, float rho_0) |
| |
| 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 *) |
| |
| float | getRho_0 () const |
| |
| void | setRho_0 (const float value) |
| |
◆ InitialPDFsSetterSinglePrecisionCUDA()
◆ configure()
| void walberla::pystencils::InitialPDFsSetterSinglePrecisionCUDA::configure |
( |
const shared_ptr< StructuredBlockStorage > & |
, |
|
|
IBlock * |
|
|
) |
| |
|
inline |
◆ getRho_0()
| float walberla::pystencils::InitialPDFsSetterSinglePrecisionCUDA::getRho_0 |
( |
| ) |
const |
|
inline |
◆ getSweep() [1/2]
◆ getSweep() [2/2]
| std::function< void(IBlock *)> walberla::pystencils::InitialPDFsSetterSinglePrecisionCUDA::getSweep |
( |
gpuStream_t |
stream = nullptr | ) |
|
|
inline |
◆ getSweepOnCellInterval() [1/2]
◆ getSweepOnCellInterval() [2/2]
| std::function< void(IBlock *)> walberla::pystencils::InitialPDFsSetterSinglePrecisionCUDA::getSweepOnCellInterval |
( |
const shared_ptr< StructuredBlockStorage > & |
blocks, |
|
|
const CellInterval & |
globalCellInterval, |
|
|
cell_idx_t |
ghostLayers = 1, |
|
|
gpuStream_t |
stream = nullptr |
|
) |
| |
|
inline |
◆ operator()()
| void walberla::pystencils::InitialPDFsSetterSinglePrecisionCUDA::operator() |
( |
IBlock * |
block, |
|
|
gpuStream_t |
stream = nullptr |
|
) |
| |
|
inline |
◆ run()
| void walberla::pystencils::InitialPDFsSetterSinglePrecisionCUDA::run |
( |
IBlock * |
block, |
|
|
gpuStream_t |
stream = nullptr |
|
) |
| |
◆ runOnCellInterval()
| void walberla::pystencils::InitialPDFsSetterSinglePrecisionCUDA::runOnCellInterval |
( |
const shared_ptr< StructuredBlockStorage > & |
blocks, |
|
|
const CellInterval & |
globalCellInterval, |
|
|
cell_idx_t |
ghostLayers, |
|
|
IBlock * |
block, |
|
|
gpuStream_t |
stream = nullptr |
|
) |
| |
◆ setRho_0()
| void walberla::pystencils::InitialPDFsSetterSinglePrecisionCUDA::setRho_0 |
( |
const float |
value | ) |
|
|
inline |
The documentation for this class was generated from the following files: