petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscObjectGetFortranCallback

get fortran callback function pointer and context

Synopsis

#include "petscsys.h"    
PetscErrorCode PetscObjectGetFortranCallback(PetscObject obj,PetscFortranCallbackType cbtype,PetscFortranCallbackId cid,void (**func)(void),void **ctx)
Logically Collective Many br

Input Arguments

obj - object on which to get callback Many br
cbtype - callback type Many br
cid - address of callback Id Many br

Output Arguments

func - Fortran function (or NULL if not needed) Many br
ctx - Fortran context (or NULL if not needed) Many br

Many br

See Also

PetscObjectSetFortranCallback()

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