petsc-3.3-p7 2013-05-11
DMDAGetCoordinateDA
Gets the DMDA that scatters between global and local DMDA coordinates
Synopsis
#include "petscdmda.h"
PetscErrorCode DMDAGetCoordinateDA(DM da,DM *cda)
Collective on DMDA
Input Parameter
da -the distributed array
Output Parameter
dac -coordinate DMDA
Keywords
distributed array, get, corners, nodes, local indices, coordinates
See Also
DMDAGetGhostCorners(), DMDASetCoordinates(), DMDASetUniformCoordinates(), DMDAGetCoordinates(), DMDAGetGhostedCoordinates()
Level:intermediate
Location:src/dm/impls/da/dacorn.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/dm/examples/tutorials/ex3.c.html
src/ksp/ksp/examples/tutorials/ex42.c.html
src/ksp/ksp/examples/tutorials/ex43.c.html
src/ksp/ksp/examples/tutorials/ex49.c.html
src/snes/examples/tutorials/ex46.c.html