Examples
ex1.c: Introductory example that illustrates printing.
ex10f.F90:
ex16.c: Tests calling PetscOptionsSetValue() before PetscInitialize()
ex16f.F90:
ex17.c: Demonstrates PetscGetVersonNumber().
ex17f.F90:
ex19.c: Illustrates creating an options database.
ex1f.F90:
ex2.c: Synchronized printing.
ex20.c: Demonstrates PetscOptionsPush()/PetscOptionsPop().
ex2f.F90:
ex3.c: Augmenting PETSc profiling by add events.
ex3f.F90:
ex3f90.F90:
ex4.c: Introductory example that illustrates running PETSc on a subset of processes.
ex4f.F90:
ex4f90.F90:
ex5.c: Demonstrates using the PetscBag Object
ex5f90.F90:
ex6.c: How to create a log handler using legacy callbacks";
ex7.c: How to create a log handler using the PetscLogHandler interface";
ex8f90.F90:
ex9f.F90: