petsc-3.9.4 2018-09-11
PetscViewerSetUp
Sets up the internal viewer data structures for the later use.
Synopsis
#include "petscviewer.h"
PetscErrorCode PetscViewerSetUp(PetscViewer viewer)
Collective on PetscViewer
Input Parameters
viewer -the PetscViewer context
Notes
For basic use of the PetscViewer classes the user need not explicitly call
PetscViewerSetUp(), since these actions will happen automatically.
Keywords
PetscViewer, setup
See Also
PetscViewerCreate(), PetscViewerDestroy()
Level
advanced
Location
src/sys/classes/viewer/interface/view.c
Implementations
PetscViewerSetUp_Binary in src/sys/classes/viewer/impls/binary/binv.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages