ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <ReactionKernelBulk_2_single_precision.h>
Public Member Functions | |
ReactionKernelBulk_2_single_precision (BlockDataID rho_0ID_, BlockDataID rho_1ID_, float order_0, float order_1, float rate_coefficient, float stoech_0, float stoech_1) | |
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_2_single_precision > &kernel) |
static std::function< void(IBlock *)> | getSweepOnCellInterval (const shared_ptr< ReactionKernelBulk_2_single_precision > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1) |
Public Attributes | |
BlockDataID | rho_0ID |
BlockDataID | rho_1ID |
float | order_0_ |
float | order_1_ |
float | rate_coefficient_ |
float | stoech_0_ |
float | stoech_1_ |
Definition at line 53 of file ReactionKernelBulk_2_single_precision.h.
|
inline |
Definition at line 55 of file ReactionKernelBulk_2_single_precision.h.
|
inline |
Definition at line 98 of file ReactionKernelBulk_2_single_precision.h.
|
inline |
Definition at line 85 of file ReactionKernelBulk_2_single_precision.h.
References run().
|
inlinestatic |
Definition at line 72 of file ReactionKernelBulk_2_single_precision.h.
|
inlinestatic |
Definition at line 76 of file ReactionKernelBulk_2_single_precision.h.
|
inline |
Definition at line 90 of file ReactionKernelBulk_2_single_precision.h.
References runOnCellInterval().
|
inline |
Definition at line 69 of file ReactionKernelBulk_2_single_precision.h.
void walberla::pystencils::ReactionKernelBulk_2_single_precision::run | ( | IBlock * | block | ) |
Definition at line 64 of file ReactionKernelBulk_2_single_precision.cpp.
References block(), order_0_, order_1_, rate_coefficient_, walberla::pystencils::internal_6de92b64acc501777cd14903620af26b::reactionkernelbulk_2_single_precision_reactionkernelbulk_2_single_precision(), RESTRICT, rho_0ID, rho_1ID, stoech_0_, and stoech_1_.
Referenced by getSweep(), and operator()().
void walberla::pystencils::ReactionKernelBulk_2_single_precision::runOnCellInterval | ( | const shared_ptr< StructuredBlockStorage > & | blocks, |
const CellInterval & | globalCellInterval, | ||
cell_idx_t | ghostLayers, | ||
IBlock * | block | ||
) |
Definition at line 93 of file ReactionKernelBulk_2_single_precision.cpp.
References block(), order_0_, order_1_, rate_coefficient_, walberla::pystencils::internal_6de92b64acc501777cd14903620af26b::reactionkernelbulk_2_single_precision_reactionkernelbulk_2_single_precision(), RESTRICT, rho_0ID, rho_1ID, stoech_0_, and stoech_1_.
Referenced by getSweepOnCellInterval().
float walberla::pystencils::ReactionKernelBulk_2_single_precision::order_0_ |
Definition at line 103 of file ReactionKernelBulk_2_single_precision.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::ReactionKernelBulk_2_single_precision::order_1_ |
Definition at line 104 of file ReactionKernelBulk_2_single_precision.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::ReactionKernelBulk_2_single_precision::rate_coefficient_ |
Definition at line 105 of file ReactionKernelBulk_2_single_precision.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::ReactionKernelBulk_2_single_precision::rho_0ID |
Definition at line 101 of file ReactionKernelBulk_2_single_precision.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::ReactionKernelBulk_2_single_precision::rho_1ID |
Definition at line 102 of file ReactionKernelBulk_2_single_precision.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::ReactionKernelBulk_2_single_precision::stoech_0_ |
Definition at line 106 of file ReactionKernelBulk_2_single_precision.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::ReactionKernelBulk_2_single_precision::stoech_1_ |
Definition at line 107 of file ReactionKernelBulk_2_single_precision.h.
Referenced by run(), and runOnCellInterval().