neperfepx / neper

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

Tessellations with bamboo/Columnar morphology with periodicity not working #722

Open abarun22 opened 1 year ago

abarun22 commented 1 year ago

The following neper command structure that produces a tessellation for Bamboo/Columnar polycrystalline structure that incorporates periodicity gives an error and aborted.

neper -T -n 30 -morpho "columnar(z)" -o pcrystal_bamboo -domain "cube(10,10,10)" -periodicity 1

Removal of "-periodicity 1" however works fine. The following executin log explains this issue.

[ir-bala2@login-e-12 Bamboo]$ neper -T -n 30 -morpho "columnar(z)" -o pcrystal_bamboo -domain "cube(10,10,10)" -periodicity 1

========================    N   e   p   e   r    =======================
Info   : A software package for polycrystal generation and meshing.
Info   : Version 4.6.1-4
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   : Loading initialization file `/home/ir-bala2/.neperrc'...
Info   : ---------------------------------------------------------------
Info   : MODULE  -T loaded with arguments:
Info   : [ini file] (none)
Info   : [com line] -n 30 -morpho columnar(z) -o pcrystal_bamboo -domain
         cube(10,10,10) -periodicity 1
Info   : ---------------------------------------------------------------
Info   : Reading input data...
Info   : Creating domain...
Info   : Creating tessellation...
Info   :   - Setting seeds...
Info   :   - Generating crystal orientations...
Info   :   - Running tessellation...
Error  : You have discovered a bug in Neper!  Please file an issue at
         https://github.com/rquey/neper/issues.  Thank you.

Aborted

Thanks and regards, Arun