Yes.
firedrake/mesh.py, lines 1189-1191:
reorder = kwargs.get("reorder", None)
if reorder is None:
reorder = parameters["reorder_meshes"]
JustinHi all,From what I see in the documentation, reordering of meshes is turned on by default. But when I look at the mesh generation functions like RectangleMesh(...), I see that one of the default options is "reorder=None". Am i actually reordering the mesh if I ran something like:
mesh = UnitSquareMesh(10,10)
Thanks,
_______________________________________________ firedrake mailing list firedrake@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/firedrake