IS#

Abstract PETSc object that used for efficient indexing

Synopsis#

typedef struct _p_IS *IS;

See Also#

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

Level#

beginner

Location#

include/petscistypes.h

Examples#

src/vec/vec/tutorials/ex44.c.html
src/dm/impls/plex/tutorials/ex1f90.F90.html
src/dm/tutorials/ex22.c.html
src/dm/label/tutorials/ex1.c.html
src/dm/label/tutorials/ex1f90.F90.html
src/ksp/ksp/tutorials/ex59.c.html
src/ksp/ksp/tutorials/ex62.c.html
src/ksp/ksp/tutorials/ex8.c.html
src/snes/tutorials/ex73f90t.F90.html

Implementations#

_p_IS in include/petsc/private/isimpl.h


Edit on GitLab

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