GridGetReduceSystem

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

Synopsis

#include "grid.h" 
#include "gvec.h" 
int GridGetReduceSystem(Grid grid, PetscTruth *reduce)
Not collective

Input Parameter

grid -The grid

Output Parameter

reduce -The flag for explicit reduction of the system

Keywords

grid, boundary condition, reduce

See Also

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