neperfepx / neper

Polycrystal generation and meshing
http://neper.info
GNU General Public License v3.0
205 stars 53 forks source link

meshing 2D plate with notches #76

Closed jeanmichelscherer closed 3 years ago

jeanmichelscherer commented 3 years ago

Hi Romain, The following commands fail on an unspecified error (just after "Fixing 2D-mesh pinches..."):

neper -T -n 30 -dim 2 -morpho voronoi -domain "square(3.,5.)" -transform "cut(cylinder(0.,2.5,0.,0,0,1.,.5),cylinder(3.,2.5,0.,0,0,1.,.5))" -oriformat 'geof' -format 'ori,tess' neper -M n30-id1.tess -dim 2 -order 2 -format geof -cledge 1.

Do you have any clue where this issue comes from?

Thank you. Best wishes, Jean-Michel

rquey commented 3 years ago

Thanks @jeanmichelscherer for the bug report. This is now fixed.

jeanmichelscherer commented 3 years ago

Thank you for the fix.