OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include <Python.h>
#include "pythonexpression.h"
#include "dynamicinputrecord.h"
#include "classfactory.h"
#include "error.h"
#include <sstream>
Go to the source code of this file.
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | RETURN_VARIABLE "ret" |
Functions | |
oofem::REGISTER_Function (PythonExpression) | |
#define RETURN_VARIABLE "ret" |
Definition at line 45 of file pythonexpression.C.
Referenced by oofem::PythonExpression::getArray(), and oofem::PythonExpression::getScalar().