Yes.

firedrake/mesh.py, lines 1189-1191:

    reorder = kwargs.get("reorder", None)
    if reorder is None:
        reorder = parameters["reorder_meshes"]


On 12/08/16 00:31, Justin Chang wrote:
Hi 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,
Justin


_______________________________________________
firedrake mailing list
firedrake@imperial.ac.uk
https://mailman.ic.ac.uk/mailman/listinfo/firedrake