> > That, too, will be a problem: deal.II only supports hexahedra in 3d, > > not tetrahedra. > > What about other file formats. Which file formats are ok to use with > tetrahedral elements?
None do. In fact, all of deal.II only supports hexahedra, so it wouldn't make sense if any of the mesh readers supported tetrahedra. > However, i'm not really clear what the default format is (as mentioned > in my previous email). In step-5 of the tutorial I can't find the link > to the file "circle-grid.inp" and am confused what I can possibly put in > that can make things work... circle-grid.inp is a file in UCD format located in examples/step-5. As for the default format: it is UCD, if I remember correctly. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
