|
OOFEM 3.0
|
#include <Python.h>#include "pythonexpression.h"#include "dynamicinputrecord.h"#include "classfactory.h"#include "error.h"#include <sstream>#include <iostream>#include <fstream>Go to the source code of this file.
Namespaces | |
| namespace | oofem |
Macros | |
| #define | RETURN_VARIABLE "ret" |
Functions | |
| oofem::REGISTER_Function (PythonExpression) | |
| #define RETURN_VARIABLE "ret" |
Definition at line 47 of file pythonexpression.C.
Referenced by oofem::PythonExpression::getArray(), and oofem::PythonExpression::getScalar().