within my code is used the compute_closest_entity() function. When I yesterday updated my dolfinx docker container, I get an error as the function now requires the midpoint_tree of the entities of my mesh. I figured out, that there is the function create_midpoint_tree() but I couldn’t get it to work. Any suggestions how to create the midpoint_tree of a given mesh?