:orphan: # PetscFortranCallbackGetSizes get sizes of class and subtype pointer arrays ## Synopsis ``` #include "petscsys.h" PetscErrorCode PetscFortranCallbackGetSizes(PetscClassId classid, PetscFortranCallbackId *numbase, PetscFortranCallbackId *numsubtype) ``` Collective ## Input Parameter - ***classid -*** class Id ## Output Parameters - ***numbase -*** number of registered class callbacks - ***numsubtype -*** max number of registered subtype callbacks ## See Also `PetscFortranCallbackRegister()`, `PetscObjectCopyFortranFunctionPointers()`, `PetscObjectSetFortranCallback()`, `PetscObjectGetFortranCallback()` ## Level developer ## Location src/sys/objects/fcallback.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/objects/fcallback.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)