Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Implementing tetrahedral mesh with cavities using Linear cell complex

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Implementing tetrahedral mesh with cavities using Linear cell complex


Chronological Thread 
  • From: Guillaume Damiand <>
  • To:
  • Subject: Re: [cgal-discuss] Implementing tetrahedral mesh with cavities using Linear cell complex
  • Date: Tue, 03 Feb 2015 08:49:11 +0100

Le 03/02/2015 06:20, Pranav a écrit :
Guillaume Damiand wrote
If you are able to compute these sets, and if they have the good
geometry (i.e. the boundaries of the sets fill the cavities), you can
call the undocumented method sew3_same_facets which will do the job
(i.e. identify all the pairs of faces having the same geometry).
I tried using sew3_same_facets() function but I am getting following
compilation error:

*/usr/local/include/CGAL/internal/Combinatorial_map_internal_functors.h:96:5:
error: void value not ignored as it ought to be
*

I have called this function as:

*lcc.sew3_same_facets()*

after inserting some tetrahedra into the existing linear cell complex /lcc/
using /make_tetrahedron/ function.


Which version of cgal ?

Do you have a minimal example ?

Are you sure this error comes from the call of sew3_same_facets() ? Because this function is called in the linear cell complex which compiles on many different os and compilers...






--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Implementing-tetrahedral-mesh-with-cavities-using-Linear-cell-complex-tp4659399p4660383.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



--
===================================================================
Guillaume DAMIAND

CNRS - LIRIS UMR 5205
Université Claude Bernard
Bâtiment Nautibus (710)
43 Boulevard du 11 Novembre 1918
69622 Villeurbanne Cedex (France)
-------------------------------------------------------------------
Tél: +33 (0)4.72.43.14.34 Fax: +33 (0)4.72.43.15.36
Mail:

Web: http://liris.cnrs.fr/guillaume.damiand/
===================================================================


Attachment: smime.p7s
Description: Signature cryptographique S/MIME




Archive powered by MHonArc 2.6.18.

Top of Page