> 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
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