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

#include <DynamicUBBDoublePrecisionCUDA.h>

Classes

struct  IndexInfo
 
class  IndexVectors
 

Public Member Functions

 DynamicUBBDoublePrecisionCUDA (const shared_ptr< StructuredBlockForest > &blocks, BlockDataID pdfsID_, std::function< Vector3< float64 >(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)
 
Vector3< double > 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 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 DynamicUBBDoublePrecisionCUDA.h.

Constructor & Destructor Documentation

◆ DynamicUBBDoublePrecisionCUDA()

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

Definition at line 117 of file DynamicUBBDoublePrecisionCUDA.h.

Member Function Documentation

◆ fillFromFlagField() [1/2]

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

Definition at line 160 of file DynamicUBBDoublePrecisionCUDA.h.

◆ fillFromFlagField() [2/2]

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

◆ getForce()

Vector3< double > walberla::lbm::DynamicUBBDoublePrecisionCUDA::getForce ( IBlock *  )
inline

Definition at line 140 of file DynamicUBBDoublePrecisionCUDA.h.

◆ getInnerSweep()

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

Definition at line 151 of file DynamicUBBDoublePrecisionCUDA.h.

References inner(), and stream.

◆ getOuterSweep()

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

Definition at line 155 of file DynamicUBBDoublePrecisionCUDA.h.

References outer(), and stream.

◆ getSweep()

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

Definition at line 147 of file DynamicUBBDoublePrecisionCUDA.h.

References run(), and stream.

◆ inner()

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

◆ operator()()

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

Definition at line 132 of file DynamicUBBDoublePrecisionCUDA.h.

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

◆ outer()

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

◆ run()

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

Member Data Documentation

◆ pdfsID

BlockDataID walberla::lbm::DynamicUBBDoublePrecisionCUDA::pdfsID

Definition at line 606 of file DynamicUBBDoublePrecisionCUDA.h.


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