PetscDLSym

finds a symbol in a dynamic library

Synopsis

PetscErrorCode PETSC_DLLEXPORT PetscDLSym(PetscDLHandle handle,const char symbol[],void **value)
Not Collective

Input Parameters

handle - obtained with PetscDLOpen()
symbol - name of symbol

Output Parameter

value -pointer to the function

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