On another note (for mesh refinement), is there a way I could set how small I would like the refined mesh elements to be?
I understand the method in place is edge bisection, and the way I see the refined mesh, it has divided the original elements into two which is far too coarse for my computations. If I repeat the
mesh = refine(mesh, cell_markers)
command, would that do the job of re-dividing?
Many thanks,