On 27/ago/2010, at 15.26, Ted Kord wrote: > Hi > > I generated a mesh from a program in STL format. Then, I meshed it using > Netgen and saved it in Gmsh format. > > Now, I know deal.ii reads Gmsh format but will I be able to read the mesh > which is made up of traingles?
Nope. Deal.II currently only support Quads and Hexes, and if a triangle is encountered while reading an input file, an exception is thrown. Luca. _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
