DLLibraryGetInfo

Gets the text information from a PETSc dynamic library

Synopsis

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

Input Parameters

handle -library handle returned by DLLibraryOpen()

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