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

#include <StreamCollideSweepLeesEdwardsSinglePrecisionAVX.h>

Public Member Functions

 StreamCollideSweepLeesEdwardsSinglePrecisionAVX (BlockDataID forceID_, BlockDataID pdfsID_, float grid_size, float omega_shear, float v_s)
 
 ~StreamCollideSweepLeesEdwardsSinglePrecisionAVX ()
 
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 > &, IBlock *)
 
float getGrid_size () const
 
float getOmega_shear () const
 
float getV_s () const
 
void setGrid_size (const float value)
 
void setOmega_shear (const float value)
 
void setV_s (const float value)
 

Static Public Member Functions

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

Detailed Description

Constructor & Destructor Documentation

◆ StreamCollideSweepLeesEdwardsSinglePrecisionAVX()

walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionAVX::StreamCollideSweepLeesEdwardsSinglePrecisionAVX ( BlockDataID  forceID_,
BlockDataID  pdfsID_,
float  grid_size,
float  omega_shear,
float  v_s 
)
inline

◆ ~StreamCollideSweepLeesEdwardsSinglePrecisionAVX()

walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionAVX::~StreamCollideSweepLeesEdwardsSinglePrecisionAVX ( )
inline

Member Function Documentation

◆ configure()

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

◆ getGrid_size()

float walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionAVX::getGrid_size ( ) const
inline

◆ getOmega_shear()

float walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionAVX::getOmega_shear ( ) const
inline

◆ getSweep() [1/2]

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

Definition at line 93 of file StreamCollideSweepLeesEdwardsSinglePrecisionAVX.h.

References run().

◆ getSweep() [2/2]

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

◆ getSweepOnCellInterval() [1/2]

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

Definition at line 84 of file StreamCollideSweepLeesEdwardsSinglePrecisionAVX.h.

References stream.

◆ getSweepOnCellInterval() [2/2]

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

◆ getV_s()

float walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionAVX::getV_s ( ) const
inline

◆ operator()()

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

Definition at line 76 of file StreamCollideSweepLeesEdwardsSinglePrecisionAVX.h.

References block(), and run().

◆ run()

◆ runOnCellInterval()

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

◆ setGrid_size()

void walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionAVX::setGrid_size ( const float  value)
inline

◆ setOmega_shear()

void walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionAVX::setOmega_shear ( const float  value)
inline

◆ setV_s()

void walberla::pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionAVX::setV_s ( const float  value)
inline

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