PetscObjectPublish
Publishs an object for the ALICE Memory Snooper
Synopsis
int PetscObjectPublish(PetscObject obj)
Collective on PetscObject
Input Parameters
obj -the Petsc variable
Thus must be cast with a (PetscObject), for example,
PetscObjectSetName((PetscObject) mat,name);
Keywords
object, monitoring, publishing
See Also
PetscObjectSetName(), ViewerAMSOpen()
Level:advanced
Location:src/sys/src/objects/pname.c
System Index
Table of Contents