Re: [Libmesh-devel] Bug in ExodusII_IO?

2008-12-06 Thread Benjamin Kirk
> I noticed that any 2D mesh embedded in three dimensions (ie. > LIBMESH_DIM=3) is saved as a "flat" 2D mesh in the Exodus output. I > think the reason is that the Exodus file is opened with the dimension > set to the mesh dimension and not the spatial dimension (as it should be > if I understood t

[Libmesh-devel] Bug in ExodusII_IO?

2008-12-06 Thread Norbert Stoop
Hi libmesh developers! I noticed that any 2D mesh embedded in three dimensions (ie. LIBMESH_DIM=3) is saved as a "flat" 2D mesh in the Exodus output. I think the reason is that the Exodus file is opened with the dimension set to the mesh dimension and not the spatial dimension (as it should be if