Skip to content

Centroidal tessellation and termination criterion #149

Answered by rquey
momohu asked this question in Q&A
Discussion options

You must be logged in to vote

This is a centroidal tessellation, which you can get using -morpho centroidal or, equivalently, -morpho "centroid:seed".

The expression of the termination criterion is a L1 norm. It is curious that it is not normalized by the number of cells, but I'm quite sure that the authors did normalize.

Neper's default is a L2 norm (normalized), but you can change it to the L1 norm (normalized) using -morphooptiobj centroid:L1.

The lambda value can be set using -morpho val=....

Put this in a spherical domain and you get something like your figures:

$ neper -T -domain "sphere(1)" -n 250 -morpho centroidal -morphooptiobj centroid:L1 -morphooptistop "val=0.5"
$ neper -V n250-id1.tess -datacellcol id -p…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rquey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #148 on March 19, 2021 15:23.