GridIsFieldConstrained

This function indicates whether or not a field is constrained.

Synopsis

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

Input Parameters

grid - The grid
field - The field

Output Parameter

isConstrained -The flag that indicates whether the field is constrained

Keywords

constraint, field

See Also

GridIsConstrained(), 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