<< grad SciFreeFEM meshvisu >>

SciFreeFEM >> SciFreeFEM > laplace

laplace

compute FreeFem formal expression of the laplacian

Calling Sequence

v = laplace(u)

Parameters

u

a column vector, ffeq data structure (tlist)

v

a ffeq data structure (tlist)

Description

compute FreeFem formal expression of the laplacian

Examples

u = defvar(['u1';'u2']);
laplace(u)

See Also

Authors

Emmanuel Geay


Report an issue
<< grad SciFreeFEM meshvisu >>