PetscGetConfiguration#

Gets the PETSc configuration information in a string.

Synopsis#

#include "petscsys.h"   
PetscErrorCode PetscGetConfiguration(const char *configuration[])

Not Collective

Output Parameter#

  • configuration - configuration string

See Also#

PetscGetProgramName(), PetscGetVersionNumber(), PetscGetVersion()

Level#

developer

Location#

src/sys/objects/version.c

Examples#

src/sys/tutorials/ex17.c


Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages