I am using dolfinx 0.4.1 installed from conda. I have a simulation performed in a 2d unit square geometry and I am wondering how to interpolate an expression only on the left edge. The simple thing to do is of course to use the approach demonstrated in this tutorial. But I am going to consider problems involving curved edges which will be easier to access through their tags. If this is possible, I will appreciate if someone could explain how or point me to an existing example.