20 #ifndef FIELD_PYTHON_HH_ 21 #define FIELD_PYTHON_HH_ 45 template <
int spacedim,
class Value>
62 void set_python_field_from_file(
const FilePath &file_name,
const string &func_name);
67 void set_python_field_from_string(
const string &python_source,
const string &func_name);
90 void set_func(
const string &func_name);
97 #ifdef FLOW123D_HAVE_PYTHON 100 mutable PyObject *p_args_;
101 mutable PyObject *p_value_;
102 #endif // FLOW123D_HAVE_PYTHON FieldAlgorithmBase< spacedim, Value >::Point Point
Helper struct stores data for initizalize descentants of FieldAlgorithmBase.
static constexpr bool value
Space< spacedim >::Point Point
static const int registrar
Registrar of class to factory.
Dedicated class for storing path to input and output files.
FieldAlgorithmBase< spacedim, Value > FactoryBaseType