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

#include <StreamSweepDoublePrecision.h>

Public Member Functions

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

Public Attributes

BlockDataID forceID
 
BlockDataID pdfsID
 
BlockDataID velocityID
 

Detailed Description

Definition at line 53 of file StreamSweepDoublePrecision.h.

Constructor & Destructor Documentation

◆ StreamSweepDoublePrecision()

walberla::pystencils::StreamSweepDoublePrecision::StreamSweepDoublePrecision ( BlockDataID  forceID_,
BlockDataID  pdfsID_,
BlockDataID  velocityID_ 
)
inline

Definition at line 55 of file StreamSweepDoublePrecision.h.

◆ ~StreamSweepDoublePrecision()

walberla::pystencils::StreamSweepDoublePrecision::~StreamSweepDoublePrecision ( )
inline

Definition at line 59 of file StreamSweepDoublePrecision.h.

Member Function Documentation

◆ configure()

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

Definition at line 101 of file StreamSweepDoublePrecision.h.

◆ getSweep() [1/2]

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

Definition at line 88 of file StreamSweepDoublePrecision.h.

References run().

◆ getSweep() [2/2]

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

Definition at line 74 of file StreamSweepDoublePrecision.h.

◆ getSweepOnCellInterval() [1/2]

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

Definition at line 79 of file StreamSweepDoublePrecision.h.

◆ getSweepOnCellInterval() [2/2]

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

Definition at line 93 of file StreamSweepDoublePrecision.h.

References runOnCellInterval().

◆ operator()()

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

Definition at line 71 of file StreamSweepDoublePrecision.h.

References block(), and run().

◆ run()

◆ runOnCellInterval()

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

Member Data Documentation

◆ forceID

BlockDataID walberla::pystencils::StreamSweepDoublePrecision::forceID

Definition at line 104 of file StreamSweepDoublePrecision.h.

Referenced by run(), and runOnCellInterval().

◆ pdfsID

BlockDataID walberla::pystencils::StreamSweepDoublePrecision::pdfsID

Definition at line 105 of file StreamSweepDoublePrecision.h.

Referenced by run(), and runOnCellInterval().

◆ velocityID

BlockDataID walberla::pystencils::StreamSweepDoublePrecision::velocityID

Definition at line 106 of file StreamSweepDoublePrecision.h.

Referenced by run(), and runOnCellInterval().


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