ISView

Displays an index set.

Synopsis

#include "is.h" 
int ISView(IS is,Viewer viewer)
Collective on IS

Input Parameters

is - the index set
viewer - viewer used to display the set, for example VIEWER_STDOUT_SELF.

Keywords

IS, index set, indices

See Also

ViewerASCIIOpen()

Examples

src/snes/examples/tutorials/ex8.c

Level:intermediate
Location:src/vec/is/interface/index.c
Index Set
Table of Contents