#include "petscsys.h" PetscErrorCode PetscObjectGetName(PetscObject obj,const char *name[])Not Collective unless object has not been named yet Many br
obj | - the Petsc variable Many brThus must be cast with a (PetscObject), for example, Many brPetscObjectGetName((PetscObject)mat,&name); Many br | |
name | - the name associated with obj Many br |
Many br
Level:intermediate
Location:src/sys/objects/pgname.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages