Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] is it possible to make make_mesh_3 indicate % completion?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] is it possible to make make_mesh_3 indicate % completion?


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] is it possible to make make_mesh_3 indicate % completion?
  • Date: Fri, 10 Dec 2010 19:49:42 +0100
  • Organization: GeometryFactory

Le vendredi 10 décembre 2010 19:26:28, Michel Audette a écrit :
> Dear CGAL developers,
>
> I'm launching an example based on the code in
> examples/Mesh_3/mesh_polyhedral_domain.cpp
>
> but for the parameters that I gave, it seems to take a long time, and
> provides no indication on the percent completion.
>
> Can the interface be tweaked to make it more verbose?
> examples/Mesh_3/mesh_polyhedral_domain.cpp

Define the macro CGAL_MESH_3_VERBOSE to 1. It will not give you the percent
of
completion, because the number of vertices at the end of the meshing process
cannot be guessed, but it will show the size of the internal priority queues.

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



Archive powered by MHonArc 2.6.16.

Top of Page