OGS
PythonBoundaryConditionModule.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{
21OGS_EXPORT_SYMBOL void pythonBindBoundaryCondition(pybind11::module& m);
22} // namespace ProcessLib
#define OGS_EXPORT_SYMBOL
void pythonBindBoundaryCondition(pybind11::module &m)
Creates Python bindings for the Python BC class.