|
waLBerla 7.2
|
Creates a walberla::Config object from a python script.
#include "core/config/Config.h"#include "core/config/Iterator.h"#include "core/DataTypes.h"#include <string>#include <vector>Namespaces | |
| namespace | walberla |
| Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
| namespace | walberla::python_coupling |
Functions | |
General Functions - fallback to non-python | |
| |
| shared_ptr< Config > | walberla::python_coupling::createConfig (int argc, char **argv) |
| config::Iterator | walberla::python_coupling::configBegin (int argc, char **argv) |
| config::Iterator | walberla::python_coupling::configEnd () |
Functions to load config directly from script | |
| |
| shared_ptr< Config > | walberla::python_coupling::createConfigFromPythonScript (const std::string &, const std::string &, const std::vector< std::string > &) |
| config::Iterator | walberla::python_coupling::createConfigIteratorFromPythonScript (const std::string &, const std::string &, const std::vector< std::string > &) |