Home | Trees | Indices | Help |
|
---|
|
This package is an interface to PETSc libraries.
PETSc (the Portable, Extensible Toolkit for Scientific Computation) is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication.
Version: 3.18.5
Author: Lisandro Dalcin
|
|||
|
|
|||
|
|||
|
|||
|
|
|||
__credits__ =
|
|||
__package__ = None
|
|
Initialize PETSc. 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 petsc4py should use this function to locate the appropriate include directory. Using Python distutils (or perhaps NumPy distutils): import petsc4py Extension('extension_name', ... include_dirs=[..., petsc4py.get_include()]) |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Feb 27 16:31:07 2023 | http://epydoc.sourceforge.net |