Skip to main content
Ctrl+K
PETSc 3.23.1 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
  • IS

IS#

Abstract PETSc object used for efficient indexing into vector and matrices

Synopsis#

typedef struct _p_IS *IS;

See Also#

ISType, ISCreateGeneral(), ISCreateBlock(), ISCreateStride(), ISGetIndices(), ISDestroy()

Level#

beginner

Location#

include/petscistypes.h

Examples#

src/dm/tutorials/ex6.c
src/dm/impls/plex/tutorials/ex10.c
src/dm/tutorials/swarm_ex3.c
src/dm/tutorials/ex22.c
src/dm/tutorials/ex14.c
src/dm/field/tutorials/ex1.c
src/dm/impls/plex/tutorials/ex1f90.F90
src/dm/label/tutorials/ex1.c
src/dm/impls/plex/tutorials/ex1.c
src/dm/impls/plex/tutorials/ex8.c

Implementations#

_p_IS in include/petsc/private/isimpl.h
IS_Block in src/vec/is/is/impls/block/block.c
IS_General in src/vec/is/is/impls/general/general.h
IS_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
  • 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-04-30T13:10:40-0500 (v3.23.1).