ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h>
Public Member Functions | |
DiffusiveFluxKernelWithElectrostaticThermalized_single_precision (BlockDataID jID_, BlockDataID phiID_, BlockDataID rhoID_, float D, float f_ext_0, float f_ext_1, float f_ext_2, uint32_t field_size_0, uint32_t field_size_1, uint32_t field_size_2, float kT, uint32_t seed, uint32_t time_step, float z) | |
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< DiffusiveFluxKernelWithElectrostaticThermalized_single_precision > &kernel) |
static std::function< void(IBlock *)> | getSweepOnCellInterval (const shared_ptr< DiffusiveFluxKernelWithElectrostaticThermalized_single_precision > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1) |
Public Attributes | |
BlockDataID | jID |
BlockDataID | phiID |
BlockDataID | rhoID |
float | D_ |
uint32_t | block_offset_0_ |
uint32_t | block_offset_1_ |
uint32_t | block_offset_2_ |
float | f_ext_0_ |
float | f_ext_1_ |
float | f_ext_2_ |
uint32_t | field_size_0_ |
uint32_t | field_size_1_ |
uint32_t | field_size_2_ |
float | kT_ |
uint32_t | seed_ |
uint32_t | time_step_ |
float | z_ |
bool | configured_ |
Definition at line 53 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 55 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 104 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
References block_offset_0_, block_offset_1_, block_offset_2_, and configured_.
|
inline |
Definition at line 91 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
References run().
|
inlinestatic |
Definition at line 74 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inlinestatic |
Definition at line 80 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 96 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
References runOnCellInterval().
|
inline |
Definition at line 71 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
void walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::run | ( | IBlock * | block | ) |
Definition at line 2903 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.cpp.
References block(), block_offset_0_, block_offset_1_, block_offset_2_, configured_, D_, walberla::pystencils::internal_e04f3d5b3f93f09e4de6aba968e70d10::diffusivefluxkernelwithelectrostaticthermalized_single_precision_diffusivefluxkernelwithelectrostaticthermalized_single_precision(), f_ext_0_, f_ext_1_, f_ext_2_, field_size_0_, field_size_1_, field_size_2_, jID, kT_, phiID, RESTRICT, rhoID, seed_, time_step_, and z_.
Referenced by getSweep(), and operator()().
void walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::runOnCellInterval | ( | const shared_ptr< StructuredBlockStorage > & | blocks, |
const CellInterval & | globalCellInterval, | ||
cell_idx_t | ghostLayers, | ||
IBlock * | block | ||
) |
Definition at line 2950 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.cpp.
References block(), block_offset_0_, block_offset_1_, block_offset_2_, configured_, D_, walberla::pystencils::internal_e04f3d5b3f93f09e4de6aba968e70d10::diffusivefluxkernelwithelectrostaticthermalized_single_precision_diffusivefluxkernelwithelectrostaticthermalized_single_precision(), f_ext_0_, f_ext_1_, f_ext_2_, field_size_0_, field_size_1_, field_size_2_, jID, kT_, phiID, RESTRICT, rhoID, seed_, time_step_, and z_.
Referenced by getSweepOnCellInterval().
uint32_t walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::block_offset_0_ |
Definition at line 117 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by configure(), run(), and runOnCellInterval().
uint32_t walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::block_offset_1_ |
Definition at line 118 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by configure(), run(), and runOnCellInterval().
uint32_t walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::block_offset_2_ |
Definition at line 119 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by configure(), run(), and runOnCellInterval().
bool walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::configured_ |
Definition at line 130 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by configure(), run(), and runOnCellInterval().
float walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::D_ |
Definition at line 116 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::f_ext_0_ |
Definition at line 120 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::f_ext_1_ |
Definition at line 121 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::f_ext_2_ |
Definition at line 122 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by run(), and runOnCellInterval().
uint32_t walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::field_size_0_ |
Definition at line 123 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by run(), and runOnCellInterval().
uint32_t walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::field_size_1_ |
Definition at line 124 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by run(), and runOnCellInterval().
uint32_t walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::field_size_2_ |
Definition at line 125 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::jID |
Definition at line 113 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::kT_ |
Definition at line 126 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::phiID |
Definition at line 114 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::rhoID |
Definition at line 115 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by run(), and runOnCellInterval().
uint32_t walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::seed_ |
Definition at line 127 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by run(), and runOnCellInterval().
uint32_t walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::time_step_ |
Definition at line 128 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::DiffusiveFluxKernelWithElectrostaticThermalized_single_precision::z_ |
Definition at line 129 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
Referenced by run(), and runOnCellInterval().