Re: [Libmesh-devel] What do you expect from the following?

2008-02-20 Thread Benjamin Kirk
> On the other hand, while I don't think "unchanging element ordering" > is a feature worthy of regression testing itself, it might be a useful > feature to make other regression tests easier. Running "diff > current.gmv gold.gmv" would certainly be easier than trying to reorder > the results bef

Re: [Libmesh-devel] What do you expect from the following?

2008-02-20 Thread Roy Stogner
On Wed, 20 Feb 2008, Benjamin Kirk wrote: >mesh.write("cube1.gmv"); >mesh.prepare_for_use(); >mesh.write("cube2.gmv"); > > Here's the rub: the graph built by (par)metis is dependent on the element > ordering, which is dependent on the partition... This almost seems like a (Par)METIS

[Libmesh-devel] What do you expect from the following?

2008-02-20 Thread Benjamin Kirk
On more than one processor: ParallelMesh mesh(3); const unsigned int ps = 10; MeshTools::Generation::build_cube (mesh, ps, ps, ps, -1., 1., -1., 1., -1., 1., HEX8);