ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
walberla::pystencils::ReactionKernelBulk_5_single_precision Class Reference

#include <ReactionKernelBulk_5_single_precision.h>

Public Member Functions

 ReactionKernelBulk_5_single_precision (BlockDataID rho_0ID_, BlockDataID rho_1ID_, BlockDataID rho_2ID_, BlockDataID rho_3ID_, BlockDataID rho_4ID_, float order_0, float order_1, float order_2, float order_3, float order_4, float rate_coefficient, float stoech_0, float stoech_1, float stoech_2, float stoech_3, float stoech_4)
 
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 *)
 
float getOrder_0 () const
 
float getOrder_1 () const
 
float getOrder_2 () const
 
float getOrder_3 () const
 
float getOrder_4 () const
 
float getRate_coefficient () const
 
float getStoech_0 () const
 
float getStoech_1 () const
 
float getStoech_2 () const
 
float getStoech_3 () const
 
float getStoech_4 () const
 
void setOrder_0 (const float value)
 
void setOrder_1 (const float value)
 
void setOrder_2 (const float value)
 
void setOrder_3 (const float value)
 
void setOrder_4 (const float value)
 
void setRate_coefficient (const float value)
 
void setStoech_0 (const float value)
 
void setStoech_1 (const float value)
 
void setStoech_2 (const float value)
 
void setStoech_3 (const float value)
 
void setStoech_4 (const float value)
 

Static Public Member Functions

static std::function< void(IBlock *)> getSweep (const shared_ptr< ReactionKernelBulk_5_single_precision > &kernel)
 
static std::function< void(IBlock *)> getSweepOnCellInterval (const shared_ptr< ReactionKernelBulk_5_single_precision > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
 

Detailed Description

Definition at line 55 of file ReactionKernelBulk_5_single_precision.h.

Constructor & Destructor Documentation

◆ ReactionKernelBulk_5_single_precision()

walberla::pystencils::ReactionKernelBulk_5_single_precision::ReactionKernelBulk_5_single_precision ( BlockDataID  rho_0ID_,
BlockDataID  rho_1ID_,
BlockDataID  rho_2ID_,
BlockDataID  rho_3ID_,
BlockDataID  rho_4ID_,
float  order_0,
float  order_1,
float  order_2,
float  order_3,
float  order_4,
float  rate_coefficient,
float  stoech_0,
float  stoech_1,
float  stoech_2,
float  stoech_3,
float  stoech_4 
)
inline

Definition at line 57 of file ReactionKernelBulk_5_single_precision.h.

Member Function Documentation

◆ configure()

void walberla::pystencils::ReactionKernelBulk_5_single_precision::configure ( const shared_ptr< StructuredBlockStorage > &  ,
IBlock *   
)
inline

Definition at line 105 of file ReactionKernelBulk_5_single_precision.h.

◆ getOrder_0()

float walberla::pystencils::ReactionKernelBulk_5_single_precision::getOrder_0 ( ) const
inline

Definition at line 108 of file ReactionKernelBulk_5_single_precision.h.

◆ getOrder_1()

float walberla::pystencils::ReactionKernelBulk_5_single_precision::getOrder_1 ( ) const
inline

Definition at line 109 of file ReactionKernelBulk_5_single_precision.h.

◆ getOrder_2()

float walberla::pystencils::ReactionKernelBulk_5_single_precision::getOrder_2 ( ) const
inline

Definition at line 110 of file ReactionKernelBulk_5_single_precision.h.

◆ getOrder_3()

float walberla::pystencils::ReactionKernelBulk_5_single_precision::getOrder_3 ( ) const
inline

Definition at line 111 of file ReactionKernelBulk_5_single_precision.h.

◆ getOrder_4()

float walberla::pystencils::ReactionKernelBulk_5_single_precision::getOrder_4 ( ) const
inline

Definition at line 112 of file ReactionKernelBulk_5_single_precision.h.

◆ getRate_coefficient()

float walberla::pystencils::ReactionKernelBulk_5_single_precision::getRate_coefficient ( ) const
inline

Definition at line 113 of file ReactionKernelBulk_5_single_precision.h.

◆ getStoech_0()

float walberla::pystencils::ReactionKernelBulk_5_single_precision::getStoech_0 ( ) const
inline

Definition at line 114 of file ReactionKernelBulk_5_single_precision.h.

◆ getStoech_1()

float walberla::pystencils::ReactionKernelBulk_5_single_precision::getStoech_1 ( ) const
inline

Definition at line 115 of file ReactionKernelBulk_5_single_precision.h.

◆ getStoech_2()

float walberla::pystencils::ReactionKernelBulk_5_single_precision::getStoech_2 ( ) const
inline

Definition at line 116 of file ReactionKernelBulk_5_single_precision.h.

◆ getStoech_3()

float walberla::pystencils::ReactionKernelBulk_5_single_precision::getStoech_3 ( ) const
inline

Definition at line 117 of file ReactionKernelBulk_5_single_precision.h.

◆ getStoech_4()

float walberla::pystencils::ReactionKernelBulk_5_single_precision::getStoech_4 ( ) const
inline

Definition at line 118 of file ReactionKernelBulk_5_single_precision.h.

◆ getSweep() [1/2]

std::function< void(IBlock *)> walberla::pystencils::ReactionKernelBulk_5_single_precision::getSweep ( )
inline

Definition at line 92 of file ReactionKernelBulk_5_single_precision.h.

References run().

◆ getSweep() [2/2]

static std::function< void(IBlock *)> walberla::pystencils::ReactionKernelBulk_5_single_precision::getSweep ( const shared_ptr< ReactionKernelBulk_5_single_precision > &  kernel)
inlinestatic

Definition at line 79 of file ReactionKernelBulk_5_single_precision.h.

◆ getSweepOnCellInterval() [1/2]

static std::function< void(IBlock *)> walberla::pystencils::ReactionKernelBulk_5_single_precision::getSweepOnCellInterval ( const shared_ptr< ReactionKernelBulk_5_single_precision > &  kernel,
const shared_ptr< StructuredBlockStorage > &  blocks,
const CellInterval &  globalCellInterval,
cell_idx_t  ghostLayers = 1 
)
inlinestatic

Definition at line 83 of file ReactionKernelBulk_5_single_precision.h.

◆ getSweepOnCellInterval() [2/2]

std::function< void(IBlock *)> walberla::pystencils::ReactionKernelBulk_5_single_precision::getSweepOnCellInterval ( const shared_ptr< StructuredBlockStorage > &  blocks,
const CellInterval &  globalCellInterval,
cell_idx_t  ghostLayers = 1 
)
inline

Definition at line 97 of file ReactionKernelBulk_5_single_precision.h.

References runOnCellInterval().

◆ operator()()

void walberla::pystencils::ReactionKernelBulk_5_single_precision::operator() ( IBlock *  block)
inline

Definition at line 76 of file ReactionKernelBulk_5_single_precision.h.

References block(), and run().

◆ run()

void walberla::pystencils::ReactionKernelBulk_5_single_precision::run ( IBlock *  block)

◆ runOnCellInterval()

void walberla::pystencils::ReactionKernelBulk_5_single_precision::runOnCellInterval ( const shared_ptr< StructuredBlockStorage > &  blocks,
const CellInterval &  globalCellInterval,
cell_idx_t  ghostLayers,
IBlock *  block 
)

◆ setOrder_0()

void walberla::pystencils::ReactionKernelBulk_5_single_precision::setOrder_0 ( const float  value)
inline

Definition at line 119 of file ReactionKernelBulk_5_single_precision.h.

◆ setOrder_1()

void walberla::pystencils::ReactionKernelBulk_5_single_precision::setOrder_1 ( const float  value)
inline

Definition at line 120 of file ReactionKernelBulk_5_single_precision.h.

◆ setOrder_2()

void walberla::pystencils::ReactionKernelBulk_5_single_precision::setOrder_2 ( const float  value)
inline

Definition at line 121 of file ReactionKernelBulk_5_single_precision.h.

◆ setOrder_3()

void walberla::pystencils::ReactionKernelBulk_5_single_precision::setOrder_3 ( const float  value)
inline

Definition at line 122 of file ReactionKernelBulk_5_single_precision.h.

◆ setOrder_4()

void walberla::pystencils::ReactionKernelBulk_5_single_precision::setOrder_4 ( const float  value)
inline

Definition at line 123 of file ReactionKernelBulk_5_single_precision.h.

◆ setRate_coefficient()

void walberla::pystencils::ReactionKernelBulk_5_single_precision::setRate_coefficient ( const float  value)
inline

Definition at line 124 of file ReactionKernelBulk_5_single_precision.h.

◆ setStoech_0()

void walberla::pystencils::ReactionKernelBulk_5_single_precision::setStoech_0 ( const float  value)
inline

Definition at line 127 of file ReactionKernelBulk_5_single_precision.h.

◆ setStoech_1()

void walberla::pystencils::ReactionKernelBulk_5_single_precision::setStoech_1 ( const float  value)
inline

Definition at line 128 of file ReactionKernelBulk_5_single_precision.h.

◆ setStoech_2()

void walberla::pystencils::ReactionKernelBulk_5_single_precision::setStoech_2 ( const float  value)
inline

Definition at line 129 of file ReactionKernelBulk_5_single_precision.h.

◆ setStoech_3()

void walberla::pystencils::ReactionKernelBulk_5_single_precision::setStoech_3 ( const float  value)
inline

Definition at line 130 of file ReactionKernelBulk_5_single_precision.h.

◆ setStoech_4()

void walberla::pystencils::ReactionKernelBulk_5_single_precision::setStoech_4 ( const float  value)
inline

Definition at line 131 of file ReactionKernelBulk_5_single_precision.h.


The documentation for this class was generated from the following files: