|
waLBerla 7.2
|
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 | |
| namespace | walberla |
| Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
| namespace | 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 | ( | ) |