DASetCoordinates
Sets into the DA a vector that indicates the coordinates of the local nodes (including ghost nodes).
Synopsis
int DASetCoordinates(DA da,Vec c)
Not Collective
Input Parameter
da | - the distributed array
|
c | - coordinate vector
|
Note
The coordinates should include those for all ghost points
Keywords
distributed array, get, corners, nodes, local indices, coordinates
See Also
DAGetGhostCorners(), DAGetCoordinates()
Level:intermediate
Location:src/dm/da/src/dacorn.c
DA Index
Table of Contents