:orphan: # 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 src/sys/objects/inherit.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/objects/inherit.c) [Index of all Sys routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)