#include <InitialPDFsSetterSinglePrecision.h>
|
| InitialPDFsSetterSinglePrecision (BlockDataID forceID_, BlockDataID pdfsID_, BlockDataID velocityID_, float rho_0) |
|
void | run (IBlock *block) |
|
void | runOnCellInterval (const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers, IBlock *block) |
|
void | operator() (IBlock *block) |
|
std::function< void(IBlock *)> | getSweep () |
|
std::function< void(IBlock *)> | getSweepOnCellInterval (const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1) |
|
void | configure (const shared_ptr< StructuredBlockStorage > &, IBlock *) |
|
float | getRho_0 () const |
|
void | setRho_0 (const float value) |
|
◆ InitialPDFsSetterSinglePrecision()
walberla::pystencils::InitialPDFsSetterSinglePrecision::InitialPDFsSetterSinglePrecision |
( |
BlockDataID |
forceID_, |
|
|
BlockDataID |
pdfsID_, |
|
|
BlockDataID |
velocityID_, |
|
|
float |
rho_0 |
|
) |
| |
|
inline |
◆ configure()
void walberla::pystencils::InitialPDFsSetterSinglePrecision::configure |
( |
const shared_ptr< StructuredBlockStorage > & |
, |
|
|
IBlock * |
|
|
) |
| |
|
inline |
◆ getRho_0()
float walberla::pystencils::InitialPDFsSetterSinglePrecision::getRho_0 |
( |
| ) |
const |
|
inline |
◆ getSweep() [1/2]
std::function< void(IBlock *)> walberla::pystencils::InitialPDFsSetterSinglePrecision::getSweep |
( |
| ) |
|
|
inline |
◆ getSweep() [2/2]
static std::function< void(IBlock *)> walberla::pystencils::InitialPDFsSetterSinglePrecision::getSweep |
( |
const shared_ptr< InitialPDFsSetterSinglePrecision > & |
kernel | ) |
|
|
inlinestatic |
◆ getSweepOnCellInterval() [1/2]
static std::function< void(IBlock *)> walberla::pystencils::InitialPDFsSetterSinglePrecision::getSweepOnCellInterval |
( |
const shared_ptr< InitialPDFsSetterSinglePrecision > & |
kernel, |
|
|
const shared_ptr< StructuredBlockStorage > & |
blocks, |
|
|
const CellInterval & |
globalCellInterval, |
|
|
cell_idx_t |
ghostLayers = 1 |
|
) |
| |
|
inlinestatic |
◆ getSweepOnCellInterval() [2/2]
std::function< void(IBlock *)> walberla::pystencils::InitialPDFsSetterSinglePrecision::getSweepOnCellInterval |
( |
const shared_ptr< StructuredBlockStorage > & |
blocks, |
|
|
const CellInterval & |
globalCellInterval, |
|
|
cell_idx_t |
ghostLayers = 1 |
|
) |
| |
|
inline |
◆ operator()()
void walberla::pystencils::InitialPDFsSetterSinglePrecision::operator() |
( |
IBlock * |
block | ) |
|
|
inline |
◆ run()
void walberla::pystencils::InitialPDFsSetterSinglePrecision::run |
( |
IBlock * |
block | ) |
|
◆ runOnCellInterval()
void walberla::pystencils::InitialPDFsSetterSinglePrecision::runOnCellInterval |
( |
const shared_ptr< StructuredBlockStorage > & |
blocks, |
|
|
const CellInterval & |
globalCellInterval, |
|
|
cell_idx_t |
ghostLayers, |
|
|
IBlock * |
block |
|
) |
| |
◆ setRho_0()
void walberla::pystencils::InitialPDFsSetterSinglePrecision::setRho_0 |
( |
const float |
value | ) |
|
|
inline |
The documentation for this class was generated from the following files: