GridSetFieldName

This function sets the name of a particular field.

Synopsis

#include "grid.h" 
int GridSetFieldName(Grid grid, int field, char *name)
Collective on Grid

Input Parameters

grid - The grid
field - The field to name
name - The name string

Keywords

grid, field, name

See Also

GridGetFieldName()

Level:intermediate
Location:
src/grid/interface/gridDB.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/gsolver/examples/tutorials/control.c.html
src/gsolver/examples/tutorials/stokes.c.html