<< ff_var SciFreeFEM laplace >>

SciFreeFEM >> SciFreeFEM > grad

grad

compute FreeFem formal expression of the gradient

Calling Sequence

v = grad(u)

Parameters

u

a ffeq data structure (tlist)

v

a ffeq data structure (tlist)

Description

Examples

u = defvar('u')
grad(u)

See Also

Authors

Emmanuel Geay


<< ff_var SciFreeFEM laplace >>