Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Parallel computing for 3D Surface Mesh Generation

Subject: CGAL users discussion list

List archive

[cgal-discuss] Parallel computing for 3D Surface Mesh Generation


Chronological Thread 
  • From: Ramón Casero Cañas <>
  • To:
  • Subject: [cgal-discuss] Parallel computing for 3D Surface Mesh Generation
  • Date: Tue, 13 Sep 2016 11:00:56 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:mzqYeR104Hpeca9nsmDT+DRfVm0co7zxezQtwd8ZsegQK/ad9pjvdHbS+e9qxAeQG96KsrQb06GM6uigATVGusfZ9ihaMdRlbFwssY0uhQsuAcqIWwXQDcXBSGgEJvlET0Jv5HqhMEJYS47UblzWpWCuv3ZJQk2sfTR8Kum9IIPOlcP/j7n0oMyKJVoQz2DkKfMqdVPt/F2X7pFXyaJZaY8JgiPTpXVJf+kEjUhJHnm02yjG28Gr4ZR4+D5Rsf9yv+RJUKH9YrhqBecAVGduYCgJ45jguhDHCAeO/XABSX4+kxxSAgGD4gupcI32t37Av+/m3mGxNNb7V7d8cj075rwjHAXjgTwKLTkR/2Tei8g2h6Ve9kHy7ydjypLZNdnGfMF1ebnQKIsX

Hi all,

I have a little function to generate a surface mesh using CGAL::make_surface_mesh as described in the documentation

http://doc.cgal.org/latest/Surface_mesher/index.html

Is it possible to enable parallel computing for this function?

Currently I use for the triangulation 

typedef CGAL::Surface_mesh_default_triangulation_3 Tr;

which doesn't have an option for the CGAL::Parallel_tag.

Is there a way to replace CGAL::Surface_mesh_default_triangulation_3 by another type that takes the parallel tag?

When I search, I find how to do it for volumetric meshes


but I'm not sure how to go to surface meshes.

Best regards,

Ramon.

--
Dr. Ramón Casero Cañas

Institute of Biomedical Engineering
Department of Engineering Science, University of Oxford
Old Road Campus Research Building, Headington 
Oxford 
OX3 7DQ
UK

tlf         +44 (0) 1865 617716
twitter   @Ramon_Casero
web      http://www.cs.ox.ac.uk/people/Ramon.CaseroCanas/



Archive powered by MHonArc 2.6.18.

Top of Page