<< tr SciFreeFEM

SciFreeFEM >> SciFreeFEM > valf

valf

evaluate a

Calling Sequence

tCoor = valf(f,t)

Parameters

f

a function

t

a list of points where to evaluate f

tCoor

a ffeq data structure (tlist)

Description

compute FreeFem formal expression of the trace

Examples

u = defvar(['u1' 'u3';'u2' 'u4']);
tr(u)

See Also

Authors

Emmanuel Geay


Report an issue
<< tr SciFreeFEM