Actual source code: petscviewertypes.h

petsc-3.7.5 2017-01-01
Report Typos and Errors
  1: /*
  2:      PetscViewers are objects where other objects can be looked at or stored.
  3: */

  5: #if !defined(_PETSCVIEWERTYPES_H)
  6: #define _PETSCVIEWERTYPES_H

  8: /*S
  9:      PetscViewer - Abstract PETSc object that helps view (in ASCII, binary, graphically etc)
 10:          other PETSc objects

 12:    Level: beginner

 14:   Concepts: viewing

 16: .seealso:  PetscViewerCreate(), PetscViewerSetType(), PetscViewerType
 17: S*/
 18: typedef struct _p_PetscViewer* PetscViewer;

 20: #endif