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