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