[Gmsh] Controlling curvature factor with Mesh.CharacteristicLengthFromCurvature

Neilen Marais nmarais at sun.ac.za
Fri Nov 14 20:26:37 CET 2008


Hi,

On Fri, 14 Nov 2008 19:06:58 +0000, Neilen Marais wrote:

> Setting
> MinimumCirclePoints to fractional values less than 1 seems to disable
> the curvature meshing. With
> 
> Mesh.MinimumCirclePoints = 1;
> 
> about 24 edges per 90 degrees of a circle is generated, whereas I'd like
> to be able to adjust it from say 5 edges per 90 degrees or so. Can this
> be done?

I also tried changing Mesh.MinimumCurvePoints to larger values ( I tried 
5 and 15), but that does not seem to make any difference...

Thanks
Neilen