Hello,
The following code using movemesh returns an error on FreeFEM 4.4 and 4.5 (Ubuntu 18.04):
//
load “msh3”
load “tetgen”
mesh3 Th = cube(1, 1, 1);
Th=movemesh(Th,transfo=[x+1,y,z]);
//
the error message is:
Th=movemesh(Th,transfo=[x+1,y,z]) error operator (
List of choices
( : , <7E_Array>… )
( : , <7E_Array> )
( : , <7E_Array> )
( : , <7E_Array> )
Best regards,
Laurent