DiscretizationRegisterALEOperator

This function defines a new ALE operator

Synopsis

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

Input Parameters

disc - The discretization
func - The function deinfing the operator

Output Parameter

newOp -The index of the new operator

Keywords

Discretization, operator, register

See Also

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