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

#include <ReactionKernelIndexed_1_double_precision_CUDA.h>

Classes

struct  IndexInfo
 
class  IndexVectors
 

Public Member Functions

 ReactionKernelIndexed_1_double_precision_CUDA (const std::shared_ptr< StructuredBlockForest > &blocks, BlockDataID rho_0ID_, double order_0, double rate_coefficient, double stoech_0)
 
 ReactionKernelIndexed_1_double_precision_CUDA (BlockDataID indexVectorID_, BlockDataID rho_0ID_, double order_0, double rate_coefficient, double stoech_0)
 
void run (IBlock *block, gpuStream_t stream=nullptr)
 
void operator() (IBlock *block, gpuStream_t stream=nullptr)
 
void inner (IBlock *block, gpuStream_t stream=nullptr)
 
void outer (IBlock *block, gpuStream_t stream=nullptr)
 
Vector3< real_t > getForce (IBlock *)
 
std::function< void(IBlock *)> getSweep (gpuStream_t stream=nullptr)
 
std::function< void(IBlock *)> getInnerSweep (gpuStream_t stream=nullptr)
 
std::function< void(IBlock *)> getOuterSweep (gpuStream_t stream=nullptr)
 
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_
 

Detailed Description

Constructor & Destructor Documentation

◆ ReactionKernelIndexed_1_double_precision_CUDA() [1/2]

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

◆ ReactionKernelIndexed_1_double_precision_CUDA() [2/2]

walberla::pystencils::ReactionKernelIndexed_1_double_precision_CUDA::ReactionKernelIndexed_1_double_precision_CUDA ( BlockDataID  indexVectorID_,
BlockDataID  rho_0ID_,
double  order_0,
double  rate_coefficient,
double  stoech_0 
)
inline

Member Function Documentation

◆ fillFromFlagField() [1/2]

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

◆ fillFromFlagField() [2/2]

◆ getForce()

Vector3< real_t > walberla::pystencils::ReactionKernelIndexed_1_double_precision_CUDA::getForce ( IBlock *  )
inline

◆ getInnerSweep()

std::function< void(IBlock *)> walberla::pystencils::ReactionKernelIndexed_1_double_precision_CUDA::getInnerSweep ( gpuStream_t  stream = nullptr)
inline

Definition at line 180 of file ReactionKernelIndexed_1_double_precision_CUDA.h.

References inner(), and stream.

◆ getOuterSweep()

std::function< void(IBlock *)> walberla::pystencils::ReactionKernelIndexed_1_double_precision_CUDA::getOuterSweep ( gpuStream_t  stream = nullptr)
inline

Definition at line 184 of file ReactionKernelIndexed_1_double_precision_CUDA.h.

References outer(), and stream.

◆ getSweep()

std::function< void(IBlock *)> walberla::pystencils::ReactionKernelIndexed_1_double_precision_CUDA::getSweep ( gpuStream_t  stream = nullptr)
inline

Definition at line 176 of file ReactionKernelIndexed_1_double_precision_CUDA.h.

References run(), and stream.

◆ inner()

void walberla::pystencils::ReactionKernelIndexed_1_double_precision_CUDA::inner ( IBlock *  block,
gpuStream_t  stream = nullptr 
)

◆ operator()()

void walberla::pystencils::ReactionKernelIndexed_1_double_precision_CUDA::operator() ( IBlock *  block,
gpuStream_t  stream = nullptr 
)
inline

Definition at line 161 of file ReactionKernelIndexed_1_double_precision_CUDA.h.

References block(), run(), and stream.

◆ outer()

void walberla::pystencils::ReactionKernelIndexed_1_double_precision_CUDA::outer ( IBlock *  block,
gpuStream_t  stream = nullptr 
)

◆ run()

void walberla::pystencils::ReactionKernelIndexed_1_double_precision_CUDA::run ( IBlock *  block,
gpuStream_t  stream = nullptr 
)

Member Data Documentation

◆ order_0_

double walberla::pystencils::ReactionKernelIndexed_1_double_precision_CUDA::order_0_

◆ rate_coefficient_

double walberla::pystencils::ReactionKernelIndexed_1_double_precision_CUDA::rate_coefficient_

◆ rho_0ID

BlockDataID walberla::pystencils::ReactionKernelIndexed_1_double_precision_CUDA::rho_0ID

◆ stoech_0_

double walberla::pystencils::ReactionKernelIndexed_1_double_precision_CUDA::stoech_0_

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