ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <CollideSweepSinglePrecisionLeesEdwards.h>
Public Member Functions | |
CollideSweepSinglePrecisionLeesEdwards (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< CollideSweepSinglePrecisionLeesEdwards > &kernel) |
static std::function< void(IBlock *)> | getSweepOnCellInterval (const shared_ptr< CollideSweepSinglePrecisionLeesEdwards > &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 CollideSweepSinglePrecisionLeesEdwards.h.
|
inline |
Definition at line 55 of file CollideSweepSinglePrecisionLeesEdwards.h.
|
inline |
Definition at line 96 of file CollideSweepSinglePrecisionLeesEdwards.h.
|
inline |
Definition at line 83 of file CollideSweepSinglePrecisionLeesEdwards.h.
References run().
|
inlinestatic |
Definition at line 70 of file CollideSweepSinglePrecisionLeesEdwards.h.
|
inlinestatic |
Definition at line 74 of file CollideSweepSinglePrecisionLeesEdwards.h.
|
inline |
Definition at line 88 of file CollideSweepSinglePrecisionLeesEdwards.h.
References runOnCellInterval().
|
inline |
Definition at line 67 of file CollideSweepSinglePrecisionLeesEdwards.h.
void walberla::pystencils::CollideSweepSinglePrecisionLeesEdwards::run | ( | IBlock * | block | ) |
Definition at line 158 of file CollideSweepSinglePrecisionLeesEdwards.cpp.
References block(), walberla::pystencils::internal_ab1f3bc3368574afb482da84ccb58898::collidesweepsingleprecisionleesedwards_collidesweepsingleprecisionleesedwards(), forceID, grid_size_, omega_shear_, pdfsID, RESTRICT, and v_s_.
Referenced by getSweep(), and operator()().
void walberla::pystencils::CollideSweepSinglePrecisionLeesEdwards::runOnCellInterval | ( | const shared_ptr< StructuredBlockStorage > & | blocks, |
const CellInterval & | globalCellInterval, | ||
cell_idx_t | ghostLayers, | ||
IBlock * | block | ||
) |
Definition at line 192 of file CollideSweepSinglePrecisionLeesEdwards.cpp.
References block(), walberla::pystencils::internal_ab1f3bc3368574afb482da84ccb58898::collidesweepsingleprecisionleesedwards_collidesweepsingleprecisionleesedwards(), forceID, grid_size_, omega_shear_, pdfsID, RESTRICT, and v_s_.
Referenced by getSweepOnCellInterval().
BlockDataID walberla::pystencils::CollideSweepSinglePrecisionLeesEdwards::forceID |
Definition at line 99 of file CollideSweepSinglePrecisionLeesEdwards.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::CollideSweepSinglePrecisionLeesEdwards::grid_size_ |
Definition at line 101 of file CollideSweepSinglePrecisionLeesEdwards.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::CollideSweepSinglePrecisionLeesEdwards::omega_shear_ |
Definition at line 102 of file CollideSweepSinglePrecisionLeesEdwards.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::CollideSweepSinglePrecisionLeesEdwards::pdfsID |
Definition at line 100 of file CollideSweepSinglePrecisionLeesEdwards.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::CollideSweepSinglePrecisionLeesEdwards::v_s_ |
Definition at line 103 of file CollideSweepSinglePrecisionLeesEdwards.h.
Referenced by run(), and runOnCellInterval().