You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run a through a file (.tesr) with an empty space, the code stops working. I suspect it is due to the voids being inside the grain map. This empty space can be seen in a cross section below:
To Reproduce
If i have a simple .tesr file it can still run, but if i introduce voids it does not work. Bash file:
======================== N e p e r =======================
Info : A software package for polycrystal generation and meshing.
Info : Version 4.4.2-9
Info : Built with: gsl|muparser|opengjk|openmp|nlopt|libscotch (full)
Info : Running on 48 threads.
Info : <https://neper.info>
Info : Copyright (C) 2003-2022, and GNU GPL'd, by Romain Quey.
Info : Ignoring initialization file.
Info : ---------------------------------------------------------------
Info : MODULE -T loaded with arguments:
Info : [ini file] (none)
Info : [com line] -n from_morpho -regularization 1 -domain
cube(0.0525,0.0525,0.0525) -morpho
tesr:file(volume_dilated_WholeMap.tesr) -oridescriptor
euler-bunge -o volume_dilated_WholeMap
Info : ---------------------------------------------------------------
Info : Reading input data...
Info : Creating domain...
Info : Creating tessellation...
Info : [i] Parsing file `volume_dilated_WholeMap.tesr'...
Info : [i] Parsed file `volume_dilated_WholeMap.tesr'.
Info : . Number of cells: 189
Info : - Setting seeds... 100%
100%
Info : - Generating crystal orientations...
Info : . Listing cell voxels... 100.0%
Run01.sh: line 95: 43127 Aborted (core dumped) $NEPER -T -n from_morpho -regularization 1 -domain "cube(0.0525,0.0525,0.0525)" -morpho "tesr:file($name.tesr)" -oridescriptor euler-bunge -o ${name}
Thank you for your amazing tool, and thank you for your time.
Happy holidays and kind regards,
Bjarke
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to run a through a file (.tesr) with an empty space, the code stops working. I suspect it is due to the voids being inside the grain map. This empty space can be seen in a cross section below:
To Reproduce
If i have a simple .tesr file it can still run, but if i introduce voids it does not work. Bash file:
example .tesr file which crashes:
It gives this error:
Thank you for your amazing tool, and thank you for your time.
Happy holidays and kind regards,
Bjarke
The text was updated successfully, but these errors were encountered: