DARefine
Creates a new distributed array that is a refinement of a given distributed array.
Synopsis
int DARefine(DA da, DA *daref)
Collective on
DA
Input Parameter
da -initial distributed array
Output Parameter
daref -refined distributed array
Note
Currently, refinement consists of just doubling the number of grid
spacesin each dimension of the DA.
Keywords
distributed array, refine
See Also
DACreate1d(), DACreate2d(), DACreate3d(), DADestroy()
Location: src/da/src/da2.c
IS and DA Index
Table of Contents