PetscObjectSetName#

Sets a string name associated with 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 the object may end up being name by PetscObjectName().

See Also#

PetscObjectGetName(), PetscObjectName()

Level#

advanced

Location#

src/sys/objects/pname.c

Examples#

src/dm/dt/dualspace/impls/lagrange/tutorials/ex1.c
src/dm/field/tutorials/ex1.c
src/dm/impls/plex/tutorials/ex10.c
src/dm/impls/plex/tutorials/ex13.c
src/dm/impls/plex/tutorials/ex14.c
src/dm/impls/plex/tutorials/ex3f90.F90
src/dm/impls/plex/tutorials/ex5.c
src/dm/impls/plex/tutorials/ex7.c
src/dm/impls/plex/tutorials/ex8.c
src/dm/impls/stag/tutorials/ex1.c
src/dm/impls/stag/tutorials/ex4.c


Edit on GitLab

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