Overview#
PETSc, the Portable, Extensible Toolkit for Scientific Computation, is intended for use in large-scale application projects. PETSc includes a large suite of parallel linear, nonlinear equation solvers and ODE integrators that are easily used in application codes written in C, C++, Fortran and Python. PETSc provides many of the mechanisms needed within parallel application codes, such as simple parallel matrix and vector assembly routines that allow the overlap of communication and computation. In addition, PETSc includes support for managing parallel PDE discretizations
- PETSc in a nutshell
- Core Features and Functionality
- GPU Support Roadmap
- Summary of Matrix Types Available In PETSc
- Summary of Vector Types Available In PETSc
- Summary of Sparse Linear Solvers Available In PETSc
- Summary of Nonlinear Solvers Available In PETSc
- Summary of Tao Solvers
- Summary of Discretization Management Systems
- User-Guide
- API-Docs
- Changes for each release
- Single Index of all PETSc Manual Pages