![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <ReactionKernelIndexed_1_double_precision.h>
Classes | |
| struct | IndexInfo |
| class | IndexVectors |
Public Member Functions | |
| ReactionKernelIndexed_1_double_precision (const std::shared_ptr< StructuredBlockForest > &blocks, BlockDataID rho_0ID_, double order_0, double rate_coefficient, double stoech_0) | |
| ReactionKernelIndexed_1_double_precision (BlockDataID indexVectorID_, BlockDataID rho_0ID_, double order_0, double rate_coefficient, double stoech_0) | |
| void | run (IBlock *block) |
| void | operator() (IBlock *block) |
| void | inner (IBlock *block) |
| void | outer (IBlock *block) |
| Vector3< real_t > | getForce (IBlock *) |
| std::function< void(IBlock *)> | getSweep () |
| std::function< void(IBlock *)> | getInnerSweep () |
| std::function< void(IBlock *)> | getOuterSweep () |
| template<typename FlagField_T > | |
| void | fillFromFlagField (const std::shared_ptr< StructuredBlockForest > &blocks, ConstBlockDataID flagFieldID, FlagUID boundaryFlagUID, FlagUID domainFlagUID) |
| template<typename FlagField_T > | |
| void | fillFromFlagField (IBlock *block, ConstBlockDataID flagFieldID, FlagUID boundaryFlagUID, FlagUID domainFlagUID) |
Public Attributes | |
| BlockDataID | rho_0ID |
| double | order_0_ |
| double | rate_coefficient_ |
| double | stoech_0_ |
Definition at line 72 of file ReactionKernelIndexed_1_double_precision.h.
|
inline |
Definition at line 106 of file ReactionKernelIndexed_1_double_precision.h.
References stream.
|
inline |
Definition at line 119 of file ReactionKernelIndexed_1_double_precision.h.
|
inline |
Definition at line 154 of file ReactionKernelIndexed_1_double_precision.h.
References stream.
|
inline |
Definition at line 163 of file ReactionKernelIndexed_1_double_precision.h.
References walberla::pystencils::ReactionKernelIndexed_1_double_precision::IndexVectors::ALL, block(), walberla::pystencils::ReactionKernelIndexed_1_double_precision::IndexVectors::indexVector(), walberla::pystencils::ReactionKernelIndexed_1_double_precision::IndexVectors::INNER, inner(), walberla::pystencils::ReactionKernelIndexed_1_double_precision::IndexVectors::OUTER, and stream.
|
inline |
Definition at line 134 of file ReactionKernelIndexed_1_double_precision.h.
References stream.
|
inline |
Definition at line 145 of file ReactionKernelIndexed_1_double_precision.h.
References inner().
|
inline |
Definition at line 149 of file ReactionKernelIndexed_1_double_precision.h.
References outer().
|
inline |
Definition at line 141 of file ReactionKernelIndexed_1_double_precision.h.
References run().
| void walberla::pystencils::ReactionKernelIndexed_1_double_precision::inner | ( | IBlock * | block | ) |
Definition at line 104 of file ReactionKernelIndexed_1_double_precision.cpp.
References block(), and walberla::pystencils::ReactionKernelIndexed_1_double_precision::IndexVectors::INNER.
Referenced by fillFromFlagField(), and getInnerSweep().
|
inline |
Definition at line 128 of file ReactionKernelIndexed_1_double_precision.h.
| void walberla::pystencils::ReactionKernelIndexed_1_double_precision::outer | ( | IBlock * | block | ) |
Definition at line 108 of file ReactionKernelIndexed_1_double_precision.cpp.
References block(), and walberla::pystencils::ReactionKernelIndexed_1_double_precision::IndexVectors::OUTER.
Referenced by getOuterSweep().
| void walberla::pystencils::ReactionKernelIndexed_1_double_precision::run | ( | IBlock * | block | ) |
Definition at line 100 of file ReactionKernelIndexed_1_double_precision.cpp.
References walberla::pystencils::ReactionKernelIndexed_1_double_precision::IndexVectors::ALL, and block().
Referenced by getSweep(), and operator()().
| double walberla::pystencils::ReactionKernelIndexed_1_double_precision::order_0_ |
Definition at line 217 of file ReactionKernelIndexed_1_double_precision.h.
| double walberla::pystencils::ReactionKernelIndexed_1_double_precision::rate_coefficient_ |
Definition at line 218 of file ReactionKernelIndexed_1_double_precision.h.
| BlockDataID walberla::pystencils::ReactionKernelIndexed_1_double_precision::rho_0ID |
Definition at line 216 of file ReactionKernelIndexed_1_double_precision.h.
| double walberla::pystencils::ReactionKernelIndexed_1_double_precision::stoech_0_ |
Definition at line 219 of file ReactionKernelIndexed_1_double_precision.h.