#include <DiffusiveFluxKernelThermalized_single_precision.h>
|
| DiffusiveFluxKernelThermalized_single_precision (BlockDataID jID_, BlockDataID rhoID_, float D, uint32_t field_size_0, uint32_t field_size_1, uint32_t field_size_2, uint32_t seed, uint32_t time_step) |
|
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 > &blocks, IBlock *block) |
|
float | getD () const |
|
uint32_t | getBlock_offset_0 () const |
|
uint32_t | getBlock_offset_1 () const |
|
uint32_t | getBlock_offset_2 () const |
|
uint32_t | getField_size_0 () const |
|
uint32_t | getField_size_1 () const |
|
uint32_t | getField_size_2 () const |
|
uint32_t | getSeed () const |
|
uint32_t | getTime_step () const |
|
void | setD (const float value) |
|
void | setBlock_offset_0 (const uint32_t value) |
|
void | setBlock_offset_1 (const uint32_t value) |
|
void | setBlock_offset_2 (const uint32_t value) |
|
void | setField_size_0 (const uint32_t value) |
|
void | setField_size_1 (const uint32_t value) |
|
void | setField_size_2 (const uint32_t value) |
|
void | setSeed (const uint32_t value) |
|
void | setTime_step (const uint32_t value) |
|
◆ DiffusiveFluxKernelThermalized_single_precision()
walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::DiffusiveFluxKernelThermalized_single_precision |
( |
BlockDataID |
jID_, |
|
|
BlockDataID |
rhoID_, |
|
|
float |
D, |
|
|
uint32_t |
field_size_0, |
|
|
uint32_t |
field_size_1, |
|
|
uint32_t |
field_size_2, |
|
|
uint32_t |
seed, |
|
|
uint32_t |
time_step |
|
) |
| |
|
inline |
◆ configure()
void walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::configure |
( |
const shared_ptr< StructuredBlockStorage > & |
blocks, |
|
|
IBlock * |
block |
|
) |
| |
|
inline |
◆ getBlock_offset_0()
uint32_t walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::getBlock_offset_0 |
( |
| ) |
const |
|
inline |
◆ getBlock_offset_1()
uint32_t walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::getBlock_offset_1 |
( |
| ) |
const |
|
inline |
◆ getBlock_offset_2()
uint32_t walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::getBlock_offset_2 |
( |
| ) |
const |
|
inline |
◆ getD()
float walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::getD |
( |
| ) |
const |
|
inline |
◆ getField_size_0()
uint32_t walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::getField_size_0 |
( |
| ) |
const |
|
inline |
◆ getField_size_1()
uint32_t walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::getField_size_1 |
( |
| ) |
const |
|
inline |
◆ getField_size_2()
uint32_t walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::getField_size_2 |
( |
| ) |
const |
|
inline |
◆ getSeed()
uint32_t walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::getSeed |
( |
| ) |
const |
|
inline |
◆ getSweep() [1/2]
std::function< void(IBlock *)> walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::getSweep |
( |
| ) |
|
|
inline |
◆ getSweep() [2/2]
◆ getSweepOnCellInterval() [1/2]
static std::function< void(IBlock *)> walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::getSweepOnCellInterval |
( |
const shared_ptr< DiffusiveFluxKernelThermalized_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::DiffusiveFluxKernelThermalized_single_precision::getSweepOnCellInterval |
( |
const shared_ptr< StructuredBlockStorage > & |
blocks, |
|
|
const CellInterval & |
globalCellInterval, |
|
|
cell_idx_t |
ghostLayers = 1 |
|
) |
| |
|
inline |
◆ getTime_step()
uint32_t walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::getTime_step |
( |
| ) |
const |
|
inline |
◆ operator()()
void walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::operator() |
( |
IBlock * |
block | ) |
|
|
inline |
◆ run()
void walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::run |
( |
IBlock * |
block | ) |
|
◆ runOnCellInterval()
void walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::runOnCellInterval |
( |
const shared_ptr< StructuredBlockStorage > & |
blocks, |
|
|
const CellInterval & |
globalCellInterval, |
|
|
cell_idx_t |
ghostLayers, |
|
|
IBlock * |
block |
|
) |
| |
◆ setBlock_offset_0()
void walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::setBlock_offset_0 |
( |
const uint32_t |
value | ) |
|
|
inline |
◆ setBlock_offset_1()
void walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::setBlock_offset_1 |
( |
const uint32_t |
value | ) |
|
|
inline |
◆ setBlock_offset_2()
void walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::setBlock_offset_2 |
( |
const uint32_t |
value | ) |
|
|
inline |
◆ setD()
void walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::setD |
( |
const float |
value | ) |
|
|
inline |
◆ setField_size_0()
void walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::setField_size_0 |
( |
const uint32_t |
value | ) |
|
|
inline |
◆ setField_size_1()
void walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::setField_size_1 |
( |
const uint32_t |
value | ) |
|
|
inline |
◆ setField_size_2()
void walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::setField_size_2 |
( |
const uint32_t |
value | ) |
|
|
inline |
◆ setSeed()
void walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::setSeed |
( |
const uint32_t |
value | ) |
|
|
inline |
◆ setTime_step()
void walberla::pystencils::DiffusiveFluxKernelThermalized_single_precision::setTime_step |
( |
const uint32_t |
value | ) |
|
|
inline |
The documentation for this class was generated from the following files: