<< nvisu SciFreeFEM pde_varsol >>

SciFreeFEM >> SciFreeFEM > pde_sol

pde_sol

form FreeFem syntax defining a PDE problem

Calling Sequence

v = pde_sol(name,integral,a)

Parameters

name

a string

integral

a string

a

a ffeq data structure (see defvar)

Description

Form FreeFem syntax

name=int(integral)(a)

Examples

// Define and solve the problem

ff_problem(strcat(['solve(u)  {',...
                   pde_sol(u,div(grad(u)),f),...
           'on(a,b,c,d,e,f) u = 0; };']));

// Get the result as a Scilab variables
[noeul,trianl,tFunc] = getffResult('u');

See Also

Authors

Yann Collette


Report an issue
<< nvisu SciFreeFEM pde_varsol >>