PetscObjectView#
Views a 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,- Mator- KSP. It must be cast with a (- PetscObject), for example,- PetscObjectView((- PetscObject)mat,- viewer);
- viewer - any PETSc viewer 
See Also#
Level#
intermediate
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages