[Gmsh] Maillage d'un volume contenant une plaque 2D

Christophe Geuzaine geuzaine at acm.caltech.edu
Sat May 17 18:20:14 CEST 2003


gerard Sookahet wrote:
> Bonjour,
> 
> Merci pour avoir développé Gmsh :-)
> 
> Je voudrais mailler le volume d'un cube qui contient une plaque 2D.
> De telle sorte que le maillage volumique passe par les points de
> construction de la plaque ainsi que par les noeuds du maillage
> de la plaque.
> 
> Avez-vous une idée de la manière de procéder.
> 

In Gmsh the rule is that "if you want the n-th dimensional mesh to be
constrained by the (n-1)-th dimensional one, all (n-1)-th dimensional
entities have to be connected to n-th dimensional ones".

In your example this means that the surface has to be connected to a
volume (see attached file).

You have the same phenomenon if you define

- a curve in the middle of the volume: the line elements on the curve
will be forced to be edges of tetrahedra in the final 3D mesh only if
the curve is connected to a surface, itself connected to a volume;

- a point in the middle of the volume: the single node discretizing this
point will be forced to be a vertex of one of the tetrahedra in the
final 3D mesh only if this point is connected to a curve, itself
connected to a surface, itself connected to a volume...

Hope this helps,

Christophe

-- 
Christophe Geuzaine

Tel: (626) 395-4552    http://www.geuz.org
Fax: (626) 578-0124    mailto:geuzaine at acm.caltech.edu

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: test.geo
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20030517/a4789c73/attachment.geo>