GridSetActiveField
This function makes one field active for a particular grid.
Synopsis
#include "grid.h"
int GridSetActiveField(Grid grid, int field)
Collective on Grid
Input Parameters
| grid | - The grid
|
| field | - The field to make active
|
Keywords
grid, active, field
See Also
GridAddActiveField()
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/poisson.c.html
src/gsolver/examples/tutorials/poisson2.c.html
src/gsolver/examples/tutorials/control.c.html
src/gsolver/examples/tutorials/stokes.c.html