#include <DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA.h>
|
| | DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA (BlockDataID jID_, BlockDataID phiID_, BlockDataID rhoID_, float D, float f_ext_0, float f_ext_1, float f_ext_2, float kT, float z) |
| |
| 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 | getD () const |
| |
| float | getF_ext_0 () const |
| |
| float | getF_ext_1 () const |
| |
| float | getF_ext_2 () const |
| |
| float | getKt () const |
| |
| float | getZ () const |
| |
| void | setD (const float value) |
| |
| void | setF_ext_0 (const float value) |
| |
| void | setF_ext_1 (const float value) |
| |
| void | setF_ext_2 (const float value) |
| |
| void | setKt (const float value) |
| |
| void | setZ (const float value) |
| |
| void | setPhiID (BlockDataID phiID_) |
| |
◆ DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA()
| walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA |
( |
BlockDataID |
jID_, |
|
|
BlockDataID |
phiID_, |
|
|
BlockDataID |
rhoID_, |
|
|
float |
D, |
|
|
float |
f_ext_0, |
|
|
float |
f_ext_1, |
|
|
float |
f_ext_2, |
|
|
float |
kT, |
|
|
float |
z |
|
) |
| |
|
inline |
◆ configure()
| void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::configure |
( |
const shared_ptr< StructuredBlockStorage > & |
, |
|
|
IBlock * |
|
|
) |
| |
|
inline |
◆ getD()
| float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::getD |
( |
| ) |
const |
|
inline |
◆ getF_ext_0()
| float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::getF_ext_0 |
( |
| ) |
const |
|
inline |
◆ getF_ext_1()
| float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::getF_ext_1 |
( |
| ) |
const |
|
inline |
◆ getF_ext_2()
| float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::getF_ext_2 |
( |
| ) |
const |
|
inline |
◆ getKt()
| float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::getKt |
( |
| ) |
const |
|
inline |
◆ getSweep() [1/2]
◆ getSweep() [2/2]
| std::function< void(IBlock *)> walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::getSweep |
( |
gpuStream_t |
stream = nullptr | ) |
|
|
inline |
◆ getSweepOnCellInterval() [1/2]
| static std::function< void(IBlock *, gpuStream_t)> walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::getSweepOnCellInterval |
( |
const shared_ptr< DiffusiveFluxKernelWithElectrostatic_single_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::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::getSweepOnCellInterval |
( |
const shared_ptr< StructuredBlockStorage > & |
blocks, |
|
|
const CellInterval & |
globalCellInterval, |
|
|
cell_idx_t |
ghostLayers = 1, |
|
|
gpuStream_t |
stream = nullptr |
|
) |
| |
|
inline |
◆ getZ()
| float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::getZ |
( |
| ) |
const |
|
inline |
◆ operator()()
| void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::operator() |
( |
IBlock * |
block, |
|
|
gpuStream_t |
stream = nullptr |
|
) |
| |
|
inline |
◆ run()
| void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::run |
( |
IBlock * |
block, |
|
|
gpuStream_t |
stream = nullptr |
|
) |
| |
◆ runOnCellInterval()
| void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_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::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::setD |
( |
const float |
value | ) |
|
|
inline |
◆ setF_ext_0()
| void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::setF_ext_0 |
( |
const float |
value | ) |
|
|
inline |
◆ setF_ext_1()
| void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::setF_ext_1 |
( |
const float |
value | ) |
|
|
inline |
◆ setF_ext_2()
| void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::setF_ext_2 |
( |
const float |
value | ) |
|
|
inline |
◆ setKt()
| void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::setKt |
( |
const float |
value | ) |
|
|
inline |
◆ setPhiID()
| void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::setPhiID |
( |
BlockDataID |
phiID_ | ) |
|
|
inline |
◆ setZ()
| void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision_CUDA::setZ |
( |
const float |
value | ) |
|
|
inline |
The documentation for this class was generated from the following files: