OGS
|
Classes | |
class | PythonSourceTerm |
A source term whose values are computed by a Python script. More... | |
class | PythonSourceTermLocalAssembler |
class | PythonSourceTermLocalAssemblerInterface |
class | PythonSourceTermPythonSideInterface |
class | PythonSourceTermPythonSideInterfaceTrampoline |
struct | PythonStData |
Functions | |
void | pythonBindSourceTerm (pybind11::module &m) |
Creates Python bindings for the Python source term class. | |
OGS_EXPORT_SYMBOL void ProcessLib::SourceTerms::Python::pythonBindSourceTerm | ( | pybind11::module & | m | ) |
Creates Python bindings for the Python source term class.
Definition at line 45 of file PythonSourceTermModule.cpp.
References ProcessLib::SourceTerms::Python::PythonSourceTermPythonSideInterface::getFlux().
Referenced by PYBIND11_EMBEDDED_MODULE(), and PYBIND11_MODULE().