DASetCoordinates
Sets into the DA a vector that indicates the coordinates of the local nodes (NOT including ghost nodes).
Synopsis
#include "da.h"
int DASetCoordinates(DA da,Vec c)
Not Collective
Input Parameter
| da | - the distributed array
|
| c | - coordinate vector
|
Note
The coordinates should NOT 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