GridSetExplicitConstraints

This function determines how to form constrained objects.

Synopsis

#include "grid.h" 
int GridSetExplicitConstraints(Grid grid, PetscTruth flag)
Collective on Grid

Input Parameters

grid - The grid
flag - The formation flag

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

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