OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "function.h"
Go to the source code of this file.
Classes | |
class | oofem::PythonExpression |
Class representing user defined functions as Python expressions. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for PythonExpression | |
#define | _IFT_PythonExpression_Name "pythonexpression" |
#define | _IFT_PythonExpression_f "f" |
Expression with return variable named "ret". More... | |
#define | _IFT_PythonExpression_dfdt "dfdt" |
Velocity with return variable named "ret". More... | |
#define | _IFT_PythonExpression_d2fdt2 "d2fdt2" |
Acceleration with return variable named "ret". More... | |
Typedefs | |
typedef _object | PyObject |
#define _IFT_PythonExpression_d2fdt2 "d2fdt2" |
Acceleration with return variable named "ret".
Definition at line 50 of file pythonexpression.h.
Referenced by oofem::PythonExpression::giveInputRecord(), and oofem::PythonExpression::initializeFrom().
#define _IFT_PythonExpression_dfdt "dfdt" |
Velocity with return variable named "ret".
Definition at line 49 of file pythonexpression.h.
Referenced by oofem::PythonExpression::giveInputRecord(), and oofem::PythonExpression::initializeFrom().
#define _IFT_PythonExpression_f "f" |
Expression with return variable named "ret".
Definition at line 48 of file pythonexpression.h.
Referenced by oofem::PythonExpression::giveInputRecord(), and oofem::PythonExpression::initializeFrom().
#define _IFT_PythonExpression_Name "pythonexpression" |
Definition at line 47 of file pythonexpression.h.
Referenced by oofem::PythonExpression::giveInputRecordName().
typedef _object PyObject |
Definition at line 41 of file pythonexpression.h.