ISBlockRestoreIndicesF90
Restores an index set to a usable state after a call to ISBlockGetIndicesF90().
Synopsis
ISBlockRestoreIndicesF90(IS x,{Scalar, pointer :: xx_v(:)},integer ierr)
Input Parameters
x | - index set
|
xx_v | - the Fortran90 pointer to the array
|
Output Parameter
ierr -error code
Example of Usage
Scalar, pointer xx_v(:)
....
call ISBlockGetIndicesF90(x,xx_v,ierr)
a = xx_v(3)
call ISBlockRestoreIndicesF90(x,xx_v,ierr)
Notes
Not yet supported for all F90
compilers
See Also
ISBlockGetIndicesF90(), ISGetIndices(), ISRestoreIndices(), ISRestoreIndicesF90()
Keywords
IS, index set, restore, indices, f90
Examples
src/is/examples/tutorials/ex3f90.F
Location: src/is/interface/index.c
IS and DA Index
Table of Contents