#include "petscsys.h" PetscErrorCode PetscObjectSetName(PetscObject obj,const char name[])Not Collective Many br
obj | - the Petsc variable Many brThus must be cast with a (PetscObject), for example, Many brPetscObjectSetName((PetscObject)mat,name); Many br | |
name | - the name to give obj Many br |
Many br
Level:advanced
Location:src/sys/objects/pname.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages