Hello,
I wanted to solve1D FE problem, for this purpose I have tested the very simple program :
meshL Th=segment(10) ;
plot(Th,wait=1);
An error message appears : “The Identifier segment does not exist”. I am working with FreeFEM v4.12 (the last version I suppose). What is wrong?