how to define label on the end points
real ymin = -1.;
real ymax = 1.;
border yline(t=ymin,ymax){x=0.;y=t;}
int np = 1000;
meshL Th=buildmeshL(yline(np));
how to define label on the end points
real ymin = -1.;
real ymax = 1.;
border yline(t=ymin,ymax){x=0.;y=t;}
int np = 1000;
meshL Th=buildmeshL(yline(np));