![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Classes | |
| class | CheckpointFile |
| Handle for a checkpoint file. More... | |
| class | EKBulkReaction |
| class | EKContainer |
| class | EKFFT |
| struct | EKFieldSerializer |
| class | EKIndexedReaction |
| class | EKNone |
| class | EKPoissonSolver |
| class | EKPoissonSolverNode |
| class | EKPoissonSolverSlice |
| class | EKPoissonVTKHandle |
| class | EKReactant |
| class | EKReaction |
| class | EKReactions |
| class | EKSpecies |
| class | EKSpeciesNode |
| class | EKSpeciesSlice |
| class | EKVTKHandle |
| class | LatticeModel |
| class | LatticeSlice |
| class | LatticeWalberla |
| struct | LBFieldSerializer |
| class | LBFluid |
| class | LBFluidNode |
| class | LBFluidSlice |
| class | LBVTKHandle |
| class | VTKHandleBase |
Typedefs | |
| using | DensityBoundaryType = std::optional< double > |
| using | FluxBoundaryType = std::optional< Utils::Vector3d > |
| using | VelocityBounceBackType = std::optional< Utils::Vector3d > |
Enumerations | |
| enum class | CptMode : int { ascii = 0 , binary = 1 , unit_test_runtime_error = -1 , unit_test_ios_failure = -2 } |
| using ScriptInterface::walberla::DensityBoundaryType = typedef std::optional<double> |
Definition at line 50 of file EKSpeciesSlice.hpp.
| using ScriptInterface::walberla::FluxBoundaryType = typedef std::optional<Utils::Vector3d> |
Definition at line 51 of file EKSpeciesSlice.hpp.
| using ScriptInterface::walberla::VelocityBounceBackType = typedef std::optional<Utils::Vector3d> |
Definition at line 50 of file LBFluidSlice.hpp.
|
strong |
| Enumerator | |
|---|---|
| ascii | |
| binary | |
| unit_test_runtime_error | |
| unit_test_ios_failure | |
Definition at line 43 of file WalberlaCheckpoint.hpp.
|
inline |
Definition at line 57 of file EKSpecies.hpp.
References ScriptInterface::get_value().
Referenced by ScriptInterface::walberla::EKContainer::add_in_core(), ScriptInterface::walberla::EKSpeciesNode::do_call_method(), and ScriptInterface::walberla::EKSpeciesSlice::do_call_method().
|
inline |
Definition at line 100 of file LatticeSlice.impl.hpp.
References ScriptInterface::get_value().
Referenced by ScriptInterface::walberla::LatticeSlice< FieldSerializer >::scatter_3d().
| void ScriptInterface::walberla::initialize | ( | Utils::Factory< ObjectHandle > * | om | ) |
Definition at line 56 of file walberla/initialize.cpp.
References ScriptInterface::get_value().
Referenced by ScriptInterface::initialize().
|
static |
Definition at line 46 of file EKSpeciesNode.cpp.
Referenced by ScriptInterface::walberla::EKSpeciesNode::do_call_method(), and ScriptInterface::walberla::LBFluidNode::do_call_method().
|
static |
Definition at line 41 of file LBFluidNode.cpp.
|
inline |
Definition at line 63 of file LBFluid.hpp.
References ScriptInterface::get_value().
Referenced by ScriptInterface::walberla::LBFluid::do_call_method(), ScriptInterface::walberla::LBFluidNode::do_call_method(), and ScriptInterface::walberla::LBFluidSlice::do_call_method().
| void ScriptInterface::walberla::load_checkpoint_common | ( | Context const & | context, |
| std::string const | classname, | ||
| std::filesystem::path const & | path, | ||
| int | mode, | ||
| F1 const | read_metadata, | ||
| F2 const | read_data, | ||
| F3 const | on_success | ||
| ) |
Definition at line 144 of file WalberlaCheckpoint.hpp.
References binary, ScriptInterface::Context::get_comm(), ScriptInterface::get_value(), and ScriptInterface::Context::is_head_node().
| void ScriptInterface::walberla::save_checkpoint_common | ( | Context const & | context, |
| std::string const | classname, | ||
| std::filesystem::path const & | path, | ||
| int | mode, | ||
| F1 const | write_metadata, | ||
| F2 const | write_data, | ||
| F3 const | on_failure | ||
| ) |
Definition at line 202 of file WalberlaCheckpoint.hpp.
References binary, ScriptInterface::Context::get_comm(), ScriptInterface::get_value(), and ScriptInterface::Context::is_head_node().
Inject code for unit tests.
Definition at line 51 of file WalberlaCheckpoint.hpp.
References ascii, binary, ScriptInterface::get_value(), unit_test_ios_failure, and unit_test_runtime_error.