Flow123d
release_3.0.0-968-gc87a28e79
|
Go to the documentation of this file.
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
static constexpr bool value
Dedicated class for storing path to input and output files.
Space< spacedim >::Point Point
Helper struct stores data for initizalize descentants of FieldAlgorithmBase.
static const int registrar
Registrar of class to factory.
FieldAlgorithmBase< spacedim, Value > FactoryBaseType
FieldAlgorithmBase< spacedim, Value >::Point Point