GridRemoveMatOperator

his function removes the operator to the system matrix for the given field.

Synopsis

#include "grid.h" 
int GridRemoveMatOperator(Grid grid, int idx)
Collective on Grid

Input Parameters

grid - The grid
idx - The operator ID from GridAddMatOperator()

Keywords

active field

See Also

GridAddMatOperator(), GridSetMatOperator(), GridAddRhsOperator()

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