OGS
PythonSourceTermPythonSideInterface.h
Go to the documentation of this file.
1
11#pragma once
12
13namespace ProcessLib
14{
15namespace SourceTerms
16{
17namespace Python
18{
23{
24public:
32 virtual std::pair<double, std::vector<double>> getFlux(
33 double /*t*/, std::array<double, 3> const& /*x*/,
34 std::vector<double> const& /*primary_variables*/) const = 0;
35
37};
38} // namespace Python
39} // namespace SourceTerms
40} // namespace ProcessLib
virtual std::pair< double, std::vector< double > > getFlux(double, std::array< double, 3 > const &, std::vector< double > const &) const =0