ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <Dirichlet_single_precision.h>
Classes | |
struct | IndexInfo |
class | IndexVectors |
Public Member Functions | |
Dirichlet_single_precision (const shared_ptr< StructuredBlockForest > &blocks, BlockDataID fieldID_, std::function< float(const Cell &, const shared_ptr< StructuredBlockForest > &, IBlock &)> &dirichletCallback) | |
void | run (IBlock *block) |
void | operator() (IBlock *block) |
void | inner (IBlock *block) |
void | outer (IBlock *block) |
std::function< void(IBlock *)> | getSweep () |
std::function< void(IBlock *)> | getInnerSweep () |
std::function< void(IBlock *)> | getOuterSweep () |
template<typename FlagField_T > | |
void | fillFromFlagField (const shared_ptr< StructuredBlockForest > &blocks, ConstBlockDataID flagFieldID, FlagUID boundaryFlagUID, FlagUID domainFlagUID) |
template<typename FlagField_T > | |
void | fillFromFlagField (const shared_ptr< StructuredBlockForest > &blocks, IBlock *block, ConstBlockDataID flagFieldID, FlagUID boundaryFlagUID, FlagUID domainFlagUID) |
Public Attributes | |
BlockDataID | fieldID |
Definition at line 53 of file Dirichlet_single_precision.h.
|
inline |
Definition at line 89 of file Dirichlet_single_precision.h.
|
inline |
Definition at line 123 of file Dirichlet_single_precision.h.
|
inline |
Definition at line 132 of file Dirichlet_single_precision.h.
References walberla::pystencils::Dirichlet_single_precision::IndexVectors::ALL, block(), walberla::pystencils::Dirichlet_single_precision::IndexVectors::indexVector(), walberla::pystencils::Dirichlet_single_precision::IndexVectors::INNER, inner(), walberla::pystencils::Dirichlet_single_precision::IndexVectors::OUTER, and walberla::pystencils::Dirichlet_single_precision::IndexVectors::syncGPU().
|
inline |
Definition at line 114 of file Dirichlet_single_precision.h.
References inner().
|
inline |
Definition at line 118 of file Dirichlet_single_precision.h.
References outer().
|
inline |
Definition at line 110 of file Dirichlet_single_precision.h.
References run().
void walberla::pystencils::Dirichlet_single_precision::inner | ( | IBlock * | block | ) |
Definition at line 100 of file Dirichlet_single_precision.cpp.
References block(), and walberla::pystencils::Dirichlet_single_precision::IndexVectors::INNER.
Referenced by fillFromFlagField(), and getInnerSweep().
|
inline |
Definition at line 104 of file Dirichlet_single_precision.h.
void walberla::pystencils::Dirichlet_single_precision::outer | ( | IBlock * | block | ) |
Definition at line 104 of file Dirichlet_single_precision.cpp.
References block(), and walberla::pystencils::Dirichlet_single_precision::IndexVectors::OUTER.
Referenced by getOuterSweep().
void walberla::pystencils::Dirichlet_single_precision::run | ( | IBlock * | block | ) |
Definition at line 96 of file Dirichlet_single_precision.cpp.
References walberla::pystencils::Dirichlet_single_precision::IndexVectors::ALL, and block().
Referenced by getSweep(), and operator()().
BlockDataID walberla::pystencils::Dirichlet_single_precision::fieldID |
Definition at line 191 of file Dirichlet_single_precision.h.