Singleton managing Python coupling.
#include "waLBerlaDefinitions.h"
#include "PythonWrapper.h"
#include "python_coupling/helper/MplHelpers.h"
#include "core/singleton/Singleton.h"
#include "domain_decomposition/IBlock.h"
#include <pybind11/pybind11.h>
Classes | |
class | walberla::python_coupling::BlockDataToObjectTester |
class | walberla::python_coupling::Manager |
Namespaces | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de | |
walberla::python_coupling | |
Functions | |
void | init_module_walberla_cpp () |
template<typename... Types> | |
py::object | walberla::python_coupling::testBlockData (IBlock &block, BlockDataID blockDataID) |
void init_module_walberla_cpp | ( | ) |