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

#include <StreamSweepSinglePrecision.h>

Public Member Functions

 StreamSweepSinglePrecision (BlockDataID forceID_, BlockDataID pdfsID_, BlockDataID velocityID_)
 
 ~StreamSweepSinglePrecision ()
 
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 *)
 

Static Public Member Functions

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

Detailed Description

Definition at line 55 of file StreamSweepSinglePrecision.h.

Constructor & Destructor Documentation

◆ StreamSweepSinglePrecision()

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

Definition at line 57 of file StreamSweepSinglePrecision.h.

◆ ~StreamSweepSinglePrecision()

walberla::pystencils::StreamSweepSinglePrecision::~StreamSweepSinglePrecision ( )
inline

Definition at line 61 of file StreamSweepSinglePrecision.h.

Member Function Documentation

◆ configure()

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

Definition at line 103 of file StreamSweepSinglePrecision.h.

◆ getSweep() [1/2]

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

Definition at line 90 of file StreamSweepSinglePrecision.h.

References run().

◆ getSweep() [2/2]

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

Definition at line 76 of file StreamSweepSinglePrecision.h.

◆ getSweepOnCellInterval() [1/2]

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

Definition at line 81 of file StreamSweepSinglePrecision.h.

◆ getSweepOnCellInterval() [2/2]

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

Definition at line 95 of file StreamSweepSinglePrecision.h.

References runOnCellInterval().

◆ operator()()

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

Definition at line 73 of file StreamSweepSinglePrecision.h.

References block(), and run().

◆ run()

void walberla::pystencils::StreamSweepSinglePrecision::run ( IBlock *  block)

◆ runOnCellInterval()

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

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