petsc-3.3-p7 2013-05-11
DMIGAGetLocalInfo
Gets information about a given IGA and this processors location in it
Synopsis
#include "petscdmiga.h"
PetscErrorCode DMIGAGetLocalInfo(DM dm, DMDALocalInfo *info)
Not Collective
Input Parameter
dm -the IGA
Output Parameter
dainfo -structure containing the information
Keywords
distributed array, get, information
See Also
DMDAGetLocalInfo()
Level:beginner
Location:src/dm/impls/igaiga.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/ts/examples/tutorials/ex18.c.html