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: Pranav <>
  • To:
  • Subject: Re: [cgal-discuss] Implementing tetrahedral mesh with cavities using Linear cell complex
  • Date: Mon, 2 Feb 2015 21:20:03 -0800 (PST)

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.






--
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.



Archive powered by MHonArc 2.6.18.

Top of Page