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

#include <CollideSweepSinglePrecisionLeesEdwardsAVX.h>

Public Member Functions

 CollideSweepSinglePrecisionLeesEdwardsAVX (BlockDataID forceID_, BlockDataID pdfsID_, float grid_size, float omega_shear, float v_s)
 
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 > &blocks, IBlock *block)
 

Static Public Member Functions

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

Public Attributes

BlockDataID forceID
 
BlockDataID pdfsID
 
float grid_size_
 
float omega_shear_
 
float v_s_
 

Detailed Description

Definition at line 53 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.

Constructor & Destructor Documentation

◆ CollideSweepSinglePrecisionLeesEdwardsAVX()

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

Definition at line 55 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.

Member Function Documentation

◆ configure()

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

Definition at line 97 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.

◆ getSweep() [1/2]

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

Definition at line 84 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.

References run().

◆ getSweep() [2/2]

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

Definition at line 70 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.

◆ getSweepOnCellInterval() [1/2]

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

Definition at line 75 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.

◆ getSweepOnCellInterval() [2/2]

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

Definition at line 89 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.

References runOnCellInterval().

◆ operator()()

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

Definition at line 68 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.

References block(), and run().

◆ run()

◆ runOnCellInterval()

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

Member Data Documentation

◆ forceID

BlockDataID walberla::pystencils::CollideSweepSinglePrecisionLeesEdwardsAVX::forceID

Definition at line 100 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.

Referenced by run(), and runOnCellInterval().

◆ grid_size_

float walberla::pystencils::CollideSweepSinglePrecisionLeesEdwardsAVX::grid_size_

Definition at line 102 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.

Referenced by run(), and runOnCellInterval().

◆ omega_shear_

float walberla::pystencils::CollideSweepSinglePrecisionLeesEdwardsAVX::omega_shear_

Definition at line 103 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.

Referenced by run(), and runOnCellInterval().

◆ pdfsID

BlockDataID walberla::pystencils::CollideSweepSinglePrecisionLeesEdwardsAVX::pdfsID

Definition at line 101 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.

Referenced by run(), and runOnCellInterval().

◆ v_s_

float walberla::pystencils::CollideSweepSinglePrecisionLeesEdwardsAVX::v_s_

Definition at line 104 of file CollideSweepSinglePrecisionLeesEdwardsAVX.h.

Referenced by run(), and runOnCellInterval().


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