This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

Mesh plots while mesh-adaption

0 votes

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 ?

asked Dec 21, 2016 by afeef.badri FEniCS Novice (120 points)
...