PetscObjectGetCookie

Gets the cookie for any PetscObject,

Synopsis

#include "petsc.h"    
int PetscObjectGetCookie(PetscObject obj,int *cookie)
Not Collective

Input Parameter

obj -any PETSc object, for example a Vec, Mat or KSP. Thus must be cast with a (PetscObject), for example, PetscObjectGetCookie((PetscObject)mat,&cookie);

Output Parameter

cookie -the cookie

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