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

#include <CollideSweepDoublePrecisionLeesEdwards.h>

Public Member Functions

 CollideSweepDoublePrecisionLeesEdwards (BlockDataID forceID_, BlockDataID pdfsID_, double grid_size, double omega_shear, double 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< CollideSweepDoublePrecisionLeesEdwards > &kernel)
 
static std::function< void(IBlock *)> getSweepOnCellInterval (const shared_ptr< CollideSweepDoublePrecisionLeesEdwards > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
 

Public Attributes

BlockDataID forceID
 
BlockDataID pdfsID
 
double grid_size_
 
double omega_shear_
 
double v_s_
 

Detailed Description

Definition at line 53 of file CollideSweepDoublePrecisionLeesEdwards.h.

Constructor & Destructor Documentation

◆ CollideSweepDoublePrecisionLeesEdwards()

walberla::pystencils::CollideSweepDoublePrecisionLeesEdwards::CollideSweepDoublePrecisionLeesEdwards ( BlockDataID  forceID_,
BlockDataID  pdfsID_,
double  grid_size,
double  omega_shear,
double  v_s 
)
inline

Definition at line 55 of file CollideSweepDoublePrecisionLeesEdwards.h.

Member Function Documentation

◆ configure()

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

Definition at line 96 of file CollideSweepDoublePrecisionLeesEdwards.h.

◆ getSweep() [1/2]

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

Definition at line 83 of file CollideSweepDoublePrecisionLeesEdwards.h.

References run().

◆ getSweep() [2/2]

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

Definition at line 70 of file CollideSweepDoublePrecisionLeesEdwards.h.

◆ getSweepOnCellInterval() [1/2]

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

Definition at line 74 of file CollideSweepDoublePrecisionLeesEdwards.h.

◆ getSweepOnCellInterval() [2/2]

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

Definition at line 88 of file CollideSweepDoublePrecisionLeesEdwards.h.

References runOnCellInterval().

◆ operator()()

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

Definition at line 67 of file CollideSweepDoublePrecisionLeesEdwards.h.

References block(), and run().

◆ run()

◆ runOnCellInterval()

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

Member Data Documentation

◆ forceID

BlockDataID walberla::pystencils::CollideSweepDoublePrecisionLeesEdwards::forceID

Definition at line 99 of file CollideSweepDoublePrecisionLeesEdwards.h.

Referenced by run(), and runOnCellInterval().

◆ grid_size_

double walberla::pystencils::CollideSweepDoublePrecisionLeesEdwards::grid_size_

Definition at line 101 of file CollideSweepDoublePrecisionLeesEdwards.h.

Referenced by run(), and runOnCellInterval().

◆ omega_shear_

double walberla::pystencils::CollideSweepDoublePrecisionLeesEdwards::omega_shear_

Definition at line 102 of file CollideSweepDoublePrecisionLeesEdwards.h.

Referenced by run(), and runOnCellInterval().

◆ pdfsID

BlockDataID walberla::pystencils::CollideSweepDoublePrecisionLeesEdwards::pdfsID

Definition at line 100 of file CollideSweepDoublePrecisionLeesEdwards.h.

Referenced by run(), and runOnCellInterval().

◆ v_s_

double walberla::pystencils::CollideSweepDoublePrecisionLeesEdwards::v_s_

Definition at line 103 of file CollideSweepDoublePrecisionLeesEdwards.h.

Referenced by run(), and runOnCellInterval().


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