OGS
ogs_callbacks_module.cpp
Go to the documentation of this file.
1
11#include <pybind11/pybind11.h>
12
16
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)