Hi Chaman, yes, you can. Step-1 already shows you such meshes https://www.dealii.org/developer/doxygen/deal.II/step_1.html
You can NOT use triangles/tetrahedra, see https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions#can-i-useimplement-trianglestetrahedra-in-dealii Regards, Denis. On Sunday, January 1, 2017 at 9:25:40 PM UTC+1, Chaman Singh Verma wrote: > > Hello, > > I am working on Quadrilateral mesh generation ( planar and 3d surfaces) > and interested > in evaluating solvers quality using triangle and quadrilateral mesh. In > the tutorial programs, > I see only "triangulation", so I am wondering if quad elements are > supported in Dealii. > > Thanks. > > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
