DMDASetCoordinateName#
Sets the name of the coordinate directions associated with a DMDA
, for example “x” or “y”
Synopsis#
#include "petscdmda.h"
PetscErrorCode DMDASetCoordinateName(DM dm, PetscInt nf, const char name[])
Logically Collective; name must contain a common value; No Fortran Support
Input Parameters#
Note#
Must be called after having called DMSetUp()
.
See Also#
DMDA - Creating vectors for structured grids, DM
, DMDA
, DMDAGetCoordinateName()
, DMDASetFieldName()
, DMDAGetFieldName()
, DMSetUp()
Level#
intermediate
Location#
Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages