DAGetGlobalIndicesF90

Returns a Fortran90 pointer to the list of global indices (global node number of all local nodes, including ghost nodes).

Synopsis

DAGetGlobalIndicesF90(DA da,integer n,{Scalar, pointer :: idx(:)},integer ierr)

Input Parameter

da -the distributed array

Output Parameters

n - the number of local elements, including ghost nodes (or PETSC_NULL)
idx - the Fortran90 pointer to the global indices
ierr - error code

Notes

Not yet supported for all F90 compilers

Keywords

distributed array, get, global, indices, local-to-global, f90

See Also

DAGetGlobalIndices()

Examples

src/snes/examples/tutorials/ex5f90.F

Location: src/da/src/daindex.c
IS and DA Index
Table of Contents