waLBerla 7.3
Loading...
Searching...
No Matches
CreateConfig.h File Reference

Detailed Description

#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< Configwalberla::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< Configwalberla::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 > &)