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#
obj - the Petsc variable Thus must be cast with a (
PetscObject
), for example,PetscObjectSetName
((PetscObject
)mat,name);name - the name to give obj
Note#
If this routine is not called then the object may end up being name by PetscObjectName()
.
See Also#
Level#
advanced
Location#
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
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages