#include "petscsys.h" PetscErrorCode PetscObjectGetFortranCallback(PetscObject obj,PetscFortranCallbackType cbtype,PetscFortranCallbackId cid,void (**func)(void),void **ctx)Logically Collective
obj | - object on which to get callback | |
cbtype | - callback type | |
cid | - address of callback Id |
func | - Fortran function (or NULL if not needed) | |
ctx | - Fortran context (or NULL if not needed) |