GridSetReduceElement
This function determines 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 GridSetReduceElement(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, element
See Also
GridGetReduceElement(), 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
Examples
src/gsolver/examples/tutorials/control.c.html