Python Module Index

_ | a | c | d | e | f | g | h | i | l | m | n | o | p | s | t | u | v
 
_
_main pyFormex main module
 
a
adjacency A class for storing and handling adjacency tables.
apps pyFormex application loading.
    apps.BifMesh Vascular Bifurcation Sweeping Mesher
    apps.DicomViewer DicomViewer
    apps.FileDedup Find (and delete) duplicate files.
    apps.RunAll RunAll
    apps.SlidingPuzzle SlidingPuzzle
arraytools A collection of numerical utilities.
attributes Attributes
 
c
candy Predefined geometries for a special purpose.
cmdtools pyFormex command line tools
collection Tools for handling collections of elements belonging to multiple parts.
color Playing with colors.
config A configuration class with Python syntax.
connectivity A class and functions for handling nodal connectivity.
coords A structured collection of 3D coordinates.
coordsys Coordinate Systems.
curve Handling curves in pyFormex
 
d
debug Control debug and verbosity output.
 
e
elements Definition of elements for the :class:`~mesh.Mesh` model
 
f
fe
    fe.beam2d beam2d: A 2d beam finite element
    fe.eigen eigen.py: Solving large eigenproblems.
    fe.fe_abq Export finite element models in Abaqus\ |trade| input file format.
    fe.fe_post A class for holding results from Finite Element simulations.
    fe.fe_tools Utility functions for finite elements applications
    fe.femodel Finite Element Models in pyFormex.
    fe.jobs_menu Jobs Menu
    fe.postproc Postprocessing functions
    fe.postproc_menu Postprocessing Menu
    fe.properties General framework for attributing properties to geometrical elements.
field Field data defined over a geometry.
fileread Read geometry from files in a number of formats.
filetools A collection of file utilities.
filetype Common file type specifications
filewrite Write geometry to file in a whole number of formats.
flatkeydb Flat Text File Database.
formex Formex algebra in Python
freeze Freeze: create frozen objects
 
g
geometry A generic interface to the Coords transformation methods
geomfile Export/import of files in pyFormex's native PGF format
geomtools Basic geometrical operations.
globalformat Set global ouput format for built-in types.
gui
    gui.annotations Annotations
    gui.appmenu Menu with pyFormex apps.
    gui.colorscale Mapping numerical values into colors.
    gui.dialogs Specialized dialogs for the pyFormex GUI.
    gui.drawlock A locking mechanism for the drawing functions.
    gui.guifunc GUI support functions.
    gui.guimain Graphical User Interface for pyFormex.
    gui.guiscript Create 3D graphical representations.
    gui.image Saving OpenGL renderings to image files.
    gui.menu Menus for the pyFormex GUI.
    gui.menus pyFormex plugin menus.
    gui.menus.Actions Menus for the pyFormex GUI.
    gui.menus.Camera Camera handling menu.
    gui.menus.File Functions from the File menu.
    gui.menus.Geometry Geometry Menu
    gui.menus.Help Display help
    gui.menus.Mesh Mesh Menu
    gui.menus.Nurbs Nurbs menu
    gui.menus.Settings Settings menu.
    gui.menus.Surface Surface Menu
    gui.menus.Tools Menu with graphical tools for pyFormex.
    gui.menus.Viewport Viewport Menu.
    gui.projectmgr Project menu.
    gui.pyconsole Interactive Python console in a Qt widget.
    gui.qtcanvas Interactive OpenGL Canvas embedded in a Qt widget.
    gui.qtgl Qt OpenGL format
    gui.qtutils General Qt utility functions.
    gui.signals signals.py: Definition of our own signals used in the GUI communication.
    gui.timer
    gui.toolbar Toolbars for the pyFormex GUI.
    gui.viewport Multiple OpenGL viewports in a Qt widget.
    gui.views Predefined camera viewing directions
    gui.widgets Widgets and dialogs for the pyFormex GUI
 
h
hdf5file Store pyFormex geometry or projects in HDF5 format.
 
i
inertia Compute inertia related quantities of geometrical models.
 
l
lib
    lib.clust_c Accelerated cluster optimization
    lib.misc_c Miscellaneous accelerated low level functions.
    lib.misc_e Python equivalents of the functions in :mod:`lib.misc_c`
    lib.nurbs_c Accelerated NURBS functions
    lib.nurbs_e Python equivalents of the functions in lib.nurbs_c
 
m
mesh Finite element meshes in pyFormex.
messages Filterable Warning Messages
metaclass Metaclasses
multi Framework for multi-processing in pyFormex
mydict Extensions to Python's built-in dict class.
 
n
namespace A Namespace class with both attribute and dict style lookup.
 
o
olist Some convenient shortcuts for common list operations.
opengl
    opengl.actors OpenGL Actors.
    opengl.camera OpenGL camera handling
    opengl.canvas This implements an OpenGL drawing widget for painting 3D scenes.
    opengl.canvas_settings This modules defines the CanvasSettings class
    opengl.decors Decorations for the OpenGL canvas.
    opengl.drawable OpenGL rendering objects for the new OpenGL2 engine.
    opengl.fonttexture Textures for rendering text fonts.
    opengl.gl OpenGL access functions
    opengl.matrix opengl/matrix.py
    opengl.objectdialog Interactive modification of the rendered scene
    opengl.renderer opengl/renderer.py
    opengl.sanitize Sanitize data before rendering.
    opengl.scene OpenGL 3D scene.
    opengl.shader OpenGL shader programs
    opengl.textext Text rendering on the OpenGL canvas.
    opengl.texture Texture rendering.
 
p
parser pyFormex command line options
path Object oriented filesystem paths.
plugins A collection of extended functionality for pyFormex.
    plugins.alt Some additional classes.
    plugins.calpy_itf Calpy interface for pyFormex.
    plugins.cameratools Camera tools
    plugins.ccxdat
    plugins.ccxinp Interface with Abaqus/Calculix FE input files (.inp).
    plugins.centerline Centerline.py
    plugins.clustering Point based clustering module.
    plugins.database A simple Database class
    plugins.datareader Numerical data reader
    plugins.dicomstack Convert bitmap images into numpy arrays.
    plugins.draw2d Interactive 2D drawing in a 3D space
    plugins.dxf Read/write geometry in DXF format.
    plugins.flavia
    plugins.gts_itf Operations on triangulated surfaces using GTS functions.
    plugins.http_server Local http server and html file viewer
    plugins.imagearray Convert bitmap images into numpy arrays.
    plugins.interaction_tools
    plugins.isopar Isoparametric transformations
    plugins.isosurface Isosurface: surface reconstruction algorithms
    plugins.lima Lindenmayer Systems
    plugins.mesh_io
    plugins.neu_exp Gambit neutral file exporter.
    plugins.nurbs Using NURBS in pyFormex.
    plugins.partition Partitioning tools
    plugins.plot2d plot2d.py
    plugins.plyfile
    plugins.polygon Polygonal facets.
    plugins.polynomial Polynomials
    plugins.scipy_itf Interface with SciPy.
    plugins.section2d Some functions operating on 2D structures.
    plugins.sectionize sectionize.py
    plugins.tetgen Interface with tetgen
    plugins.tools A collection of graphical tools for pyFormex.
    plugins.turtle Turtle graphics for pyFormex
    plugins.units A Python wrapper for unit conversion of physical quantities.
    plugins.vtk_itf Interface with VTK.
    plugins.web Tools to access files from the web
    plugins.webgl View and manipulate 3D models in your browser.
    plugins.wrl Wrl
polygons Polygon meshes.
process Execute external commands.
project project.py
py2rst Automatic generation of documentation
pyffile pyffile.py
pyformex pyFormex
pzffile A multifunctional file format for saving pyFormex geometry or projects.
 
s
script Basic pyFormex script functions
sendmail sendmail.py: a simple program to send an email message
simple Predefined geometries with a simple shape.
software Detecting and checking installed software
 
t
timing Timing: Measuring elapsed wall or cpu time.
track Add tracking facilities to any class.
trisurface Operations on triangulated surfaces.
 
u
utils A collection of miscellaneous utility functions
 
v
varray Working with variable width tables.