petsc-3.3-p7 2013-05-11

DMIGASetFieldName

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

Synopsis

#include "petscdmiga.h"   
PetscErrorCode DMIGASetFieldName(DM dm, PetscInt nf, const char name[])
Not Collective

Input Parameters

dm - the IGA
nf - field number for the IGA (0, 1, ... dof-1), where dof indicates the number of degrees of freedom per node within the IGA
names - the name of the field (component)

Keywords

distributed array, get, component name

See Also

DMIGAGetFieldName()

Level:intermediate
Location:
src/dm/impls/igaiga.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/ts/examples/tutorials/ex18.c.html