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

#include <CollideSweepDoublePrecisionThermalized.h>

Public Member Functions

 CollideSweepDoublePrecisionThermalized (BlockDataID forceID_, BlockDataID pdfsID_, double kT, double omega_bulk, double omega_even, double omega_odd, double omega_shear, uint32_t seed, uint32_t time_step)
 
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< CollideSweepDoublePrecisionThermalized > &kernel)
 
static std::function< void(IBlock *)> getSweepOnCellInterval (const shared_ptr< CollideSweepDoublePrecisionThermalized > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
 

Public Attributes

BlockDataID forceID
 
BlockDataID pdfsID
 
uint32_t block_offset_0_
 
uint32_t block_offset_1_
 
uint32_t block_offset_2_
 
double kT_
 
double omega_bulk_
 
double omega_even_
 
double omega_odd_
 
double omega_shear_
 
uint32_t seed_
 
uint32_t time_step_
 
bool configured_
 

Detailed Description

Definition at line 53 of file CollideSweepDoublePrecisionThermalized.h.

Constructor & Destructor Documentation

◆ CollideSweepDoublePrecisionThermalized()

walberla::pystencils::CollideSweepDoublePrecisionThermalized::CollideSweepDoublePrecisionThermalized ( BlockDataID  forceID_,
BlockDataID  pdfsID_,
double  kT,
double  omega_bulk,
double  omega_even,
double  omega_odd,
double  omega_shear,
uint32_t  seed,
uint32_t  time_step 
)
inline

Definition at line 55 of file CollideSweepDoublePrecisionThermalized.h.

Member Function Documentation

◆ configure()

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

◆ getSweep() [1/2]

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

Definition at line 87 of file CollideSweepDoublePrecisionThermalized.h.

References run().

◆ getSweep() [2/2]

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

Definition at line 74 of file CollideSweepDoublePrecisionThermalized.h.

◆ getSweepOnCellInterval() [1/2]

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

Definition at line 78 of file CollideSweepDoublePrecisionThermalized.h.

◆ getSweepOnCellInterval() [2/2]

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

Definition at line 92 of file CollideSweepDoublePrecisionThermalized.h.

References runOnCellInterval().

◆ operator()()

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

Definition at line 71 of file CollideSweepDoublePrecisionThermalized.h.

References block(), and run().

◆ run()

◆ runOnCellInterval()

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

Member Data Documentation

◆ block_offset_0_

uint32_t walberla::pystencils::CollideSweepDoublePrecisionThermalized::block_offset_0_

Definition at line 111 of file CollideSweepDoublePrecisionThermalized.h.

Referenced by configure(), run(), and runOnCellInterval().

◆ block_offset_1_

uint32_t walberla::pystencils::CollideSweepDoublePrecisionThermalized::block_offset_1_

Definition at line 112 of file CollideSweepDoublePrecisionThermalized.h.

Referenced by configure(), run(), and runOnCellInterval().

◆ block_offset_2_

uint32_t walberla::pystencils::CollideSweepDoublePrecisionThermalized::block_offset_2_

Definition at line 113 of file CollideSweepDoublePrecisionThermalized.h.

Referenced by configure(), run(), and runOnCellInterval().

◆ configured_

bool walberla::pystencils::CollideSweepDoublePrecisionThermalized::configured_

Definition at line 121 of file CollideSweepDoublePrecisionThermalized.h.

Referenced by configure(), run(), and runOnCellInterval().

◆ forceID

BlockDataID walberla::pystencils::CollideSweepDoublePrecisionThermalized::forceID

Definition at line 109 of file CollideSweepDoublePrecisionThermalized.h.

Referenced by run(), and runOnCellInterval().

◆ kT_

double walberla::pystencils::CollideSweepDoublePrecisionThermalized::kT_

Definition at line 114 of file CollideSweepDoublePrecisionThermalized.h.

Referenced by run(), and runOnCellInterval().

◆ omega_bulk_

double walberla::pystencils::CollideSweepDoublePrecisionThermalized::omega_bulk_

Definition at line 115 of file CollideSweepDoublePrecisionThermalized.h.

Referenced by run(), and runOnCellInterval().

◆ omega_even_

double walberla::pystencils::CollideSweepDoublePrecisionThermalized::omega_even_

Definition at line 116 of file CollideSweepDoublePrecisionThermalized.h.

Referenced by run(), and runOnCellInterval().

◆ omega_odd_

double walberla::pystencils::CollideSweepDoublePrecisionThermalized::omega_odd_

Definition at line 117 of file CollideSweepDoublePrecisionThermalized.h.

Referenced by run(), and runOnCellInterval().

◆ omega_shear_

double walberla::pystencils::CollideSweepDoublePrecisionThermalized::omega_shear_

Definition at line 118 of file CollideSweepDoublePrecisionThermalized.h.

Referenced by run(), and runOnCellInterval().

◆ pdfsID

BlockDataID walberla::pystencils::CollideSweepDoublePrecisionThermalized::pdfsID

Definition at line 110 of file CollideSweepDoublePrecisionThermalized.h.

Referenced by run(), and runOnCellInterval().

◆ seed_

uint32_t walberla::pystencils::CollideSweepDoublePrecisionThermalized::seed_

Definition at line 119 of file CollideSweepDoublePrecisionThermalized.h.

Referenced by run(), and runOnCellInterval().

◆ time_step_

uint32_t walberla::pystencils::CollideSweepDoublePrecisionThermalized::time_step_

Definition at line 120 of file CollideSweepDoublePrecisionThermalized.h.

Referenced by run(), and runOnCellInterval().


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