petsc-3.4.5 2014-06-29
DMDAGetGlobalIndicesF90
Returns a Fortran90 pointer to the list of global indices (global node number of all local nodes, including ghost nodes).
Synopsis
DMDAGetGlobalIndicesF90(DM da,integer n,{integer, pointer :: idx(:)},integer ierr)
Not Collective
Input Parameter
da -the distributed array
Output Parameters
| n | - the number of local elements, including ghost nodes (or 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
DMDAGetGlobalIndices()
Level:intermediate
Location:src/dm/impls/da/daindex.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/snes/examples/tutorials/ex5f90.F.html
src/snes/examples/tutorials/ex5f90t.F.html