ISView#

Displays an index set.

Synopsis#

#include "petscis.h" 
PetscErrorCode ISView(IS is, PetscViewer viewer)

Collective

Input Parameters#

See Also#

IS, PetscViewer, PetscViewerASCIIOpen(), ISViewFromOptions()

Level#

intermediate

Location#

src/vec/is/is/interface/index.c

Examples#

src/dm/tutorials/ex14.c
src/dm/tutorials/ex22.c
src/dm/field/tutorials/ex1.c
src/ksp/ksp/tutorials/ex84.c
src/mat/tutorials/ex11.c
src/dm/label/tutorials/ex1.c
src/mat/tutorials/ex1.c
src/mat/tutorials/ex15.c
src/ksp/ksp/tutorials/ex62.c
src/mat/tutorials/ex17.c

Implementations#

ISView_Block() in src/vec/is/is/impls/block/block.c
ISView_General() in src/vec/is/is/impls/general/general.c
ISView_Stride() in src/vec/is/is/impls/stride/stride.c


Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages