petsc-3.7.5 2017-01-01
Report Typos and Errors

introduction to PETSc

  • ex1.c Introductory example that illustrates printing.
  • ex11.c Demonstrates PetscDataTypeFromString().
  • ex16.c Tests calling PetscOptionsSetValue() before PetscInitialize()
  • ex4.c Introductory example that illustrates running PETSc on a subset of processes.
  • ex4f.F
    This introductory example illustrates running PETSc on a subset
    of processes

  • ex4f90.F90
    This introductory example illustrates running PETSc on a subset
    of processes

  • Chombo Demonstrates call PETSc and Chombo in the same program.
  • Trilinos Demonstrates call PETSc first and then Trilinos in the same program.
  • Trilinos Demonstrates calling Trilinos and then PETSc in the same program.