<< div SciFreeFEM ff_end >>

SciFreeFEM >> SciFreeFEM > ff_adaptmesh

ff_adaptmesh

build and send an adaptmesh instruction to FreeFem

Calling Sequence

ff_adaptmesh(str,hmin,hmax,err,errg,nbvx,nbsmooth,nbjacoby,ratio,omega,iso,abserror,cutoff,verbosity,inquire,splitpbedge,maxsubdiv,anisomax,rescaling)

Parameters

str

a string the "base" of adaptmesh syntax

Description

parameter_sequence: a sequence of instructions of the form name=value where name can be:

See FreeFem documentation for more details.

Examples

ff_adaptmesh('mesh th = adaptmesh  (th,u)',verbosity=5,...
             abserror=1,nbjacoby=2,err=erreur, nbvx=5000, ...
             omega=1.8,ratio=1.8, nbsmooth=3,splitpbedge=1, ...
             maxsubdiv=5,rescaling=1);

See Also

Authors

Emmanuel Geay


Report an issue
<< div SciFreeFEM ff_end >>