Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] use CGAL as the grid generator

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] use CGAL as the grid generator


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] use CGAL as the grid generator
  • Date: Mon, 07 Jan 2013 10:01:36 +0100
  • Organization: GeometryFactory

Le samedi 05 janvier 2013 09:25:01

a écrit :
> Dear friends: I want to develop a numerical simulation package for
> convection heat transfer in 2-D domain with finite volume method. I want
> to use CGAL as the grid generator. The computational domain is composed of
> by line , arc , etc. Could you please tell me which package of CGAL should
> i started from. I just installed it successfully in opensuse 12.1.

For 2D domain, the only meshing tool that CGAL has is the 2D Mesh Generator
(Mesh_2), that is documented here:

http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Mesh_2/Chapter_main.html

That creates a triangular mesh of a domain defined by an arrangement of
polygons or polygonal lines.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page