ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <ReactionKernelBulk_1_double_precision.h>
Public Member Functions | |
ReactionKernelBulk_1_double_precision (BlockDataID rho_0ID_, double order_0, double rate_coefficient, double stoech_0) | |
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< ReactionKernelBulk_1_double_precision > &kernel) |
static std::function< void(IBlock *)> | getSweepOnCellInterval (const shared_ptr< ReactionKernelBulk_1_double_precision > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1) |
Public Attributes | |
BlockDataID | rho_0ID |
double | order_0_ |
double | rate_coefficient_ |
double | stoech_0_ |
Definition at line 53 of file ReactionKernelBulk_1_double_precision.h.
|
inline |
Definition at line 55 of file ReactionKernelBulk_1_double_precision.h.
|
inline |
Definition at line 96 of file ReactionKernelBulk_1_double_precision.h.
|
inline |
Definition at line 83 of file ReactionKernelBulk_1_double_precision.h.
References run().
|
inlinestatic |
Definition at line 70 of file ReactionKernelBulk_1_double_precision.h.
|
inlinestatic |
Definition at line 74 of file ReactionKernelBulk_1_double_precision.h.
|
inline |
Definition at line 88 of file ReactionKernelBulk_1_double_precision.h.
References runOnCellInterval().
|
inline |
Definition at line 67 of file ReactionKernelBulk_1_double_precision.h.
void walberla::pystencils::ReactionKernelBulk_1_double_precision::run | ( | IBlock * | block | ) |
Definition at line 62 of file ReactionKernelBulk_1_double_precision.cpp.
References block(), order_0_, rate_coefficient_, walberla::pystencils::internal_a94c3c474646ee6905a4b90e8ccc47e6::reactionkernelbulk_1_double_precision_reactionkernelbulk_1_double_precision(), RESTRICT, rho_0ID, and stoech_0_.
Referenced by getSweep(), and operator()().
void walberla::pystencils::ReactionKernelBulk_1_double_precision::runOnCellInterval | ( | const shared_ptr< StructuredBlockStorage > & | blocks, |
const CellInterval & | globalCellInterval, | ||
cell_idx_t | ghostLayers, | ||
IBlock * | block | ||
) |
Definition at line 83 of file ReactionKernelBulk_1_double_precision.cpp.
References block(), order_0_, rate_coefficient_, walberla::pystencils::internal_a94c3c474646ee6905a4b90e8ccc47e6::reactionkernelbulk_1_double_precision_reactionkernelbulk_1_double_precision(), RESTRICT, rho_0ID, and stoech_0_.
Referenced by getSweepOnCellInterval().
double walberla::pystencils::ReactionKernelBulk_1_double_precision::order_0_ |
Definition at line 100 of file ReactionKernelBulk_1_double_precision.h.
Referenced by run(), and runOnCellInterval().
double walberla::pystencils::ReactionKernelBulk_1_double_precision::rate_coefficient_ |
Definition at line 101 of file ReactionKernelBulk_1_double_precision.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::ReactionKernelBulk_1_double_precision::rho_0ID |
Definition at line 99 of file ReactionKernelBulk_1_double_precision.h.
Referenced by run(), and runOnCellInterval().
double walberla::pystencils::ReactionKernelBulk_1_double_precision::stoech_0_ |
Definition at line 102 of file ReactionKernelBulk_1_double_precision.h.
Referenced by run(), and runOnCellInterval().