ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <CollideSweepSinglePrecisionThermalizedAVX.h>
Public Member Functions | |
CollideSweepSinglePrecisionThermalizedAVX (BlockDataID forceID_, BlockDataID pdfsID_, float kT, float omega_bulk, float omega_even, float omega_odd, float omega_shear, 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) |
Static Public Member Functions | |
static std::function< void(IBlock *)> | getSweep (const shared_ptr< CollideSweepSinglePrecisionThermalizedAVX > &kernel) |
static std::function< void(IBlock *)> | getSweepOnCellInterval (const shared_ptr< CollideSweepSinglePrecisionThermalizedAVX > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1) |
Public Attributes | |
BlockDataID | forceID |
BlockDataID | pdfsID |
uint32_t | block_offset_0_ |
uint32_t | block_offset_1_ |
uint32_t | block_offset_2_ |
float | kT_ |
float | omega_bulk_ |
float | omega_even_ |
float | omega_odd_ |
float | omega_shear_ |
uint32_t | seed_ |
uint32_t | time_step_ |
bool | configured_ |
Definition at line 53 of file CollideSweepSinglePrecisionThermalizedAVX.h.
|
inline |
Definition at line 55 of file CollideSweepSinglePrecisionThermalizedAVX.h.
|
inline |
Definition at line 100 of file CollideSweepSinglePrecisionThermalizedAVX.h.
References block_offset_0_, block_offset_1_, block_offset_2_, and configured_.
|
inline |
Definition at line 87 of file CollideSweepSinglePrecisionThermalizedAVX.h.
References run().
|
inlinestatic |
Definition at line 73 of file CollideSweepSinglePrecisionThermalizedAVX.h.
|
inlinestatic |
Definition at line 78 of file CollideSweepSinglePrecisionThermalizedAVX.h.
|
inline |
Definition at line 92 of file CollideSweepSinglePrecisionThermalizedAVX.h.
References runOnCellInterval().
|
inline |
Definition at line 71 of file CollideSweepSinglePrecisionThermalizedAVX.h.
void walberla::pystencils::CollideSweepSinglePrecisionThermalizedAVX::run | ( | IBlock * | block | ) |
Definition at line 741 of file CollideSweepSinglePrecisionThermalizedAVX.cpp.
References block(), block_offset_0_, block_offset_1_, block_offset_2_, walberla::pystencils::internal_48c9ee502281a70505dce0378c55abd5::collidesweepsingleprecisionthermalizedavx_collidesweepsingleprecisionthermalizedavx(), configured_, forceID, kT_, omega_bulk_, omega_even_, omega_odd_, omega_shear_, pdfsID, RESTRICT, seed_, and time_step_.
Referenced by getSweep(), and operator()().
void walberla::pystencils::CollideSweepSinglePrecisionThermalizedAVX::runOnCellInterval | ( | const shared_ptr< StructuredBlockStorage > & | blocks, |
const CellInterval & | globalCellInterval, | ||
cell_idx_t | ghostLayers, | ||
IBlock * | block | ||
) |
Definition at line 787 of file CollideSweepSinglePrecisionThermalizedAVX.cpp.
References block(), block_offset_0_, block_offset_1_, block_offset_2_, walberla::pystencils::internal_48c9ee502281a70505dce0378c55abd5::collidesweepsingleprecisionthermalizedavx_collidesweepsingleprecisionthermalizedavx(), configured_, forceID, kT_, omega_bulk_, omega_even_, omega_odd_, omega_shear_, pdfsID, RESTRICT, seed_, and time_step_.
Referenced by getSweepOnCellInterval().
uint32_t walberla::pystencils::CollideSweepSinglePrecisionThermalizedAVX::block_offset_0_ |
Definition at line 111 of file CollideSweepSinglePrecisionThermalizedAVX.h.
Referenced by configure(), run(), and runOnCellInterval().
uint32_t walberla::pystencils::CollideSweepSinglePrecisionThermalizedAVX::block_offset_1_ |
Definition at line 112 of file CollideSweepSinglePrecisionThermalizedAVX.h.
Referenced by configure(), run(), and runOnCellInterval().
uint32_t walberla::pystencils::CollideSweepSinglePrecisionThermalizedAVX::block_offset_2_ |
Definition at line 113 of file CollideSweepSinglePrecisionThermalizedAVX.h.
Referenced by configure(), run(), and runOnCellInterval().
bool walberla::pystencils::CollideSweepSinglePrecisionThermalizedAVX::configured_ |
Definition at line 121 of file CollideSweepSinglePrecisionThermalizedAVX.h.
Referenced by configure(), run(), and runOnCellInterval().
BlockDataID walberla::pystencils::CollideSweepSinglePrecisionThermalizedAVX::forceID |
Definition at line 109 of file CollideSweepSinglePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::CollideSweepSinglePrecisionThermalizedAVX::kT_ |
Definition at line 114 of file CollideSweepSinglePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::CollideSweepSinglePrecisionThermalizedAVX::omega_bulk_ |
Definition at line 115 of file CollideSweepSinglePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::CollideSweepSinglePrecisionThermalizedAVX::omega_even_ |
Definition at line 116 of file CollideSweepSinglePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::CollideSweepSinglePrecisionThermalizedAVX::omega_odd_ |
Definition at line 117 of file CollideSweepSinglePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::CollideSweepSinglePrecisionThermalizedAVX::omega_shear_ |
Definition at line 118 of file CollideSweepSinglePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::CollideSweepSinglePrecisionThermalizedAVX::pdfsID |
Definition at line 110 of file CollideSweepSinglePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().
uint32_t walberla::pystencils::CollideSweepSinglePrecisionThermalizedAVX::seed_ |
Definition at line 119 of file CollideSweepSinglePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().
uint32_t walberla::pystencils::CollideSweepSinglePrecisionThermalizedAVX::time_step_ |
Definition at line 120 of file CollideSweepSinglePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().