ISStrideGetInfo
Returns the first index in a stride index set and the stride width.
Synopsis
int ISStrideGetInfo(IS is,int *first,int *step)
Input Parameter
is -the index set
Output Parameters
first -the first index
step -the stride width
Not
Collective
Notes
Returns info on stride index set. This is a pseudo-public function
thatshould not be needed by most users.
Keywords
IS, index set, stride, get, information
See Also
ISCreateStride(), ISGetSize()
Examples
src/is/examples/tutorials/ex2.c
Location: src/is/impls/seq/stride/stride.c
IS and DA Index
Table of Contents