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