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