OGS
PythonSourceTermModule.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <algorithm>
14#include <pybind11/pybind11.h>
15
17
18namespace ProcessLib
19{
20namespace SourceTerms
21{
22namespace Python
23{
25OGS_EXPORT_SYMBOL void pythonBindSourceTerm(pybind11::module& m);
26} // namespace Python
27} // namespace SourceTerms
28} // namespace ProcessLib
#define OGS_EXPORT_SYMBOL
void pythonBindSourceTerm(pybind11::module &m)
Creates Python bindings for the Python source term class.