Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Mesh Generation for Parametric Surface

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Mesh Generation for Parametric Surface


Chronological Thread 
  • From: Zohar <>
  • To:
  • Subject: Re: [cgal-discuss] Mesh Generation for Parametric Surface
  • Date: Thu, 11 Sep 2014 11:19:30 -0700 (PDT)


How about the following:

1. Your domain is a simple rectangle: [-pi/2, pi/2] x [0, 2 pi]. Trivially
triangulate it with a regular grid (divide the rectangle into a regular grid
using two orthogonal sets of evenly spaced parallel lines, and triangulate
the grid).
2. Map each triangle to the surface, using your parametric function. While
there's a surface triangle with area above some threshold, subdivide it
(subdivide in the domain, and map to the surface).



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Mesh-Generation-for-Parametric-Surface-tp4659822p4659824.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page