ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <StreamSweepSinglePrecisionAVX.h>
Public Member Functions | |
StreamSweepSinglePrecisionAVX (BlockDataID forceID_, BlockDataID pdfsID_, BlockDataID velocityID_) | |
~StreamSweepSinglePrecisionAVX () | |
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< StreamSweepSinglePrecisionAVX > &kernel) |
static std::function< void(IBlock *)> | getSweepOnCellInterval (const shared_ptr< StreamSweepSinglePrecisionAVX > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1) |
Public Attributes | |
BlockDataID | forceID |
BlockDataID | pdfsID |
BlockDataID | velocityID |
Definition at line 53 of file StreamSweepSinglePrecisionAVX.h.
|
inline |
Definition at line 55 of file StreamSweepSinglePrecisionAVX.h.
|
inline |
Definition at line 59 of file StreamSweepSinglePrecisionAVX.h.
|
inline |
Definition at line 100 of file StreamSweepSinglePrecisionAVX.h.
|
inline |
Definition at line 87 of file StreamSweepSinglePrecisionAVX.h.
References run().
|
inlinestatic |
Definition at line 74 of file StreamSweepSinglePrecisionAVX.h.
|
inlinestatic |
Definition at line 78 of file StreamSweepSinglePrecisionAVX.h.
|
inline |
Definition at line 92 of file StreamSweepSinglePrecisionAVX.h.
References runOnCellInterval().
|
inline |
Definition at line 71 of file StreamSweepSinglePrecisionAVX.h.
void walberla::pystencils::StreamSweepSinglePrecisionAVX::run | ( | IBlock * | block | ) |
Definition at line 167 of file StreamSweepSinglePrecisionAVX.cpp.
References block(), forceID, pdfsID, RESTRICT, walberla::pystencils::internal_5e7ed0276adbfbb1ac4789ac0a0f54c4::streamsweepsingleprecisionavx_streamsweepsingleprecisionavx(), velocity(), and velocityID.
Referenced by getSweep(), and operator()().
void walberla::pystencils::StreamSweepSinglePrecisionAVX::runOnCellInterval | ( | const shared_ptr< StructuredBlockStorage > & | blocks, |
const CellInterval & | globalCellInterval, | ||
cell_idx_t | ghostLayers, | ||
IBlock * | block | ||
) |
Definition at line 228 of file StreamSweepSinglePrecisionAVX.cpp.
References block(), forceID, pdfsID, RESTRICT, walberla::pystencils::internal_5e7ed0276adbfbb1ac4789ac0a0f54c4::streamsweepsingleprecisionavx_streamsweepsingleprecisionavx(), velocity(), and velocityID.
Referenced by getSweepOnCellInterval().
BlockDataID walberla::pystencils::StreamSweepSinglePrecisionAVX::forceID |
Definition at line 103 of file StreamSweepSinglePrecisionAVX.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::StreamSweepSinglePrecisionAVX::pdfsID |
Definition at line 104 of file StreamSweepSinglePrecisionAVX.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::StreamSweepSinglePrecisionAVX::velocityID |
Definition at line 105 of file StreamSweepSinglePrecisionAVX.h.
Referenced by run(), and runOnCellInterval().