petsc-3.10.5 2019-03-28
Report Typos and Errors

PETSc System routines

PETSc provides a variety of "system" level routines, including parallel file access, synchronized printing to screen.

ex1.c: Introductory example that illustrates printing
ex2.c: Synchronized printing
ex3.c: Augmenting PETSc profiling by add events
ex4.c: Introductory example that illustrates running PETSc on a subset of processes
ex5.c: Demonstrates using the PetscBag Object\n\n
ex6.c: Example of using PetscLikely() and PetscUnlikely()
ex9.c: Example for PetscOptionsInsertFileYAML\n
ex11.c: Demonstrates PetscDataTypeFromString()
ex12.cxx: Demonstrates call PETSc and Chombo in the same program
ex13.cxx: Demonstrates call PETSc first and then Trilinos in the same program
ex14.cxx: Demonstrates calling Trilinos and then PETSc in the same program
ex15.c: Tests using PetscViewerGetSubViewer() recursively\n\n
ex16.c: Tests calling PetscOptionsSetValue() before PetscInitialize()\n\n
ex17.c: Demonstrates PetscGetVersonNumber()
ex18.c: Demonstrates PetscFileRetrieve()
makefile