GridGetReduceElement

This function indicates whether element matrices and vectors are reduced on the fly, or if boundary operators are stored and applied.

Synopsis

#include "grid.h" 
#include "gvec.h" 
int GridGetReduceElement(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, element

See Also

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