GridGetExplicitConstraints

This function indicates whether or not constrained objects are formed explicitly or implicitly.

Synopsis

#include "grid.h" 
int GridGetExplicitConstraints(Grid grid, PetscTruth *flag)
Not collective

Input Parameter

grid -The grid

Output Parameter

flag -The flag that indicates explicit constraints

Note

Objects formed explicitly are actually vectors and matrices, whereas constrained objects formed implicitly are products of projection operators and normal objects.

Keywords

constraint

See Also

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