ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <AdvectiveFluxKernel_single_precision.h>
Public Member Functions | |
AdvectiveFluxKernel_single_precision (BlockDataID jID_, BlockDataID rhoID_, BlockDataID uID_) | |
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< AdvectiveFluxKernel_single_precision > &kernel) |
static std::function< void(IBlock *)> | getSweepOnCellInterval (const shared_ptr< AdvectiveFluxKernel_single_precision > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1) |
Public Attributes | |
BlockDataID | jID |
BlockDataID | rhoID |
BlockDataID | uID |
Definition at line 53 of file AdvectiveFluxKernel_single_precision.h.
|
inline |
Definition at line 55 of file AdvectiveFluxKernel_single_precision.h.
|
inline |
Definition at line 94 of file AdvectiveFluxKernel_single_precision.h.
|
inline |
Definition at line 81 of file AdvectiveFluxKernel_single_precision.h.
References run().
|
inlinestatic |
Definition at line 68 of file AdvectiveFluxKernel_single_precision.h.
|
inlinestatic |
Definition at line 72 of file AdvectiveFluxKernel_single_precision.h.
|
inline |
Definition at line 86 of file AdvectiveFluxKernel_single_precision.h.
References runOnCellInterval().
|
inline |
Definition at line 65 of file AdvectiveFluxKernel_single_precision.h.
void walberla::pystencils::AdvectiveFluxKernel_single_precision::run | ( | IBlock * | block | ) |
Definition at line 6750 of file AdvectiveFluxKernel_single_precision.cpp.
References walberla::pystencils::internal_47df4b171f276b8c3a55fc08d45e245e::advectivefluxkernel_single_precision_advectivefluxkernel_single_precision(), block(), jID, RESTRICT, rhoID, and uID.
Referenced by getSweep(), and operator()().
void walberla::pystencils::AdvectiveFluxKernel_single_precision::runOnCellInterval | ( | const shared_ptr< StructuredBlockStorage > & | blocks, |
const CellInterval & | globalCellInterval, | ||
cell_idx_t | ghostLayers, | ||
IBlock * | block | ||
) |
Definition at line 6782 of file AdvectiveFluxKernel_single_precision.cpp.
References walberla::pystencils::internal_47df4b171f276b8c3a55fc08d45e245e::advectivefluxkernel_single_precision_advectivefluxkernel_single_precision(), block(), jID, RESTRICT, rhoID, and uID.
Referenced by getSweepOnCellInterval().
BlockDataID walberla::pystencils::AdvectiveFluxKernel_single_precision::jID |
Definition at line 97 of file AdvectiveFluxKernel_single_precision.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::AdvectiveFluxKernel_single_precision::rhoID |
Definition at line 98 of file AdvectiveFluxKernel_single_precision.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::AdvectiveFluxKernel_single_precision::uID |
Definition at line 99 of file AdvectiveFluxKernel_single_precision.h.
Referenced by run(), and runOnCellInterval().