#include "petsc.h" PetscErrorCode PetscTypeCompare(PetscObject obj,const char type_name[],PetscTruth *same)Not Collective
obj | - any PETSc object, for example a Vec, Mat or KSP. This must be cast with a (PetscObject), for example, PetscObjectDestroy((PetscObject)mat); | |
type_name | - string containing a type name |
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