IPView

Prints the IP data structure.

Synopsis

#include "slepcip.h" 
PetscErrorCode IPView(IP ip,PetscViewer viewer)
Collective on IP

Input Parameters

ip - the inner product context
viewer - optional visualization context

Note

The available visualization contexts include
PETSC_VIEWER_STDOUT_SELF - standard output (default)
PETSC_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 context with PetscViewerASCIIOpen() - output to a specified file.

See Also

EPSView(), SVDView(), PetscViewerASCIIOpen()

Location: src/ip/ipbasic.c
Index of all IP routines
Table of Contents for all manual pages
Index of all manual pages