PetscObjectGetName#

Gets a string name associated with a PETSc object.

Synopsis#

#include "petscsys.h"   
PetscErrorCode PetscObjectGetName(PetscObject obj, const char *name[])

Not Collective unless obj has not yet been named

Input Parameters#

Note#

Calls PetscObjectName() if a name has not yet been provided to the object.

See Also#

PetscObjectSetName(), PetscObjectName(), PetscObject, PetscObjectGetId()

Level#

intermediate

Location#

src/sys/objects/pgname.c

Examples#

src/sys/tutorials/ex7.c
src/dm/tutorials/ex10.c
src/dm/impls/plex/tutorials/ex11.c
src/snes/tutorials/ex36.c
src/sys/tutorials/ex6.c
src/ts/tutorials/ex11.c
src/dm/label/tutorials/ex1.c
src/dm/impls/plex/tutorials/ex8.c


Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages