DMStagGetProductCoordinateArraysRead#
extract product coordinate arrays, read-only
Synopsis#
PetscErrorCode DMStagGetProductCoordinateArraysRead(DM dm, void *arrX, void *arrY, void *arrZ)
Logically Collective
See the man page for DMStagGetProductCoordinateArrays()
for more information.
Input Parameter#
dm - the DMStag object
Output Parameters#
arrX,arrY,arrZ - local 1D coordinate arrays
See Also#
DMSTAG
, DMPRODUCT
, DMStagGetProductCoordinateArrays()
, DMStagSetUniformCoordinates()
, DMStagSetUniformCoordinatesProduct()
, DMStagGetProductCoordinateLocationSlot()
Level#
intermediate
Location#
Examples#
src/dm/impls/stag/tutorials/ex2.c.html
src/dm/impls/stag/tutorials/ex4.c.html
Index of all DMStag routines
Table of Contents for all manual pages
Index of all manual pages