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