#include "petscsys.h" PetscErrorCode PetscObjectTypeCompare(PetscObject obj,const char type_name[],PetscBool *same)Not Collective Many br
obj | - any PETSc object, for example a Vec, Mat or KSP. Many brThis must be cast with a (PetscObject), for example, Many brPetscObjectTypeCompare((PetscObject)mat); Many br | |
type_name | - string containing a type name Many br |
Many br
Level:intermediate
Location:src/sys/objects/destroy.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages