Examples

ex1.c: Tests the creation of a PC context.
ex2.c: Tests PC and KSP on a tridiagonal matrix. Note that most
ex3.c: Demonstrates the use of fast Richardson for SOR. And
ex4.c: Demonstrates the use of fast Richardson for SOR. And tests
ex5.c: Tests the multigrid code. The input parameters are:
ex6.c: Creates a matrix using 9 pt stencil, and uses it to test MatIncreaseOverlap (needed for additive Schwarz preconditioner).
ex7.c: Tests MatILUFactorSymbolic() on matrix with missing diagonal.
ex8.c: Tests PCView() before PCSetup() with -pc_type lu.
ex8f.F90:
ex9f.F90: