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 |
Location: src/sys/src/objectspgname.c
System Index
Table of Contents