4#include <pybind11/eval.h>
5#include <pybind11/pybind11.h>
21 m.attr(
"__name__") =
"ogs.callbacks";
29 raise ImportError("The Python interpreter seems to be running inside the OGS binary, but you are about to import a Python module from OGS's Python bindings. Please do not import ogs.callbacks, but use the OpenGeoSys module, instead.")
30 except ModuleNotFoundError:
void initOGSLogger(std::string const &log_level)
void pythonBindSourceTerm(pybind11::module &m)
Creates Python bindings for the Python source term class.
void pythonBindBoundaryCondition(pybind11::module &m)
Creates Python bindings for the Python BC class.
void bheInflowpythonBindBoundaryCondition(pybind11::module &m)
Creates BHE Inflow Python bindings for the Python BC class.
PYBIND11_MODULE(callbacks, m)