Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: 3D Mesh Generation - polyhedral domain - speed benchmarking

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: 3D Mesh Generation - polyhedral domain - speed benchmarking


Chronological Thread 
  • From: Ramin H <>
  • To:
  • Subject: [cgal-discuss] Re: 3D Mesh Generation - polyhedral domain - speed benchmarking
  • Date: Sun, 11 Apr 2010 16:25:31 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=bdXsBOiB4kI0N/OkLr+/6naBYBs6WLB2HxqRNHy5/MZziUJdCJLc6pWqqeEsd8R8kO fCNfbxUoDirFmsSBjZ6kdIq7jbcOHfmQyIlm5tjurA39KOqlcbriKWZQB0YBqwRIkyX2 XtS4U9Dj6zpdG2gA1SfGIVY0/9p2xWxt3mv0w=

Ah, never mind. I found it in the documentation.
http://www.cgal.org/Manual/last/doc_html/cgal_manual/Mesh_3/Chapter_main.html#Section_49.4


On Sun, Apr 11, 2010 at 1:20 PM, Ramin H <> wrote:
Hi,

I have used polyhedral domains to create 3D meshes using CGAL 3D mesher.
- I am using Exact_predicates_inexact_constructions_kernel
- I run the code on a AMD Turion64 x2 with 4GB of RAM.
- It's the release version

I was wondering if the following speeds are acceptable if you have bench marked the algorithm yourself

#Facets     #Cells       Time(sec)
4778          35529       93
18622        278227     581
41600        935242     1699

Thanks,
-Ramin





Archive powered by MHonArc 2.6.16.

Top of Page