Open meshS .mesh with FreeFEM

Circle.mesh (1000 Bytes)

Hello all,

I am trying to open the mesh (joint with this message).
So, my script is:

verbosity=0;
load "msh3"
meshS Th=readmesh3("Circle.mesh");
plot(Th, wait=1);

But I got this error:

meshS Th=readmesh3("Circle.mesh"); error operator <-  <PPKN5Fem2D5MeshSE>, <N5Fem2D5Mesh3E> 

When I try with

mesh3 Th= …

FreeFEM propose me to use meshS instead, but it does not work.

Would someone face the same problem ?

Thank you for your help,

Best regards,

Loïc,

Juste replacereadmesh3 by readmeshS like in

1 Like