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

Detailed Description

Creates a walberla::Config object from a python script.

Author
Martin Bauer marti.nosp@m.n.ba.nosp@m.uer@f.nosp@m.au.d.nosp@m.e
Markus Holzer marku.nosp@m.s.ho.nosp@m.lzer@.nosp@m.fau..nosp@m.de
#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 > &)