[Gmsh] Mesh different order
Martin Vymazal
martin.vymazal at vki.ac.be
Mon Jul 7 10:54:04 CEST 2014
Hello Hugo,
that would produce strange elements: every hexahedron that is adjacent to the
domain boundary would contain at least one face with 8 nodes and its remaining
faces would have only 4 nodes/face. Is that really what you want?
I don't think gmsh can mesh domain boundary and interior with different
polynomial orders at the same time. You could mesh both with second order
elements and then ignore the high-order nodes in the domain interior if you
need.
Best regards,
Martin Vymazal
On Monday 07 July 2014 10:30:48 Hugo BORIE wrote:
> hello,
>
> I would like to know if it's possible to mesh different orders in the same
> file?
> I would like to mesh surfaces in quadrangle 8 and mesh the volume in simple
> hexahedron.
>
> Thank you in advance,
> H.B.