[Gmsh] MERCI POUR VOTRE ATTENTION
Christophe Geuzaine
geuzaine at acm.caltech.edu
Mon Jul 12 20:02:56 CEST 2004
KZ zaim wrote:
> MERCI POUR VOTRE ATTENTION ;
>
> Je m’appelle ZAIM, je suis utilisateur de GMSH, et j’aimerais avoir
> votre aide sur l’utilisation et la signification de « Caracteristic
> Length » :
>
> c’est à dire comment ça marche,
>
> quelle est la relation entre « Caracteristic Length » et le nombre de
> nœuds générés.
>
The characteristic length sets the size of the elements in the final
mesh, by interpolating the values you specify at the points. For
example, if you define a square with
Point(1) = {0,0,0,0.1};
Point(2) = {1,0,0,0.1};
Point(3) = {0,1,0,0.1};
Point(4) = {1,1,0,0.1};
Line(1) = {1,2};
Line(2) = {2,4};
Line(3) = {4,3};
Line(4) = {3,1};
Line Loop(5) = {2,3,4,1};
Plane Surface(6) = {5};
you will end up with a mesh containing approximately 10*10*2 = 200
triangles.
Best,
Christophe
--
Christophe Geuzaine
Applied and Computational Mathematics, Caltech
geuzaine at acm.caltech.edu - http://geuz.org