In order to view the coarsest and the finest mesh after mesh adaption I know we can use
mesh.root_node() # the coarsest one mesh.leaf_node() # the finest one
I was wondering is there a way to view all the meshes while adaption ?