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