![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <UpdateVelFromPDFSinglePrecisionAVX.h>
Public Member Functions | |
| UpdateVelFromPDFSinglePrecisionAVX (BlockDataID forceID_, BlockDataID pdfsID_, BlockDataID velocityID_) | |
| 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 > &, IBlock *) |
Static Public Member Functions | |
| static std::function< void(IBlock *)> | getSweep (const shared_ptr< UpdateVelFromPDFSinglePrecisionAVX > &kernel) |
| static std::function< void(IBlock *)> | getSweepOnCellInterval (const shared_ptr< UpdateVelFromPDFSinglePrecisionAVX > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1) |
Definition at line 55 of file UpdateVelFromPDFSinglePrecisionAVX.h.
|
inline |
Definition at line 57 of file UpdateVelFromPDFSinglePrecisionAVX.h.
|
inline |
Definition at line 96 of file UpdateVelFromPDFSinglePrecisionAVX.h.
|
inline |
Definition at line 83 of file UpdateVelFromPDFSinglePrecisionAVX.h.
References run().
|
inlinestatic |
Definition at line 70 of file UpdateVelFromPDFSinglePrecisionAVX.h.
|
inline |
Definition at line 88 of file UpdateVelFromPDFSinglePrecisionAVX.h.
References runOnCellInterval().
|
inlinestatic |
Definition at line 74 of file UpdateVelFromPDFSinglePrecisionAVX.h.
|
inline |
Definition at line 67 of file UpdateVelFromPDFSinglePrecisionAVX.h.
| void walberla::pystencils::UpdateVelFromPDFSinglePrecisionAVX::run | ( | IBlock * | block | ) |
Definition at line 101 of file UpdateVelFromPDFSinglePrecisionAVX.cpp.
References block(), RESTRICT, walberla::pystencils::internal_9f3cf46adc24d4ebfb8e08168d5e7562::updatevelfrompdfsingleprecisionavx_updatevelfrompdfsingleprecisionavx(), and velocity().
Referenced by getSweep(), and operator()().
| void walberla::pystencils::UpdateVelFromPDFSinglePrecisionAVX::runOnCellInterval | ( | const shared_ptr< StructuredBlockStorage > & | blocks, |
| const CellInterval & | globalCellInterval, | ||
| cell_idx_t | ghostLayers, | ||
| IBlock * | block | ||
| ) |
Definition at line 143 of file UpdateVelFromPDFSinglePrecisionAVX.cpp.
References block(), RESTRICT, walberla::pystencils::internal_9f3cf46adc24d4ebfb8e08168d5e7562::updatevelfrompdfsingleprecisionavx_updatevelfrompdfsingleprecisionavx(), and velocity().
Referenced by getSweepOnCellInterval().