slepc-3.13.0 2020-03-31
Report Typos and Errors

SlepcGetVersion

Gets the SLEPc version information in a string.

Synopsis

#include "slepcsys.h" 
PetscErrorCode SlepcGetVersion(char version[],size_t len)
Not collective

Input Parameter

len  - length of the string

Output Parameter

version  - version string

See Also

SlepcGetVersionNumber()

Location: src/sys/slepcinit.c
Index of all sys routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/sys/tutorials/ex33.c.html