[Gmsh] Using CharacteristicLengthMax for imoprted STL surface mesh

Indrajit Jagtap indrajit.jagtap at tridiagonal.com
Thu Dec 11 08:58:35 CET 2014


Hello,

We are trying to use GMSH for creating surface mesh for imported STL file.
We want to set size of the mesh. We are using following code as part of
.geo file but it does not make any difference. Please advice.

------------------------------------------------------------
Geometry.Tolerance = 1.e-6;
Mesh.CharacteristicLengthExtendFromBoundary = 0;
Mesh.CharacteristicLengthMax = 0.0000001;

Merge "chute.stl" ;

Physical Surface("Chute ") = {1};
-------------------------------------------------------------


Best Regards,
Indrajit Jagtap

*Manager, Software Services*
*Tridiagonal Solutions*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20141211/5e913e4f/attachment.html>