<< SciFreeFEM SciFreeFEM derive >>

SciFreeFEM >> SciFreeFEM > defvar

defvar

define a freefem formal variable in Scilab environment

Calling Sequence

u = defvar(U)

Parameters

U

a string, a vector or matrix of string giving the name of the components of the formal variable

u

a ffeq data structure (tlist)

Description

Examples

u = defvar(['u1';'u2']);
eps_u=grad(u)

See Also

Authors

Emmanuel Geay


<< SciFreeFEM SciFreeFEM derive >>