SLESView

Prints the SLES data structure.

Synopsis

int SLESView(SLES sles,Viewer viewer)

Input Parameters

SLES -the SLES context
viewer -optional visualization context

Collective on SLES unless Viewer is VIEWER_STDOUT_SELF

Options Database Key

 -sles_view : calls SLESView() at end of SLESSolve()

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

   ViewerFileOpenASCII() - output to a specified file

Keywords

SLES, view

See Also

ViewerFileOpenASCII()

Examples

src/sles/examples/tutorials/ex1f.F
src/sles/examples/tutorials/ex10.c
src/sles/examples/tutorials/ex1.c
src/sles/examples/tutorials/ex7.c

Location: src/sles/interface/sles.c
SLES Index
Table of Contents