DMDAGetFieldName#
Gets the names of individual field components in multicomponent vectors associated with a DMDA
.
Synopsis#
#include "petscdmda.h"
PetscErrorCode DMDAGetFieldName(DM da, PetscInt nf, const char **name)
Not Collective; name will contain a common value
Input Parameters#
Output Parameter#
names - the name of the field (component)
Note#
It must be called after having called DMSetUp()
.
See Also#
DM
, DMDA
, DMDASetFieldName()
, DMDASetCoordinateName()
, DMDAGetCoordinateName()
, DMSetUp()
Level#
intermediate
Location#
Examples#
src/ksp/ksp/tutorials/ex42.c
src/ksp/ksp/tutorials/ex43.c
src/ksp/ksp/tutorials/ex49.c
src/ts/tutorials/ex14.c
Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages