GridRegisterOperator

his function defines a new operator for a certain field

Synopsis

#include "grid.h" 
int GridRegisterOperator(Grid grid, int field, OperatorFunction func, int *newOp)
Collective on Grid

Input Parameters

grid - The grid
field - The field on which the operator acts
func - The function deinfing the operator

Output Parameter

newOp -The index of the new operator

Keywords

grid, operator, register

See Also

GridAddMatOperator, GridAddRhsOperator, GridSetRhsFunction

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