dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #05005
Re: mesh ordering
Quoting "Garth N. Wells" <g.n.wells@xxxxxxxxxx>:
> I'm getting a lot of output about mesh ordering. Is the mesh ordering
> new, or is it just that the output messages are new?
The messages are new I think, and also the structure of when mesh.order()
is called has changed.
Before results (for DG) where different for:
Mesh mesh(5,5,5)
and
Mesh mesh(5,5,5)
mesh.order()
Kristian
> Garth
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev
>
Follow ups
References