OGS
|
Definition at line 24 of file PythonSourceTerm.h.
#include <PythonSourceTerm.h>
Public Member Functions | |
ProcessLib::BoundaryConditionAndSourceTerm::Python::FlagAndFluxAndDFlux | getFlagAndFluxAndDFlux (double const t, std::array< double, 3 > const coords, std::vector< double > const &prim_vars_data) const |
Additional Inherited Members | |
Public Attributes inherited from ProcessLib::BoundaryConditionAndSourceTerm::Python::BcOrStData< PythonSourceTermPythonSideInterface > | |
PythonSourceTermPythonSideInterface const *const | bc_or_st_object |
Python object computing BC or ST values. | |
int const | global_component_id |
MeshLib::Mesh const & | bc_or_st_mesh |
The domain, where this BC or ST will be applied. | |
std::vector< std::reference_wrapper< ProcessVariable > > const & | all_process_variables_for_this_process |
unsigned const | shape_function_order |
|
inline |
The interfaces of Python BCs and STs differ slightly.
This method provides an interface for accessing Python BC and ST objects in a uniform way.
Definition at line 33 of file PythonSourceTerm.h.