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

#include <Dynamic_UBB_double_precisionCUDA.h>

Classes

struct  IndexInfo
 
class  IndexVectors
 

Public Member Functions

 Dynamic_UBB_double_precisionCUDA (const shared_ptr< StructuredBlockForest > &blocks, BlockDataID pdfsID_, std::function< Vector3< double >(const Cell &, const shared_ptr< StructuredBlockForest > &, IBlock &)> &velocityCallback)
 
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)
 
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 shared_ptr< StructuredBlockForest > &blocks, ConstBlockDataID flagFieldID, FlagUID boundaryFlagUID, FlagUID domainFlagUID)
 
template<typename FlagField_T >
void fillFromFlagField (const shared_ptr< StructuredBlockForest > &blocks, IBlock *block, ConstBlockDataID flagFieldID, FlagUID boundaryFlagUID, FlagUID domainFlagUID)
 

Public Attributes

BlockDataID pdfsID
 

Detailed Description

Definition at line 55 of file Dynamic_UBB_double_precisionCUDA.h.

Constructor & Destructor Documentation

◆ Dynamic_UBB_double_precisionCUDA()

walberla::lbm::Dynamic_UBB_double_precisionCUDA::Dynamic_UBB_double_precisionCUDA ( const shared_ptr< StructuredBlockForest > &  blocks,
BlockDataID  pdfsID_,
std::function< Vector3< double >(const Cell &, const shared_ptr< StructuredBlockForest > &, IBlock &)> &  velocityCallback 
)
inline

Definition at line 117 of file Dynamic_UBB_double_precisionCUDA.h.

Member Function Documentation

◆ fillFromFlagField() [1/2]

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

Definition at line 153 of file Dynamic_UBB_double_precisionCUDA.h.

◆ fillFromFlagField() [2/2]

template<typename FlagField_T >
void walberla::lbm::Dynamic_UBB_double_precisionCUDA::fillFromFlagField ( const shared_ptr< StructuredBlockForest > &  blocks,
IBlock *  block,
ConstBlockDataID  flagFieldID,
FlagUID  boundaryFlagUID,
FlagUID  domainFlagUID 
)
inline

◆ getInnerSweep()

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

Definition at line 144 of file Dynamic_UBB_double_precisionCUDA.h.

References inner(), and stream.

◆ getOuterSweep()

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

Definition at line 148 of file Dynamic_UBB_double_precisionCUDA.h.

References outer(), and stream.

◆ getSweep()

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

Definition at line 140 of file Dynamic_UBB_double_precisionCUDA.h.

References run(), and stream.

◆ inner()

void walberla::lbm::Dynamic_UBB_double_precisionCUDA::inner ( IBlock *  block,
gpuStream_t  stream = nullptr 
)

◆ operator()()

void walberla::lbm::Dynamic_UBB_double_precisionCUDA::operator() ( IBlock *  block,
gpuStream_t  stream = nullptr 
)
inline

Definition at line 132 of file Dynamic_UBB_double_precisionCUDA.h.

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

◆ outer()

void walberla::lbm::Dynamic_UBB_double_precisionCUDA::outer ( IBlock *  block,
gpuStream_t  stream = nullptr 
)

◆ run()

void walberla::lbm::Dynamic_UBB_double_precisionCUDA::run ( IBlock *  block,
gpuStream_t  stream = nullptr 
)

Member Data Documentation

◆ pdfsID

BlockDataID walberla::lbm::Dynamic_UBB_double_precisionCUDA::pdfsID

Definition at line 598 of file Dynamic_UBB_double_precisionCUDA.h.


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