Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Mesh generator crash on certain criterias

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Mesh generator crash on certain criterias


Chronological Thread 
  • From: Benjamin Kehlet <>
  • To: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • Cc: cgal-discuss <>
  • Subject: Re: [cgal-discuss] Mesh generator crash on certain criterias
  • Date: Mon, 31 Mar 2014 16:20:00 +0200

2014-03-31 15:49 GMT+02:00 Laurent Rineau (CGAL/GeometryFactory)
<>:
> Le Tuesday 25 March 2014 13:45:24 Benjamin Kehlet a écrit :
>> Dear CGAL community
>>
>> When attempting to generate tetrahedral meshes from polyhedral
>> domains, I sometimes experience program crashes. However, a very minor
>> change in the meshing may change this. So I wonder if there are any
>> preconditions related to the meshing criteria that I am violating? Or
>> if I am doing something else wrong.
> [...]
>
> Hi Benjamin,
>
> You did nothing wrong. There was a bug in the code of Mesh_3. That ruined by
> whole Friday, and part of today, to find it. I have commited the attached
> patch, in CGAL Git repository. I will try to integrate it in CGAL-4.4 before
> it is released.
>
> You can apply the patch on top of CGAL-4.4-beta1, with the following shell
> command, run inside the source tree of CGAL.
>
> patch -p2 < Mesh_3.patch
>
> If you do not have the patch command, you can apply it manually. There is
> only
> two lines to change. I hope that will solve all you issues.

Excellent, thanks! (and sorry for ruining your friday :-) )

Regards

Benjamin kehlet

>
> --
> Laurent Rineau, PhD
> R&D Engineer at GeometryFactory http://www.geometryfactory.com/
> Release Manager of the CGAL Project http://www.cgal.org/



Archive powered by MHonArc 2.6.18.

Top of Page