OGS
|
Base class for source terms. This class will get Python bindings and is intended to be to be derived in Python.
Definition at line 22 of file PythonSourceTermPythonSideInterface.h.
#include <PythonSourceTermPythonSideInterface.h>
Public Member Functions | |
virtual std::pair< double, std::vector< double > > | getFlux (double, std::array< double, 3 > const &, std::vector< double > const &) const =0 |
virtual | ~PythonSourceTermPythonSideInterface ()=default |
|
virtualdefault |
|
pure virtual |
Computes the flux for the provided arguments (time, position of the node, primary variables at the node).
Implemented in ProcessLib::SourceTerms::Python::PythonSourceTermPythonSideInterfaceTrampoline.
Referenced by ProcessLib::SourceTerms::Python::pythonBindSourceTerm().