Adapt not working properly for a 1D code

Hi FF++ users,
I am working on a simple 1D conduction problem that involves material recession. After displacing the mesh using movemesh, I am trying to adapt the mesh using the adaptmesh function. However, it doesn’t seem to be working correctly.
Could someone please take a look and let me know if I’m using movemesh and adaptmesh correctly? I’ve attached my code for your reference.
Thank you
meshmove1D.edp (1.1 KB)

Hello,
it seems that adaptmesh is not available for a meshL. Apart from that, I don’t see really what is your problem.