PartitioningView

Prints the partitioning data structure.

Synopsis

int PartitioningView(Partitioning  part,Viewer viewer)

Input Parameters

part -the partitioning context
viewer -optional visualization context

Collective on Partitioning unless Viewer is VIEWER_STDOUT_SELF

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

Partitioning, view

See Also

ViewerFileOpenASCII()

Location: src/mat/impls/partition/partition.c
Matrix Index
Table of Contents