neper icon indicating copy to clipboard operation
neper copied to clipboard

Two-dimensional periodic tessellation in raster format cannot be meshed

Open dilekguzel opened this issue 5 months ago • 0 comments

Hello,

Neper cannot mesh a two-dimensional periodic tessellation in raster (.tesr) format. I believe problem is due to periodicity.

$ neper -T -dim 2 -n 10 -periodicity all -format tess,tesr -tesrformat ascii I can create the tessellation in .tess and .tesr format, and can mesh .tess file without any problem, however it is not possible to mesh .tesr file, I have added a MWE. (I have also tried different examples and the error keeps showing for periodic case)

$ neper -T -dim 2 -n 10 -periodicity all -format tess,tesr -tesrformat ascii $ neper -M n10-id1.tesr

======================== N e p e r ======================= Info : A software package for polycrystal generation and meshing. Info : Version 4.6.2-3 Info : Built with: gsl|muparser|opengjk|openmp|nlopt|libscotch (full) Info : Running on 8 threads. Info : https://neper.info Info : Copyright (C) 2003-2022, and GNU GPL'd, by Romain Quey. Info : No initialization file found ('/home/dguezel/.neperrc'). Info : --------------------------------------------------------------- Info : MODULE -M loaded with arguments: Info : [ini file] (none) Info : [com line] n10-id1.tesr Info : --------------------------------------------------------------- Info : Reading input data... Info : - Reading arguments... Info : Loading input data... Info : - Loading raster tessellation... Info : [i] Parsing file 'n10-id1.tesr'... Info : [i] Parsed file 'n10-id1.tesr'. Info : - Reconstructing topology... Info : > Reconstructing 1D mesh... 100%
Info : > Reconstructing 0D mesh... 100%
Error : You have discovered a bug in Neper! Please file an issue at https://github.com/rquey/neper/issues. Thank you.

Aborted (core dumped)

dilekguzel avatar May 13 '25 11:05 dilekguzel