Scientific Computing using PETSc (Part 1/2)
The PETSc library contains a number of reusable data structures and solvers for linear and nonlinear systems of equations that can greatly simplify the programming work of scientific computing. While it is possible to code everything "from scratch" using MPI and C/C++/Fortran, some may find code written reusing PETSc's data structures are easier to maintain...