Skip to main content
Ctrl+K
PETSc v3.23.2-216-g4bf22137d19f documentation - Home
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • ISView

ISView#

Displays an index set.

Synopsis#

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

Collective

Input Parameters#

  • is - the index set

  • viewer - viewer used to display the set, for example PETSC_VIEWER_STDOUT_SELF.

See Also#

IS, PetscViewer, PetscViewerASCIIOpen(), ISViewFromOptions()

Level#

intermediate

Location#

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

Examples#

src/ksp/ksp/tutorials/ex8.c
src/ksp/ksp/tutorials/ex84.c
src/mat/tutorials/ex1.c
src/mat/tutorials/ex15.c
src/mat/tutorials/ex17f.F90
src/mat/tutorials/ex15f.F90
src/mat/tutorials/ex11f.F90
src/mat/tutorials/ex17.c
src/ksp/ksp/tutorials/ex62.c
src/mat/tutorials/ex11.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

On this page
  • Synopsis
  • Input Parameters
  • See Also
  • Level
  • Location
  • Examples
  • Implementations
Edit on GitLab
Show Source

© Copyright 1991-2025, UChicago Argonne, LLC and the PETSc Development Team.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.15.1.

Last updated on 2025-05-24T03:44:16-0500 (v3.23.2-216-g4bf22137d19f).