INTEC   05402
INSTITUTO DE DESARROLLO TECNOLOGICO PARA LA INDUSTRIA QUIMICA
Unidad Ejecutora - UE
informe técnico
Título:
PETSc for Python (version 1.1.2)
Autor/es:
LISANDRO D. DALCIN
Fecha inicio/fin:
2010-01-01/2010-10-01
Páginas:
1-7
Naturaleza de la

Producción Tecnológica:
Informática (software)
Campo de Aplicación:
Varios campos
Descripción:
This document describes petsc4py, a Python port to the PETSc libraries.PETSc (the Portable, Extensible Toolkit for Scientific Computation) is a suite of data structures and routinesfor the scalable (parallel) solution of scientific applications modeled by partial differential equations. Itemploys the MPI standard for all message-passing communication.This package provides an important subset of PETSc functionalities and uses NumPy to efficiently manageinput and output of array data.A good friend of petsc4py is:• mpi4py: Python bindings for MPI, the Message Passing Interface.Other two projects depend on petsc4py:• slepc4py: Python bindings for SLEPc, the Scalable Library for Eigenvalue Problem Computations.• tao4py: Python bindings for TAO, the Toolkit for Advanced Optimization.