To avoid the nonuniqueness,
- Give unique global numbers to all nodes.
When generating local mesh by Delaunay tesselation,
nodes are added in the order of the numbers.
- While Delaunay tesselation,
in case that a new-added node is on the circumcircle of a element,
new two elements should be regenerated after deleting the old one.
|
|

nonuniqueness of local element generation
|