[Gmsh] Internal boundary points-lines
David Colignon
David.Colignon at ulg.ac.be
Tue Sep 19 12:31:07 CEST 2006
Hi,
the point must be connected to a line, itself connected to your surface.
see http://www.geuz.org/gmsh/doc/texinfo/gmsh-full.html#SEC4
The mesh generation is performed in the same bottom-up flow as the
geometry creation: lines are discretized first; the mesh of the lines
is then used to mesh the surfaces; then the mesh of the surfaces is
used to mesh the volumes. In this process, the mesh of an entity is
only constrained by the mesh of its boundary(1). This automatically
assures the conformity of the mesh when, for example, two surfaces share
a common line. But this also implies that the discretization of an
"isolated" (N-1)-th entity inside an N-th dimensional entity does _not_
constrain the N-th dimensional mesh.
(1) For example, in three dimensions:
* the triangles discretizing a surface will be forced to be faces of
tetrahedra in the final 3D mesh only if the surface is part of the
boundary of a volume;
* the line elements discretizing a curve will be forced to be edges
of tetrahedra in the final 3D mesh only if the curve is part of
the boundary of a surface, itself part of the boundary of a volume;
* a single node discretizing a point in the middle of a volume 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 part of
the boundary of a surface, itself part of the boundary of a
volume...
Cheers,
Dave
--
David Colignon, Ph.D.
ELAP - Service d'Electricité Appliquée
Institut Montefiore B28
Université de Liège
4000 Liège - BELGIQUE
Tél: +32 (0)4 366 37 32
Fax: +32 (0)4 366 29 10
http://elap.montefiore.ulg.ac.be
Antonio wrote:
> Hello,
> I'am a new gmsh user. Just a question: how is it possible to
> specify boundary points or lines within a surface (in the same
> way of a hole)?
> Thenks
>
>
> __________________________________________________
> Do You Yahoo!?
> Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da
> tanto spazio gratuito per i tuoi file e i messaggi
> http://mail.yahoo.it
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> gmsh mailing list
> gmsh at geuz.org
> http://www.geuz.org/mailman/listinfo/gmsh