Thank you! That is something along the lines of what we were expecting to see when we ran the mesh_conversion the first time. When I attempted to run the program, I got the following error message:
An error occurred in line <1830> of file </home/alexcope/deal.II/source/grid/tria.cc> in function
static void dealii::internal::Triangulation::Implementation::create_triangulation(const std::vector<dealii::Point<dim, double> >&, const std::vector<dealii::CellData<2> >&, const dealii::SubCellData&, dealii::Triangulation<2, spacedim>&) [with int spacedim = 2]
The violated condition was:
! (line->boundary_indicator() != 0 && line->boundary_indicator() != numbers::internal_face_boundary_id)
The name and call sequence of the exception was:
ExcMultiplySetLineInfoOfLine(line_vertices.first, line_vertices.second)
Additional Information:
In SubCellData the line info of the line with vertex indices 44 and 43 is multiply set.
--------------------------------------------------------
Aborting!
----------------------------------------------------
make[3]: *** [CMakeFiles/run] Error 1
make[2]: *** [CMakeFiles/run.dir/all] Error 2
make[1]: *** [CMakeFiles/run.dir/rule] Error 2
make: *** [run] Error 2
FYI, we are attempting to run this mesh with modified conditions in the tutorial program, step-35.cc. I don't know if that helps you any or not.