<< getffResult 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

compute FreeFem formal expression of the gradient

Examples

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

See Also

Authors

Emmanuel Geay


Report an issue
<< getffResult SciFreeFEM laplace >>