Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] MESH 3D, criteria and optimization to achieve mesh with almost constant volume

Subject: CGAL users discussion list

List archive

[cgal-discuss] MESH 3D, criteria and optimization to achieve mesh with almost constant volume


Chronological Thread 
  • From: N2a <>
  • To:
  • Subject: [cgal-discuss] MESH 3D, criteria and optimization to achieve mesh with almost constant volume
  • Date: Tue, 25 May 2010 04:12:14 -0700 (PDT)


Hello,

I'm trying to generate a 3D mesh with cells of almost constant volume. I
obtain a correct result for a cube, meshing with the criteria given in the
manual Facet_ criteria (25,0.15,0.05) and Cell criteria (4,0.2) , and after
optimizing it with Lloyd algorithm.
I try to understand what is the best way to have a almost volume constant
tetrahedric mesh and if it is possible to set a criteria or a mathematical
relation between the criteria in order to control as a target the volume of
the cell.
My polyhedral domain will be quite complicated, like the internal part of a
ship hull.
I have some good results now but I would really like to have a generic
process that is able to generate the mesh whatever is the domain given only
in input the volume as a target.

I hope someone has a good strategy helping me to achieve this goal,
computation time is not a big problem.

Thanks in advance,
Benjamin

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/MESH-3D-criteria-and-optimization-to-achieve-mesh-with-almost-constant-volume-tp2229814p2229814.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page