DMDAGetCoordinateName#
Gets the name of a coordinate direction associated with a DMDA
.
Synopsis#
#include "petscdmda.h"
PetscErrorCode DMDAGetCoordinateName(DM dm, PetscInt nf, const char *name[])
Not Collective; name will contain a common value; No Fortran Support
Input Parameters#
Output Parameter#
name - the name of the coordinate direction
Note#
It must be called after having called DMSetUp()
.
See Also#
DMDA - Creating vectors for structured grids, DM
, DMDA
, DMDASetCoordinateName()
, DMDASetFieldName()
, DMDAGetFieldName()
, DMSetUp()
Level#
intermediate
Location#
Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages