petsc-3.3-p7 2013-05-11

DMIGAGetFieldName

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

Synopsis

#include "petscdmiga.h"   
PetscErrorCode DMIGAGetFieldName(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

Output Parameter

names -the name of the field (component)

Keywords

distributed array, get, component name

See Also

DMIGASetFieldName()

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