petsc-3.3-p7 2013-05-11

PetscGetVersion

Gets the PETSc version information in a string.

Input Parameter

len -length of the string

Output Parameter

version -version string

Usage

char version[256]; ierr = PetscGetVersion(version,256);CHKERRQ(ierr)

Fortran Note

This routine is not supported in Fortran.

See Also

PetscGetProgramName()

Level:developer
Location:
include/petscsys.h
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages