Open rquey opened 1 year ago
(Note to self) Here is a smaller example that reproduces the problem:
This command stops right before the problem occurs:
neper -T -n 50 -id 10 -dim 2 -domain "circle(1)" -transform "cut(cylinder(0.5,0.5,0.5,0,0,1,0.25))" -reg 1 -format tess,geo -o test -rsel 0.25
This command reproduces the problem (deletes one more edge, which generates a wrong new vertex):
neper -T -n 50 -id 10 -dim 2 -domain "circle(1)" -transform "cut(cylinder(0.5,0.5,0.5,0,0,1,0.25))" -reg 1 -format tess,geo -o test -rsel 0.258
Discussed in https://github.com/neperfepx/neper/discussions/718