Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] point location/interpolation on a 2d mesh

Subject: CGAL users discussion list

List archive

[cgal-discuss] point location/interpolation on a 2d mesh


Chronological Thread 
  • From: Hansjoerg Seybold <>
  • To:
  • Subject: [cgal-discuss] point location/interpolation on a 2d mesh
  • Date: Fri, 21 Jan 2011 15:24:55 -0500

Hello,
Hello I would like to calculate interpolated values from vertices on a 2d mesh.
My problem is as follows:
- I have a mesh given by vertices and constraints (i know the boundary and the partitioning of the space (holes) )

-  With this information i would like to create a cgal mesh to perform interpolation operations of lets say the velocity field stored in the
   vertices.

I saw the cgal interpolation page and the point location page for the triangulation.
Is it also possible to use the triangulation hierarchy on a mesh for efficient point location.
I need a mesh to determine what is inside and what is outside as the domain has holes or is there a simpler way to perform interpolation/and determining inside/outside like in the mesh case.
 
Thank you very much
   hj




Archive powered by MHonArc 2.6.16.

Top of Page