SLESView

Prints the SLES data structure.

Synopsis

#include "petscsles.h"    
int SLESView(SLES sles,PetscViewer viewer)
Collective on SLES

Input Parameters

SLES - the SLES context
viewer - optional visualization context

Options Database Key

-sles_view -Calls SLESView() at end of SLESSolve()

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 alternative visualization contexts with

PetscViewerASCIIOpen() -output to a specified file

Keywords

SLES, view

See Also

PetscViewerASCIIOpen()

Level:beginner
Location:
src/sles/interface/sles.c
Index of all SLES routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/sles/examples/tutorials/ex1.c.html
src/sles/examples/tutorials/ex7.c.html
src/sles/examples/tutorials/ex10.c.html
src/sles/examples/tutorials/ex23.c.html
src/sles/examples/tutorials/ex1f.F.html
src/snes/examples/tutorials/ex24.c.html