11 #ifndef FIELD_PYTHON_HH_
12 #define FIELD_PYTHON_HH_
35 template <
int spacedim,
class Value>
53 void set_python_field_from_file(
const FilePath &file_name,
const string &func_name);
58 void set_python_field_from_string(
const string &python_source,
const string &func_name);
78 void set_func(
const string &func_name);
88 mutable PyObject *p_args_;
89 mutable PyObject *p_value_;
FieldAlgorithmBase< spacedim, Value >::Point Point
static Input::Type::Record input_type
Implementation.
Space< spacedim >::Point Point
Dedicated class for storing path to input and output files.