ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <FrictionCouplingKernel_single_precision.h>
Public Member Functions | |
FrictionCouplingKernel_single_precision (BlockDataID fID_, BlockDataID jID_, float D, float kT) | |
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< FrictionCouplingKernel_single_precision > &kernel) |
static std::function< void(IBlock *)> | getSweepOnCellInterval (const shared_ptr< FrictionCouplingKernel_single_precision > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1) |
Public Attributes | |
BlockDataID | fID |
BlockDataID | jID |
float | D_ |
float | kT_ |
Definition at line 53 of file FrictionCouplingKernel_single_precision.h.
|
inline |
Definition at line 55 of file FrictionCouplingKernel_single_precision.h.
|
inline |
Definition at line 94 of file FrictionCouplingKernel_single_precision.h.
|
inline |
Definition at line 81 of file FrictionCouplingKernel_single_precision.h.
References run().
|
inlinestatic |
Definition at line 68 of file FrictionCouplingKernel_single_precision.h.
|
inlinestatic |
Definition at line 72 of file FrictionCouplingKernel_single_precision.h.
|
inline |
Definition at line 86 of file FrictionCouplingKernel_single_precision.h.
References runOnCellInterval().
|
inline |
Definition at line 65 of file FrictionCouplingKernel_single_precision.h.
void walberla::pystencils::FrictionCouplingKernel_single_precision::run | ( | IBlock * | block | ) |
Definition at line 62 of file FrictionCouplingKernel_single_precision.cpp.
References block(), D_, fID, walberla::pystencils::internal_910e9429dc8b77dbed969a16d3f227fb::frictioncouplingkernel_single_precision_frictioncouplingkernel_single_precision(), jID, kT_, and RESTRICT.
Referenced by getSweep(), and operator()().
void walberla::pystencils::FrictionCouplingKernel_single_precision::runOnCellInterval | ( | const shared_ptr< StructuredBlockStorage > & | blocks, |
const CellInterval & | globalCellInterval, | ||
cell_idx_t | ghostLayers, | ||
IBlock * | block | ||
) |
Definition at line 90 of file FrictionCouplingKernel_single_precision.cpp.
References block(), D_, fID, walberla::pystencils::internal_910e9429dc8b77dbed969a16d3f227fb::frictioncouplingkernel_single_precision_frictioncouplingkernel_single_precision(), jID, kT_, and RESTRICT.
Referenced by getSweepOnCellInterval().
float walberla::pystencils::FrictionCouplingKernel_single_precision::D_ |
Definition at line 99 of file FrictionCouplingKernel_single_precision.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::FrictionCouplingKernel_single_precision::fID |
Definition at line 97 of file FrictionCouplingKernel_single_precision.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::FrictionCouplingKernel_single_precision::jID |
Definition at line 98 of file FrictionCouplingKernel_single_precision.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::FrictionCouplingKernel_single_precision::kT_ |
Definition at line 100 of file FrictionCouplingKernel_single_precision.h.
Referenced by run(), and runOnCellInterval().