GridGetConstraints

This function return information about the constrained problem.

Synopsis

#include "grid.h" 
int GridGetConstraints(Grid grid, PetscTruth *flag, int *numInteriorVars, int *numLocVars, int *numVars)
Not collective

Input Parameter

grid -The grid

Output Parameters

flag - The flag that activates constraints
numInteriorVars - The number of constrained variables unaffected by constraints in this domain
numLocVars - The number of constrained variables in this domain
numVars - The global number of constrained variables

Keywords

constraint

See Also

GridSetBoundary

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