neperfepx / neper

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

Mesh inclusion #875

Open FloG1 opened 2 weeks ago

FloG1 commented 2 weeks ago

Hello,

I was trying to mesh the following polycrystal from a .tesr : image

However neper outputs the following error message

$ neper -M test_out.tesr -elttype tri -rcl 0.5 -format geof

========================    N   e   p   e   r    =======================
Info   : A software package for polycrystal generation and meshing.
Info   : Version 4.5.0
Info   : Built with: gsl|muparser|opengjk|openmp|nlopt|libscotch (full)
Info   : Running on 1 threads.
Info   : <https://neper.info>
Info   : Copyright (C) 2003-2022, and GNU GPL'd, by Romain Quey.
Info   : No initialization file found (`/stck/fgirault/.neperrc').
Info   : ---------------------------------------------------------------
Info   : MODULE  -M loaded with arguments:
Info   : [ini file] (none)
Info   : [com line] test_out.tesr -elttype tri -rcl 0.5 -format geof
Info   : ---------------------------------------------------------------
Info   : Reading input data...
Info   :   - Reading arguments...
Info   : Loading input data...
Info   :   - Loading raster tessellation...
Info   :     [i] Parsing file `test_out.tesr'...
Info   :     [i] Parsed file `test_out.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

After investigation, the following zone causes the issue : image

I read from https://github.com/neperfepx/neper/issues/284 that neper does not generate inclusions structures. I wanted to be sure that this was also the reason for this error.

Thanks for the support.