#include <StreamCollideSweepLeesEdwardsSinglePrecisionCUDA.h>
|
| | StreamCollideSweepLeesEdwardsSinglePrecisionCUDA (BlockDataID forceID_, BlockDataID pdfsID_, float grid_size, float omega_shear, float v_s) |
| |
| | ~StreamCollideSweepLeesEdwardsSinglePrecisionCUDA () |
| |
| 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 | getGrid_size () const |
| |
| float | getOmega_shear () const |
| |
| float | getV_s () const |
| |
| void | setGrid_size (const float value) |
| |
| void | setOmega_shear (const float value) |
| |
| void | setV_s (const float value) |
| |
◆ StreamCollideSweepLeesEdwardsSinglePrecisionCUDA()
| walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionCUDA::StreamCollideSweepLeesEdwardsSinglePrecisionCUDA |
( |
BlockDataID |
forceID_, |
|
|
BlockDataID |
pdfsID_, |
|
|
float |
grid_size, |
|
|
float |
omega_shear, |
|
|
float |
v_s |
|
) |
| |
|
inline |
◆ ~StreamCollideSweepLeesEdwardsSinglePrecisionCUDA()
| walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionCUDA::~StreamCollideSweepLeesEdwardsSinglePrecisionCUDA |
( |
| ) |
|
|
inline |
◆ configure()
| void walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionCUDA::configure |
( |
const shared_ptr< StructuredBlockStorage > & |
, |
|
|
IBlock * |
|
|
) |
| |
|
inline |
◆ getGrid_size()
| float walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionCUDA::getGrid_size |
( |
| ) |
const |
|
inline |
◆ getOmega_shear()
| float walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionCUDA::getOmega_shear |
( |
| ) |
const |
|
inline |
◆ getSweep() [1/2]
◆ getSweep() [2/2]
| std::function< void(IBlock *)> walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionCUDA::getSweep |
( |
gpuStream_t |
stream = nullptr | ) |
|
|
inline |
◆ getSweepOnCellInterval() [1/2]
| static std::function< void(IBlock *, gpuStream_t)> walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionCUDA::getSweepOnCellInterval |
( |
const shared_ptr< StreamCollideSweepLeesEdwardsSinglePrecisionCUDA > & |
kernel, |
|
|
const shared_ptr< StructuredBlockStorage > & |
blocks, |
|
|
const CellInterval & |
globalCellInterval, |
|
|
cell_idx_t |
ghostLayers = 1 |
|
) |
| |
|
inlinestatic |
◆ getSweepOnCellInterval() [2/2]
| std::function< void(IBlock *)> walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionCUDA::getSweepOnCellInterval |
( |
const shared_ptr< StructuredBlockStorage > & |
blocks, |
|
|
const CellInterval & |
globalCellInterval, |
|
|
cell_idx_t |
ghostLayers = 1, |
|
|
gpuStream_t |
stream = nullptr |
|
) |
| |
|
inline |
◆ getV_s()
| float walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionCUDA::getV_s |
( |
| ) |
const |
|
inline |
◆ operator()()
| void walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionCUDA::operator() |
( |
IBlock * |
block, |
|
|
gpuStream_t |
stream = nullptr |
|
) |
| |
|
inline |
◆ run()
| void walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionCUDA::run |
( |
IBlock * |
block, |
|
|
gpuStream_t |
stream = nullptr |
|
) |
| |
◆ runOnCellInterval()
| void walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionCUDA::runOnCellInterval |
( |
const shared_ptr< StructuredBlockStorage > & |
blocks, |
|
|
const CellInterval & |
globalCellInterval, |
|
|
cell_idx_t |
ghostLayers, |
|
|
IBlock * |
block, |
|
|
gpuStream_t |
stream = nullptr |
|
) |
| |
◆ setGrid_size()
| void walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionCUDA::setGrid_size |
( |
const float |
value | ) |
|
|
inline |
◆ setOmega_shear()
| void walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionCUDA::setOmega_shear |
( |
const float |
value | ) |
|
|
inline |
◆ setV_s()
| void walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionCUDA::setV_s |
( |
const float |
value | ) |
|
|
inline |
The documentation for this class was generated from the following files: