PetscObjectView

Views any PetscObject, regardless of the type.

Synopsis

#include "petsc.h"    
int PetscObjectView(PetscObject obj,PetscViewer viewer)
Collective on PetscObject

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

Level:intermediate
Location:
src/sys/src/objects/destroy.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages