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