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

#include <ReactionKernelBulk_4_single_precision.h>

Public Member Functions

 ReactionKernelBulk_4_single_precision (BlockDataID rho_0ID_, BlockDataID rho_1ID_, BlockDataID rho_2ID_, BlockDataID rho_3ID_, float order_0, float order_1, float order_2, float order_3, float rate_coefficient, float stoech_0, float stoech_1, float stoech_2, float stoech_3)
 
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_4_single_precision > &kernel)
 
static std::function< void(IBlock *)> getSweepOnCellInterval (const shared_ptr< ReactionKernelBulk_4_single_precision > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
 

Public Attributes

BlockDataID rho_0ID
 
BlockDataID rho_1ID
 
BlockDataID rho_2ID
 
BlockDataID rho_3ID
 
float order_0_
 
float order_1_
 
float order_2_
 
float order_3_
 
float rate_coefficient_
 
float stoech_0_
 
float stoech_1_
 
float stoech_2_
 
float stoech_3_
 

Detailed Description

Definition at line 53 of file ReactionKernelBulk_4_single_precision.h.

Constructor & Destructor Documentation

◆ ReactionKernelBulk_4_single_precision()

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

Definition at line 55 of file ReactionKernelBulk_4_single_precision.h.

Member Function Documentation

◆ configure()

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

Definition at line 101 of file ReactionKernelBulk_4_single_precision.h.

◆ getSweep() [1/2]

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

Definition at line 88 of file ReactionKernelBulk_4_single_precision.h.

References run().

◆ getSweep() [2/2]

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

Definition at line 75 of file ReactionKernelBulk_4_single_precision.h.

◆ getSweepOnCellInterval() [1/2]

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

Definition at line 79 of file ReactionKernelBulk_4_single_precision.h.

◆ getSweepOnCellInterval() [2/2]

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

Definition at line 93 of file ReactionKernelBulk_4_single_precision.h.

References runOnCellInterval().

◆ operator()()

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

Definition at line 72 of file ReactionKernelBulk_4_single_precision.h.

References block(), and run().

◆ run()

◆ runOnCellInterval()

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

Member Data Documentation

◆ order_0_

float walberla::pystencils::ReactionKernelBulk_4_single_precision::order_0_

Definition at line 108 of file ReactionKernelBulk_4_single_precision.h.

Referenced by run(), and runOnCellInterval().

◆ order_1_

float walberla::pystencils::ReactionKernelBulk_4_single_precision::order_1_

Definition at line 109 of file ReactionKernelBulk_4_single_precision.h.

Referenced by run(), and runOnCellInterval().

◆ order_2_

float walberla::pystencils::ReactionKernelBulk_4_single_precision::order_2_

Definition at line 110 of file ReactionKernelBulk_4_single_precision.h.

Referenced by run(), and runOnCellInterval().

◆ order_3_

float walberla::pystencils::ReactionKernelBulk_4_single_precision::order_3_

Definition at line 111 of file ReactionKernelBulk_4_single_precision.h.

Referenced by run(), and runOnCellInterval().

◆ rate_coefficient_

float walberla::pystencils::ReactionKernelBulk_4_single_precision::rate_coefficient_

Definition at line 112 of file ReactionKernelBulk_4_single_precision.h.

Referenced by run(), and runOnCellInterval().

◆ rho_0ID

BlockDataID walberla::pystencils::ReactionKernelBulk_4_single_precision::rho_0ID

Definition at line 104 of file ReactionKernelBulk_4_single_precision.h.

Referenced by run(), and runOnCellInterval().

◆ rho_1ID

BlockDataID walberla::pystencils::ReactionKernelBulk_4_single_precision::rho_1ID

Definition at line 105 of file ReactionKernelBulk_4_single_precision.h.

Referenced by run(), and runOnCellInterval().

◆ rho_2ID

BlockDataID walberla::pystencils::ReactionKernelBulk_4_single_precision::rho_2ID

Definition at line 106 of file ReactionKernelBulk_4_single_precision.h.

Referenced by run(), and runOnCellInterval().

◆ rho_3ID

BlockDataID walberla::pystencils::ReactionKernelBulk_4_single_precision::rho_3ID

Definition at line 107 of file ReactionKernelBulk_4_single_precision.h.

Referenced by run(), and runOnCellInterval().

◆ stoech_0_

float walberla::pystencils::ReactionKernelBulk_4_single_precision::stoech_0_

Definition at line 113 of file ReactionKernelBulk_4_single_precision.h.

Referenced by run(), and runOnCellInterval().

◆ stoech_1_

float walberla::pystencils::ReactionKernelBulk_4_single_precision::stoech_1_

Definition at line 114 of file ReactionKernelBulk_4_single_precision.h.

Referenced by run(), and runOnCellInterval().

◆ stoech_2_

float walberla::pystencils::ReactionKernelBulk_4_single_precision::stoech_2_

Definition at line 115 of file ReactionKernelBulk_4_single_precision.h.

Referenced by run(), and runOnCellInterval().

◆ stoech_3_

float walberla::pystencils::ReactionKernelBulk_4_single_precision::stoech_3_

Definition at line 116 of file ReactionKernelBulk_4_single_precision.h.

Referenced by run(), and runOnCellInterval().


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