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

#include <ReactionKernelIndexed_1_single_precision.h>

Classes

struct  IndexInfo
 
class  IndexVectors
 

Public Member Functions

 ReactionKernelIndexed_1_single_precision (const std::shared_ptr< StructuredBlockForest > &blocks, BlockDataID rho_0ID_, float order_0, float rate_coefficient, float stoech_0)
 
 ReactionKernelIndexed_1_single_precision (BlockDataID indexVectorID_, BlockDataID rho_0ID_, float order_0, float rate_coefficient, float stoech_0)
 
void run (IBlock *block)
 
void operator() (IBlock *block)
 
void inner (IBlock *block)
 
void outer (IBlock *block)
 
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
 
float order_0_
 
float rate_coefficient_
 
float stoech_0_
 

Detailed Description

Definition at line 69 of file ReactionKernelIndexed_1_single_precision.h.

Constructor & Destructor Documentation

◆ ReactionKernelIndexed_1_single_precision() [1/2]

walberla::pystencils::ReactionKernelIndexed_1_single_precision::ReactionKernelIndexed_1_single_precision ( const std::shared_ptr< StructuredBlockForest > &  blocks,
BlockDataID  rho_0ID_,
float  order_0,
float  rate_coefficient,
float  stoech_0 
)
inline

Definition at line 101 of file ReactionKernelIndexed_1_single_precision.h.

◆ ReactionKernelIndexed_1_single_precision() [2/2]

walberla::pystencils::ReactionKernelIndexed_1_single_precision::ReactionKernelIndexed_1_single_precision ( BlockDataID  indexVectorID_,
BlockDataID  rho_0ID_,
float  order_0,
float  rate_coefficient,
float  stoech_0 
)
inline

Definition at line 114 of file ReactionKernelIndexed_1_single_precision.h.

Member Function Documentation

◆ fillFromFlagField() [1/2]

template<typename FlagField_T >
void walberla::pystencils::ReactionKernelIndexed_1_single_precision::fillFromFlagField ( const std::shared_ptr< StructuredBlockForest > &  blocks,
ConstBlockDataID  flagFieldID,
FlagUID  boundaryFlagUID,
FlagUID  domainFlagUID 
)
inline

Definition at line 142 of file ReactionKernelIndexed_1_single_precision.h.

◆ fillFromFlagField() [2/2]

◆ getInnerSweep()

std::function< void(IBlock *)> walberla::pystencils::ReactionKernelIndexed_1_single_precision::getInnerSweep ( )
inline

Definition at line 133 of file ReactionKernelIndexed_1_single_precision.h.

References inner().

◆ getOuterSweep()

std::function< void(IBlock *)> walberla::pystencils::ReactionKernelIndexed_1_single_precision::getOuterSweep ( )
inline

Definition at line 137 of file ReactionKernelIndexed_1_single_precision.h.

References outer().

◆ getSweep()

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

Definition at line 129 of file ReactionKernelIndexed_1_single_precision.h.

References run().

◆ inner()

void walberla::pystencils::ReactionKernelIndexed_1_single_precision::inner ( IBlock *  block)

◆ operator()()

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

Definition at line 123 of file ReactionKernelIndexed_1_single_precision.h.

References block(), and run().

◆ outer()

void walberla::pystencils::ReactionKernelIndexed_1_single_precision::outer ( IBlock *  block)

◆ run()

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

Member Data Documentation

◆ order_0_

float walberla::pystencils::ReactionKernelIndexed_1_single_precision::order_0_

Definition at line 204 of file ReactionKernelIndexed_1_single_precision.h.

◆ rate_coefficient_

float walberla::pystencils::ReactionKernelIndexed_1_single_precision::rate_coefficient_

Definition at line 205 of file ReactionKernelIndexed_1_single_precision.h.

◆ rho_0ID

BlockDataID walberla::pystencils::ReactionKernelIndexed_1_single_precision::rho_0ID

Definition at line 203 of file ReactionKernelIndexed_1_single_precision.h.

◆ stoech_0_

float walberla::pystencils::ReactionKernelIndexed_1_single_precision::stoech_0_

Definition at line 206 of file ReactionKernelIndexed_1_single_precision.h.


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