Subject: CGAL users discussion list
List archive
- From: "Laurent Rineau (CGAL/GeometryFactory)" <>
- To:
- Subject: Re: [cgal-discuss] Mesh_3 -> Triangulation_3
- Date: Fri, 11 Jan 2019 17:52:29 +0100
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
- Ironport-phdr: 9a23:kpP+rhFh+EwS9HHUgIpBWJ1GYnF86YWxBRYc798ds5kLTJ7zoMWwAkXT6L1XgUPTWs2DsrQY07qQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmDmwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VDK/5KlpVRDokj8KOT4n/m/KhMJ+j6VbrxCvpxNwzIDbfJqYNOZjcK7HYd8WWXZNUthXWidcAo28dYwPD+8ZMOpWqYfyvUYOrQGgCgmqGOPk1yNGhn7w3aIkyeshDBzN0Ag+EtwPrHnaqs75OqYMXuCyyanH0ynDb+lW2Dn98ofHbgwhofaWXbNwdMbdx1QkGgTBjlqKtIzlJS2a1uIRs2SB9epgVOSvhHA9pAFsuTWg2sgshZPNho4PzVDE7yp5zZ8zKNalRkB7ZtukH4FRtyGcL4Z5XswiTHtsuCogzb0Go5G7cDAFyJs5wB7fbuKIc5SS4hPjWuaeOyt3hG5ieLKlhxe+61Svyur5VsSyzV1ErTJFn8HRunwT0xHf8NWLR/9580u73TuC1hrf5+5YLUwskafXN4Qtz70xm5YJs0nOGjX6lUX1gaKQa04q4PKn6/79bbXjvpKcN5F7igX5Mqk2nMywH+o4PhYUU2eF/+S8z6fv/UPjQLlSj/02lLfWsIzCKMgGuKK0BxVZ3psn5hu7FTur1NUVkWMIIV5ZYB6HipLmO1DKIPD2F/e/hFGsnS9vx//cI73hGIvCLn7fkLv7Z7Z96khcxxQpwtBC/J9bFr4BL+j3WkPrs9zYFBA5PxSuw+n7ENV9yp8eWWWXD6CFP6Pdq1uI6vsyLOmNf48apCv9K+M+5/P1ln84mVodfbGz0pcNaXC4GO5mI0SDbnb2jNcBCzRCgg1rR+PjjBiOUCVYem2pd6M6/DAyToy8XqnZQYX4ypiIwT22GIEeXGFAB1mRWTfDWKygHNgBbyefPtVwvDUPSb+7Ws5rnUWqvRLgxrx7aPDV/CARqLro29FxoerJmkdhpnRPE82B3jTVHClPlWQSSmpuhfEtkQlG0l6GlJNArbldHN1X6elOV15iZ5XTxug8DMr9CFmYIoW5DW2+S9DjOgkfC8oryoZWMU1yEtHkiQrMjXLzXu0l0oeTDZlxyZrymnj8I8EkkCTA2ad7yVQgWY1BLz/+iw==
- Organization: GeometryFactory
On Friday, January 11, 2019 5:14:17 PM CET Marc Alexa wrote:
> > On 11. Jan 2019, at 11:20, Laurent Rineau (CGAL/GeometryFactory)
> > <>
> > wrote:
> >
> >
> >
> > There is no valid solution to that problem, unless your own
> > `Triangulation_3` type keeps a Boolean field for each cell, indicating
> > whether or not the cell is part of the mesh.
>
> I wrote my own solution and I realized this. It seems the domain boundary
> need not be manifold.
>
> If I used the converter as you indicated below, would it add tetrahedra with
> an infinite vertex during the conversion?
copy_tds will copy all the tetrahedra, including:
- finite tetrahedra in the domain,
- finite tetrahedra outside the domain,
- and infinite tetrahedra.
Of course, the infinite tetrahedra will always have 'subdomain_index()==0'
(meaning "outside the domain").
--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/
- [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/05/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Sebastien Loriot (GeometryFactory), 01/07/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/09/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Sebastien Loriot (GeometryFactory), 01/10/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/10/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/10/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Mael, 01/10/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Laurent Rineau (CGAL/GeometryFactory), 01/11/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/11/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Laurent Rineau (CGAL/GeometryFactory), 01/11/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/11/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/10/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/10/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Sebastien Loriot (GeometryFactory), 01/10/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/09/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Laurent Rineau (CGAL/GeometryFactory), 01/11/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/11/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Laurent Rineau (CGAL/GeometryFactory), 01/11/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/11/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Sebastien Loriot (GeometryFactory), 01/07/2019
Archive powered by MHonArc 2.6.18.