Jane Tournois
|
d119879313
|
add namespace parameters for parameters of lloyd_optimize_mesh_2
|
2014-11-25 10:42:38 +01:00 |
Jane Tournois
|
78eff786e5
|
fix missing parameter
|
2014-11-21 16:21:10 +01:00 |
Jane Tournois
|
3e8416954f
|
add mark as a parameter for lloyd_optimize_mesh_2
this allow to choose (as in refine_Delaunay_mesh_2 if
the seeds describe the domain to be meshed (inside), or the complementary
|
2014-11-21 15:51:28 +01:00 |
Jane Tournois
|
acdf610682
|
fix compilation when no seed is given
|
2014-11-21 11:23:07 +01:00 |
Jane Tournois
|
e4161ce685
|
handle seeds in lloyd_optimize_mesh_2
|
2014-11-20 16:13:46 +01:00 |
Jane Tournois
|
fbab5edb60
|
return Mesh_optimization_return_code as Mesh_3 optimizers do
|
2014-11-18 11:25:09 +01:00 |
Jane Tournois
|
338a9593f7
|
use boost named parameters as done in Mesh_3
|
2014-11-17 16:54:24 +01:00 |
Jane Tournois
|
562ef9f972
|
use Mesh_sizing_field as in Mesh_3 for Lloyd optimization
this avoids migration phenomena of vertices, that "break"
the distribution of points built during the refinement process
|
2014-11-14 13:04:48 +01:00 |
Jane Tournois
|
ab9811ad8b
|
add output of angles histograms
|
2014-11-13 16:29:21 +01:00 |
Jane Tournois
|
8647878a6a
|
use check_convergence() to stop optimization when vertices do not move enough
the convergence ratio is set to 0.001 by default
+ fix the use of moving_vertices for iterations after the first one
|
2014-11-12 17:13:18 +01:00 |
Jane Tournois
|
e02773efd1
|
move files about sizing, and change template parameter. Geom_traits is enough
|
2014-11-12 15:42:27 +01:00 |
Jane Tournois
|
5666a7db17
|
add code for Lloyd optimization, and in the demo
|
2014-11-07 17:07:14 +01:00 |