#include "petscdm.h" PetscErrorCode DMGetCoordinates(DM dm, Vec *c)Not Collective
Each process has only the local coordinates (does NOT have the ghost coordinates).
For DMDA, in two and three dimensions coordinates are interlaced (x_0,y_0,x_1,y_1,...) and (x_0,y_0,z_0,x_1,y_1,z_1...)
Level:intermediate
Location:src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages