#include "petsc.h" int PetscObjectGetName(PetscObject obj,char *name[])Not Collective
obj | - the Petsc variable Thus must be cast with a (PetscObject), for example, PetscObjectGetName((PetscObject)mat,&name); | |
name | - the name associated with obj |
Level:intermediate
Location:src/sys/src/objects/pgname.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages