waLBerla 7.2
|
#include "CreateConfig.h"
#include "core/StringUtility.h"
#include "core/config/Config.h"
#include "core/config/Create.h"
#include "core/logging/Logging.h"
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::python_coupling |
Functions | |
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 > &) |
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) |