petsc-3.10.5 2019-03-28
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()
  • ex17.c Demonstrates PetscGetVersonNumber().
  • ex18.c Demonstrates PetscFileRetrieve().
  • 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.