Hello, Playing with examples explaining how to use automated adaptivity, I was wondering if it is possible to plot/save the final mesh ? Thanks
Hi, similar to how you obtain solution on initial and then final mesh in this demo, you can get the meshes by
plot(mesh.root_node(), title="initial mesh") plot(mesh.leaf_node(), title="final mesh")
Thank you very much!
How to get the mesh between the coarsest one and the finest one, and similarly for other refined quantities? Thanks very much in advance.