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

#include <DiffusiveFluxKernel_double_precision.h>

Public Member Functions

 DiffusiveFluxKernel_double_precision (BlockDataID jID_, BlockDataID rhoID_, double 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 *)
 
double getD () const
 
void setD (const double value)
 

Static Public Member Functions

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

Detailed Description

Definition at line 55 of file DiffusiveFluxKernel_double_precision.h.

Constructor & Destructor Documentation

◆ DiffusiveFluxKernel_double_precision()

walberla::pystencils::DiffusiveFluxKernel_double_precision::DiffusiveFluxKernel_double_precision ( BlockDataID  jID_,
BlockDataID  rhoID_,
double  D 
)
inline

Definition at line 57 of file DiffusiveFluxKernel_double_precision.h.

Member Function Documentation

◆ configure()

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

Definition at line 96 of file DiffusiveFluxKernel_double_precision.h.

◆ getD()

double walberla::pystencils::DiffusiveFluxKernel_double_precision::getD ( ) const
inline

Definition at line 99 of file DiffusiveFluxKernel_double_precision.h.

◆ getSweep() [1/2]

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

Definition at line 83 of file DiffusiveFluxKernel_double_precision.h.

References run().

◆ getSweep() [2/2]

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

Definition at line 70 of file DiffusiveFluxKernel_double_precision.h.

◆ getSweepOnCellInterval() [1/2]

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

Definition at line 74 of file DiffusiveFluxKernel_double_precision.h.

◆ getSweepOnCellInterval() [2/2]

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

Definition at line 88 of file DiffusiveFluxKernel_double_precision.h.

References runOnCellInterval().

◆ operator()()

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

Definition at line 67 of file DiffusiveFluxKernel_double_precision.h.

References block(), and run().

◆ run()

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

◆ runOnCellInterval()

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

◆ setD()

void walberla::pystencils::DiffusiveFluxKernel_double_precision::setD ( const double  value)
inline

Definition at line 100 of file DiffusiveFluxKernel_double_precision.h.


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