PetscObjectSetName#

Sets a string name for a PETSc object.

Synopsis#

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

Not Collective

Input Parameters#

Note#

If this routine is not called then obj may end up being named by PetscObjectName().

See Also#

PetscObjectGetName(), PetscObjectName()

Level#

advanced

Location#

src/sys/objects/pname.c

Examples#

src/vec/vec/tutorials/ex3.c
src/sys/tutorials/ex7.c
src/vec/vec/utils/tagger/tutorials/ex1.c
src/vec/vec/tutorials/ex31.c
src/ts/tutorials/ex47.c
src/sys/tutorials/ex6.c
src/ts/tutorials/ex11.c
src/vec/vec/tutorials/ex10.c
src/ts/tutorials/ex48.c
src/vec/vec/tutorials/ex19.c


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