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) |
float | getD () const |
uint32_t | getBlock_offset_0 () const |
uint32_t | getBlock_offset_1 () const |
uint32_t | getBlock_offset_2 () const |
float | getF_ext_0 () const |
float | getF_ext_1 () const |
float | getF_ext_2 () const |
uint32_t | getField_size_0 () const |
uint32_t | getField_size_1 () const |
uint32_t | getField_size_2 () const |
float | getKt () const |
uint32_t | getSeed () const |
uint32_t | getTime_step () const |
float | getZ () const |
void | setD (const float value) |
void | setBlock_offset_0 (const uint32_t value) |
void | setBlock_offset_1 (const uint32_t value) |
void | setBlock_offset_2 (const uint32_t value) |
void | setF_ext_0 (const float value) |
void | setF_ext_1 (const float value) |
void | setF_ext_2 (const float value) |
void | setField_size_0 (const uint32_t value) |
void | setField_size_1 (const uint32_t value) |
void | setField_size_2 (const uint32_t value) |
void | setKt (const float value) |
void | setSeed (const uint32_t value) |
void | setTime_step (const uint32_t value) |
void | setZ (const float value) |
void | setPhiID (BlockDataID phiID_) |
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) |
Definition at line 55 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 57 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 108 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 118 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 119 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 120 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 117 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 121 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 122 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 123 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 124 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 125 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 126 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 127 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 128 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 95 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
References run().
|
inlinestatic |
Definition at line 78 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inlinestatic |
Definition at line 84 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 100 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
References runOnCellInterval().
|
inline |
Definition at line 129 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 130 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 75 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(), walberla::pystencils::internal_e04f3d5b3f93f09e4de6aba968e70d10::diffusivefluxkernelwithelectrostaticthermalized_single_precision_diffusivefluxkernelwithelectrostaticthermalized_single_precision(), and RESTRICT.
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(), walberla::pystencils::internal_e04f3d5b3f93f09e4de6aba968e70d10::diffusivefluxkernelwithelectrostaticthermalized_single_precision_diffusivefluxkernelwithelectrostaticthermalized_single_precision(), and RESTRICT.
Referenced by getSweepOnCellInterval().
|
inline |
Definition at line 132 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 135 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 138 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 131 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 141 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 142 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 143 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 144 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 145 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 146 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 147 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 157 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 148 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 149 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.
|
inline |
Definition at line 150 of file DiffusiveFluxKernelWithElectrostaticThermalized_single_precision.h.