petsc-3.3-p7 2013-05-11

ISGetType

Gets the index set type name (as a string) from the IS.

Synopsis

#include "petscis.h"  
PetscErrorCode  ISGetType(IS is, const ISType *type)
Not Collective

Input Parameter

is -The index set

Output Parameter

type -The index set type name

See Also

ISSetType(), ISCreate()

Level:intermediate
Location:
src/vec/is/interface/isreg.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages