:orphan: # PetscObjectView Views any `PetscObject`, regardless of the type. ## Synopsis ``` #include "petscsys.h" PetscErrorCode PetscObjectView(PetscObject obj, PetscViewer viewer) ``` Collective ## Input Parameters - ***obj -*** any PETSc object, for example a `Vec`, `Mat` or `KSP`. This must be cast with a (`PetscObject`), for example, `PetscObjectView`((`PetscObject`)mat,viewer); - ***viewer -*** any PETSc viewer ## See Also `PetscObject`, `PetscObjectViewFromOptions()` ## Level intermediate ## Location src/sys/objects/destroy.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/objects/destroy.c) [Index of all Sys routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)