PetscObjectCopyFortranFunctionPointers#
Copy function pointers to another object
Synopsis#
#include "petscsys.h"    
PetscErrorCode PetscObjectCopyFortranFunctionPointers(PetscObject src, PetscObject dest)
Logically Collective
Input Parameters#
- src - source object 
- dest - destination object 
Note#
Both objects must have the same class.
This is used to help manage user callback functions that were provided in Fortran
See Also#
PetscFortranCallbackRegister(), PetscFortranCallbackGetSizes()
Level#
developer
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages