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