DiscretizationRegisterOperator

This function defines a new operator

Synopsis

#include "discretization.h" 
int DiscretizationRegisterOperator(Discretization disc, OperatorFunction func, int *newOp)
Collective on Discretization

Input Parameters

disc - The discretization
func - The function defining the operator

Output Parameter

newOp -The index of the new operator

Keywords

Discretization, operator, register

See Also

DiscretizationRegisterALEOperator(), GridAddMatOperator(), GridAddRhsOperator()

Level:advanced
Location:
src/grid/discretization/interface/discretization.c
Index of all Discretization routines
Table of Contents for all manual pages
Index of all manual pages