PetscDLLibraryGetInfo

Gets the text information from a PETSc dynamic library

Synopsis

int PetscDLLibraryGetInfo(void *handle,char *type,char **mess)
Not Collective

Input Parameters

handle -library handle returned by PetscDLLibraryOpen()

Level:developer
Location:
src/sys/src/dll/dl.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/sys/examples/tutorials/ex4.c.html