ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <DiffusiveFluxKernelWithElectrostatic_single_precision.h>
Public Member Functions | |
DiffusiveFluxKernelWithElectrostatic_single_precision (BlockDataID jID_, BlockDataID phiID_, BlockDataID rhoID_, float D, float f_ext_0, float f_ext_1, float f_ext_2, float kT, 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< DiffusiveFluxKernelWithElectrostatic_single_precision > &kernel) |
static std::function< void(IBlock *)> | getSweepOnCellInterval (const shared_ptr< DiffusiveFluxKernelWithElectrostatic_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_ |
float | f_ext_0_ |
float | f_ext_1_ |
float | f_ext_2_ |
float | kT_ |
float | z_ |
Definition at line 53 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
|
inline |
Definition at line 55 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
|
inline |
Definition at line 98 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
|
inline |
Definition at line 85 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
References run().
|
inlinestatic |
Definition at line 69 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
|
inlinestatic |
Definition at line 75 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
|
inline |
Definition at line 90 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
References runOnCellInterval().
|
inline |
Definition at line 67 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::run | ( | IBlock * | block | ) |
Definition at line 362 of file DiffusiveFluxKernelWithElectrostatic_single_precision.cpp.
References block(), D_, walberla::pystencils::internal_823ab2463d465630661d5edc8f90930c::diffusivefluxkernelwithelectrostatic_single_precision_diffusivefluxkernelwithelectrostatic_single_precision(), f_ext_0_, f_ext_1_, f_ext_2_, jID, kT_, phiID, RESTRICT, rhoID, and z_.
Referenced by getSweep(), and operator()().
void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::runOnCellInterval | ( | const shared_ptr< StructuredBlockStorage > & | blocks, |
const CellInterval & | globalCellInterval, | ||
cell_idx_t | ghostLayers, | ||
IBlock * | block | ||
) |
Definition at line 399 of file DiffusiveFluxKernelWithElectrostatic_single_precision.cpp.
References block(), D_, walberla::pystencils::internal_823ab2463d465630661d5edc8f90930c::diffusivefluxkernelwithelectrostatic_single_precision_diffusivefluxkernelwithelectrostatic_single_precision(), f_ext_0_, f_ext_1_, f_ext_2_, jID, kT_, phiID, RESTRICT, rhoID, and z_.
Referenced by getSweepOnCellInterval().
float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::D_ |
Definition at line 104 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::f_ext_0_ |
Definition at line 105 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::f_ext_1_ |
Definition at line 106 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::f_ext_2_ |
Definition at line 107 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::jID |
Definition at line 101 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::kT_ |
Definition at line 108 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::phiID |
Definition at line 102 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
Referenced by run(), and runOnCellInterval().
BlockDataID walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::rhoID |
Definition at line 103 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
Referenced by run(), and runOnCellInterval().
float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::z_ |
Definition at line 109 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.
Referenced by run(), and runOnCellInterval().