GridSetFieldConstrained

This function determines whether or not a field is constrained.

Synopsis

#include "grid.h" 
int GridSetFieldConstrained(Grid grid, int field, PetscTruth isConstrained)
Not collective

Input Parameters

grid - The grid
field - The field
isConstrained - The flag that determines whether the field is constrained

Keywords

constraint, field

See Also

GridSetConstrained(), GridSetupConstraints()

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