OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
pythonexpression.h File Reference
#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
 

Macro Definition Documentation

#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 Documentation

typedef _object PyObject

Definition at line 41 of file pythonexpression.h.


This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:33 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011