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