ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <CollideSweepDoublePrecisionThermalizedAVX.h>
Public Member Functions | |
CollideSweepDoublePrecisionThermalizedAVX (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< CollideSweepDoublePrecisionThermalizedAVX > &kernel) |
static std::function< void(IBlock *)> | getSweepOnCellInterval (const shared_ptr< CollideSweepDoublePrecisionThermalizedAVX > &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_ |
Definition at line 53 of file CollideSweepDoublePrecisionThermalizedAVX.h.
|
inline |
Definition at line 55 of file CollideSweepDoublePrecisionThermalizedAVX.h.
|
inline |
Definition at line 101 of file CollideSweepDoublePrecisionThermalizedAVX.h.
References block_offset_0_, block_offset_1_, block_offset_2_, and configured_.
|
inline |
Definition at line 88 of file CollideSweepDoublePrecisionThermalizedAVX.h.
References run().
|
inlinestatic |
Definition at line 74 of file CollideSweepDoublePrecisionThermalizedAVX.h.
|
inlinestatic |
Definition at line 79 of file CollideSweepDoublePrecisionThermalizedAVX.h.
|
inline |
Definition at line 93 of file CollideSweepDoublePrecisionThermalizedAVX.h.
References runOnCellInterval().
|
inline |
Definition at line 72 of file CollideSweepDoublePrecisionThermalizedAVX.h.
void walberla::pystencils::CollideSweepDoublePrecisionThermalizedAVX::run | ( | IBlock * | block | ) |
Definition at line 773 of file CollideSweepDoublePrecisionThermalizedAVX.cpp.
References block(), block_offset_0_, block_offset_1_, block_offset_2_, walberla::pystencils::internal_25bc51f30ec2c20f3ee9796f7dcb65c6::collidesweepdoubleprecisionthermalizedavx_collidesweepdoubleprecisionthermalizedavx(), configured_, forceID, kT_, omega_bulk_, omega_even_, omega_odd_, omega_shear_, pdfsID, RESTRICT, seed_, and time_step_.
Referenced by getSweep(), and operator()().
void walberla::pystencils::CollideSweepDoublePrecisionThermalizedAVX::runOnCellInterval | ( | const shared_ptr< StructuredBlockStorage > & | blocks, |
const CellInterval & | globalCellInterval, | ||
cell_idx_t | ghostLayers, | ||
IBlock * | block | ||
) |
Definition at line 819 of file CollideSweepDoublePrecisionThermalizedAVX.cpp.
References block(), block_offset_0_, block_offset_1_, block_offset_2_, walberla::pystencils::internal_25bc51f30ec2c20f3ee9796f7dcb65c6::collidesweepdoubleprecisionthermalizedavx_collidesweepdoubleprecisionthermalizedavx(), configured_, forceID, kT_, omega_bulk_, omega_even_, omega_odd_, omega_shear_, pdfsID, RESTRICT, seed_, and time_step_.
Referenced by getSweepOnCellInterval().
uint32_t walberla::pystencils::CollideSweepDoublePrecisionThermalizedAVX::block_offset_0_ |
Definition at line 112 of file CollideSweepDoublePrecisionThermalizedAVX.h.
Referenced by configure(), run(), and runOnCellInterval().
uint32_t walberla::pystencils::CollideSweepDoublePrecisionThermalizedAVX::block_offset_1_ |
Definition at line 113 of file CollideSweepDoublePrecisionThermalizedAVX.h.
Referenced by configure(), run(), and runOnCellInterval().
uint32_t walberla::pystencils::CollideSweepDoublePrecisionThermalizedAVX::block_offset_2_ |
Definition at line 114 of file CollideSweepDoublePrecisionThermalizedAVX.h.
Referenced by configure(), run(), and runOnCellInterval().
bool walberla::pystencils::CollideSweepDoublePrecisionThermalizedAVX::configured_ |
Definition at line 122 of file CollideSweepDoublePrecisionThermalizedAVX.h.
Referenced by configure(), run(), and runOnCellInterval().
BlockDataID walberla::pystencils::CollideSweepDoublePrecisionThermalizedAVX::forceID |
Definition at line 110 of file CollideSweepDoublePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().
double walberla::pystencils::CollideSweepDoublePrecisionThermalizedAVX::kT_ |
Definition at line 115 of file CollideSweepDoublePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().
double walberla::pystencils::CollideSweepDoublePrecisionThermalizedAVX::omega_bulk_ |
Definition at line 116 of file CollideSweepDoublePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().
double walberla::pystencils::CollideSweepDoublePrecisionThermalizedAVX::omega_even_ |
Definition at line 117 of file CollideSweepDoublePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().
double walberla::pystencils::CollideSweepDoublePrecisionThermalizedAVX::omega_odd_ |
Definition at line 118 of file CollideSweepDoublePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().
double walberla::pystencils::CollideSweepDoublePrecisionThermalizedAVX::omega_shear_ |
Definition at line 119 of file CollideSweepDoublePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::CollideSweepDoublePrecisionThermalizedAVX::pdfsID |
Definition at line 111 of file CollideSweepDoublePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().
uint32_t walberla::pystencils::CollideSweepDoublePrecisionThermalizedAVX::seed_ |
Definition at line 120 of file CollideSweepDoublePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().
uint32_t walberla::pystencils::CollideSweepDoublePrecisionThermalizedAVX::time_step_ |
Definition at line 121 of file CollideSweepDoublePrecisionThermalizedAVX.h.
Referenced by run(), and runOnCellInterval().