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

#include <DiffusiveFluxKernel_single_precision.h>

Public Member Functions

 DiffusiveFluxKernel_single_precision (BlockDataID jID_, BlockDataID rhoID_, float D)
 
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 getD () const
 
void setD (const float value)
 

Static Public Member Functions

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

Detailed Description

Definition at line 55 of file DiffusiveFluxKernel_single_precision.h.

Constructor & Destructor Documentation

◆ DiffusiveFluxKernel_single_precision()

walberla::pystencils::DiffusiveFluxKernel_single_precision::DiffusiveFluxKernel_single_precision ( BlockDataID  jID_,
BlockDataID  rhoID_,
float  D 
)
inline

Definition at line 57 of file DiffusiveFluxKernel_single_precision.h.

Member Function Documentation

◆ configure()

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

Definition at line 96 of file DiffusiveFluxKernel_single_precision.h.

◆ getD()

float walberla::pystencils::DiffusiveFluxKernel_single_precision::getD ( ) const
inline

Definition at line 99 of file DiffusiveFluxKernel_single_precision.h.

◆ getSweep() [1/2]

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

Definition at line 83 of file DiffusiveFluxKernel_single_precision.h.

References run().

◆ getSweep() [2/2]

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

Definition at line 70 of file DiffusiveFluxKernel_single_precision.h.

◆ getSweepOnCellInterval() [1/2]

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

Definition at line 74 of file DiffusiveFluxKernel_single_precision.h.

◆ getSweepOnCellInterval() [2/2]

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

Definition at line 88 of file DiffusiveFluxKernel_single_precision.h.

References runOnCellInterval().

◆ operator()()

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

Definition at line 67 of file DiffusiveFluxKernel_single_precision.h.

References block(), and run().

◆ run()

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

◆ runOnCellInterval()

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

◆ setD()

void walberla::pystencils::DiffusiveFluxKernel_single_precision::setD ( const float  value)
inline

Definition at line 100 of file DiffusiveFluxKernel_single_precision.h.


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