DAGetCoordinates

Gets the node coordinates associated with a DA.

Synopsis

#include "da.h"   
int DAGetCoordinates(DA da,Vec *c)
Not Collective

Input Parameter

da -the distributed array

Output Parameter

c -coordinate vector

Note

Does NOT nclude the coordinates for the the ghost nodes

Keywords

distributed array, get, corners, nodes, local indices, coordinates

See Also

DAGetGhostCorners(), DASetCoordinates()

Level:intermediate
Location:src/dm/da/src/dacorn.c
DA Index
Table of Contents