Home | Trees | Indices | Help |
|
---|
|
This package is an interface to TAO libraries. TAO is based on PETSc and uses MPI.
Version: 2.2
Author: Lisandro Dalcin
|
|||
|
|
|||
|
|||
|
|
|||
__credits__ =
|
|||
__package__ = None
|
|
Initializes TAO. This function should be called only once, typically at the very beginning of the bootstrap script of an application.
|
Return the directory in the package that contains header files. Extension modules that need to compile against tao4py should use this function to locate the appropriate include directory. Using Python distutils (or perhaps NumPy distutils): import petsc4py, tao4py Extension('extension_name', ... include_dirs=[..., petsc4py.get_include(), tao4py.get_include(),]) |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Oct 12 01:25:27 2013 | http://epydoc.sourceforge.net |