update an existing FreeFem mesh
UpdateMesh(name,strvarname)
A tlist of type border containing a list of string.
Each string corresponds to a geometric element.
a string containing the name of the FreeFem variable which will contain the mesh.
update an existing FreeFem mesh
// Update mesh deff('[x,y] = f1(t)','x = (0.5/(4-i))*cos(t); y = 0.5+0.5*sin(t)'); bord('f')(1) = valf(f1, %pi/2:%pi/(5*i):3*%pi/2); UpdateMesh(bord,'th'); | ![]() | ![]() |