ex1.c: Reads a PETSc matrix and vector from a file and reorders it
ex2.c: testing SeqDense matrices with an LDA (leading dimension of the user-allocated arrray) larger than M
ex4.c: Illustrate the use of MatResetPreallocation
ex8.c: Shows how to add a new MatOperation to AIJ MatType
ex9.c: Tests MatCreateComposite()
ex10.c: Reads a PETSc matrix and computes the 2 norm of the columns
ex11.c: Tests MatMeshToDual()
ex12.c: Reads a PETSc matrix and vector from a file; expands the matrix with the vector
ex15.c: Example of using graph partitioning to partition a graph
ex16.c: Reads a matrix from PETSc binary file
ex17.c: Example of using graph partitioning with a matrix in which some procs have empty ownership
makefile