GridSetReduceSystem

This function determines whether unknowns associated with boundary conditions are eliminated from the system.

Synopsis

#include "grid.h" 
#include "gvec.h" 
int GridSetReduceSystem(Grid grid, PetscTruth reduce)
Collective on Grid

Input Parameters

grid - The grid
reduce - The flag for explicit reduction of the system

Keywords

grid, boundary condition, reduce

See Also

GridGetReduceSystem(), GridSetBC(), GridAddBC(), GridSetPointBC(), GridAddPointBC()

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