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