Dear all I think I spotted an error in the plot command when using the option fill=false.
My FreeFem is the latest version installed from the develop branch, on Ubuntu 20.04. I tested this on two different machines. Does anyone has the same error with the following code?
I have the same issue as @julienG, also on Ubuntu 20.04.
My OpenGL version is 3.0 Mesa 21.2.6 (from 2008), which might be a bit too old.
I can’t find any info on the required version in FreeFem, does anybody know where this can be found?
Update: I was able to run @julienG’s snippet, but only with a coarser mesh:
int n = 6;
mesh Th = square(n,n,[x,y]);
This managed to run sometimes, but other times it resulted in the same segmentation fault.
I’m pretty sure contour plots with finer meshes should be possible, but for me it seems like the mesh size is causing the issues.