ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <CollideSweepSinglePrecisionLeesEdwardsAVX.h>
Public Member Functions | |
CollideSweepSinglePrecisionLeesEdwardsAVX (BlockDataID forceID_, BlockDataID pdfsID_, float grid_size, float omega_shear, float v_s) | |
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< CollideSweepSinglePrecisionLeesEdwardsAVX > &kernel) |
static std::function< void(IBlock *)> | getSweepOnCellInterval (const shared_ptr< CollideSweepSinglePrecisionLeesEdwardsAVX > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1) |
Public Attributes | |
BlockDataID | forceID |
BlockDataID | pdfsID |
float | grid_size_ |
float | omega_shear_ |
float | v_s_ |
Definition at line 53 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.
|
inline |
Definition at line 55 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.
|
inline |
Definition at line 97 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.
|
inline |
Definition at line 84 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.
References run().
|
inlinestatic |
Definition at line 70 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.
|
inlinestatic |
Definition at line 75 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.
|
inline |
Definition at line 89 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.
References runOnCellInterval().
|
inline |
Definition at line 68 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.
void walberla::pystencils::CollideSweepSinglePrecisionLeesEdwardsAVX::run | ( | IBlock * | block | ) |
Definition at line 261 of file CollideSweepSinglePrecisionLeesEdwardsAVX.cpp.
References block(), walberla::pystencils::internal_9a18f2f4073cdcc5365cdfddb752069e::collidesweepsingleprecisionleesedwardsavx_collidesweepsingleprecisionleesedwardsavx(), forceID, grid_size_, omega_shear_, pdfsID, RESTRICT, and v_s_.
Referenced by getSweep(), and operator()().
void walberla::pystencils::CollideSweepSinglePrecisionLeesEdwardsAVX::runOnCellInterval | ( | const shared_ptr< StructuredBlockStorage > & | blocks, |
const CellInterval & | globalCellInterval, | ||
cell_idx_t | ghostLayers, | ||
IBlock * | block | ||
) |
Definition at line 298 of file CollideSweepSinglePrecisionLeesEdwardsAVX.cpp.
References block(), walberla::pystencils::internal_9a18f2f4073cdcc5365cdfddb752069e::collidesweepsingleprecisionleesedwardsavx_collidesweepsingleprecisionleesedwardsavx(), forceID, grid_size_, omega_shear_, pdfsID, RESTRICT, and v_s_.
Referenced by getSweepOnCellInterval().
BlockDataID walberla::pystencils::CollideSweepSinglePrecisionLeesEdwardsAVX::forceID |
Definition at line 100 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::CollideSweepSinglePrecisionLeesEdwardsAVX::grid_size_ |
Definition at line 102 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::CollideSweepSinglePrecisionLeesEdwardsAVX::omega_shear_ |
Definition at line 103 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::CollideSweepSinglePrecisionLeesEdwardsAVX::pdfsID |
Definition at line 101 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::CollideSweepSinglePrecisionLeesEdwardsAVX::v_s_ |
Definition at line 104 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.
Referenced by run(), and runOnCellInterval().