Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-transform rmcell is buggy #569

Open
rquey opened this issue Sep 26, 2022 · 0 comments
Open

-transform rmcell is buggy #569

rquey opened this issue Sep 26, 2022 · 0 comments
Labels

Comments

@rquey
Copy link
Member

rquey commented Sep 26, 2022

-transform rmcell very often generates errors. For instance:

neper -T -n 2 -transform "rmcell(id>1)"

========================    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 8 threads.
Info   : <https://neper.info>
Info   : Copyright (C) 2003-2022, and GNU GPL'd, by Romain Quey.
Info   : Loading initialization file `/home/rquey/.neperrc'...
Info   : ---------------------------------------------------------------
Info   : MODULE  -T loaded with arguments:
Info   : [ini file] -tesrformat ascii
Info   : [com line] -n 2 -transform rmcell(id>1)
Info   : ---------------------------------------------------------------
Info   : Reading input data...
Info   : Creating domain...
Info   : Creating tessellation...
Info   :   - Setting seeds... 
Info   :   - Generating crystal orientations...
Info   :   - Running tessellation...
Info   : Transforming tessellation...
Info   :   - Removing cells...
Info   :     > Removed 1 cells...
Info   : Writing results...
Info   :     [o] Writing file `n2-id1.tess'...
Segmentation fault (core dumped)

Of note, a possible workaround is to use -meshpoly in -M (providing the complementary expression as argument).

@rquey rquey added the bug label Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant