#include "petscsys.h" PetscErrorCode PetscObjectsDump(FILE *fd,PetscBool all)Logically Collective on PetscViewer
fd | - file pointer | |
all | - by default only tries to display objects created explicitly by the user, if all is PETSC_TRUE then lists all outstanding objects |
-objects_dump <all> | - print information about all the objects that exist at the end of the programs run |