PetscObjectView

Views any PetscObject, regardless of the type.

Synopsis

int PetscObjectView(PetscObject obj,Viewer viewer)
Collective on PetscObject, unless Viewer is sequential (e.g., VIEWER_STDOUT_SELF)

Input Parameters

obj - any PETSc object, for example a Vec, Mat or KSP. Thus must be cast with a (PetscObject), for example, PetscObjectView((PetscObject) mat,viewer);
viewer - any PETSc viewer

Keywords

object, view

Location: src/sys/src/objectsdestroy.c
System Index
Table of Contents