#include "petscsys.h" PetscErrorCode PetscObjectPrintClassNamePrefixType(PetscObject obj,PetscViewer viewer)
obj | - the PETSc object Many br | |
viewer | - ASCII viewer where the information is printed, function does nothing if the viewer is not PETSCVIEWERASCII type Many br |
Many br
Notes: If the viewer format is PETSC_VIEWER_ASCII_MATLAB then the information is printed after a % symbol Many brso that MATLAB will treat it as a comment. Many br
If the viewer format is PETSC_VIEWER_ASCII_VTK*, PETSC_VIEWER_ASCII_LATEX, or Many brPETSC_VIEWER_ASCII_MATRIXMARKET then don't print header information Many bras these formats can't process it. Many br
Level:developer
Location:src/sys/objects/pname.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages