PFView

Prints information about a mathematical function

Synopsis

#include "petscpf.h" 
int PFView(PF pf,Viewer viewer)
Collective on PF unless Viewer is VIEWER_STDOUT_SELF

Input Parameters

PF - the PF context
viewer - optional visualization context

Note

The available visualization contexts include
VIEWER_STDOUT_SELF - standard output (default)
VIEWER_STDOUT_WORLD - synchronized standard output where only the first processor opens the file. All other processors send their data to the first processor to print.

The user can open an alternative visualization contexts with ViewerASCIIOpen() (output to a specified file).

Keywords

PF, view

See Also

ViewerCreate(), ViewerASCIIOpen()

Level:developer
Location:
src/pf/interface/pf.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages