Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Jane Tournois <>
  • To:
  • Subject: Re: [cgal-discuss] Parallel computing for 3D Surface Mesh Generation
  • Date: Tue, 13 Sep 2016 14:15:09 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:M67f2hOFjPnr1En3Ts0l6mtUPXoX/o7sNwtQ0KIMzox0K/TyrarrMEGX3/hxlliBBdydsKMdzbWO+Py+ESxYuNDa7yBEKMQNHzY+yuwo3CUYSPafDkP6KPO4JwcbJ+9lEGFfwnegLEJOE9z/bVCB6le77DoVBwmtfVEtfre9ScbuiJG82Om2vpHSeA5VnyGVYLVoLRzwox+CmNMRhN5AI6A8gifOv2FOfOVNjTdqLFSe2Qr7+922+5942ytdvPcs69RRX6zxY6MiXPpTCzFwYDN939HiqRSWFVjH3XAbSGhDyhc=

Hi Ramon,

there is an example in CGAL-4.9 to help you do what you want.

http://doc.cgal.org/4.9/Mesh_3/Mesh_3_2remesh_polyhedral_surface_8cpp-example.html

Best,
Jane.

Le 13/09/2016 à 12:00, Ramón Casero Cañas a écrit :
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

http://doc.cgal.org/latest/Mesh_3/

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/

-- 
Jane Tournois, PhD
R&D Engineer at GeometryFactory
http://www.geometryfactory.com/



Archive powered by MHonArc 2.6.18.

Top of Page