DMDASetFieldName#

Sets the names of individual field components in multicomponent vectors associated with a DMDA.

Synopsis#

#include "petscdmda.h"   
PetscErrorCode DMDASetFieldName(DM da, PetscInt nf, const char name[])

Logically Collective; name must contain a common value

Input Parameters#

  • da - the distributed array

  • nf - field number for the DMDA (0, 1, … dof-1), where dof indicates the number of degrees of freedom per node within the DMDA

  • name - the name of the field (component)

Note#

It must be called after having called DMSetUp().

See Also#

DMDA - Creating vectors for structured grids, DM, DMDA, DMDAGetFieldName(), DMDASetCoordinateName(), DMDAGetCoordinateName(), DMDASetFieldNames(), DMSetUp()

Level#

intermediate

Location#

src/dm/impls/da/dacorn.c

Examples#

src/ksp/ksp/tutorials/ex29.c
src/ts/tutorials/ex9.c
src/ts/tutorials/ex10.c
src/ts/tutorials/ex29.c
src/ksp/ksp/tutorials/ex73.c
src/ts/tutorials/ex27.c
src/ts/tutorials/ex12.c
src/ts/tutorials/ex26.c
src/ts/tutorials/ex14.c
src/ksp/ksp/tutorials/ex43.c


Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages