petsc-3.15.0 2021-03-30
Report Typos and Errors

PetscViewerFlush

Flushes a PetscViewer (i.e. tries to dump all the data that has been printed through a PetscViewer).

Synopsis

#include "petscviewer.h" 
PetscErrorCode  PetscViewerFlush(PetscViewer viewer)
Collective on PetscViewer

Input Parameter

viewer - the PetscViewer to be flushed

See Also

PetscViewerSocketOpen(), PetscViewerASCIIOpen(), PetscViewerDrawOpen(), PetscViewerCreate(), PetscViewerDestroy(),
PetscViewerSetType()

Level

intermediate

Location

src/sys/classes/viewer/interface/flush.c

Examples

src/vec/is/sf/tutorials/ex1.c.html
src/dm/tutorials/swarm_ex1.c.html
src/snes/tutorials/ex62.c.html

Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages