ISStride

Determines if an IS is based on a stride.

Synopsis

#include "is.h"   
int ISStride(IS is,PetscTruth *flag)
Not Collective

Input Parameter

is -the index set

Output Parameters

flag -either PETSC_TRUE or PETSC_FALSE

Keywords

IS, index set, stride, get, information

See Also

ISCreateStride(), ISGetSize()

Level:intermediate
Location:src/vec/is/impls/stride/stride.c
Index Set
Table of Contents