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