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

Bug when using different morphology and a transform sphere cut #584

Open
shahmeerbaweja92 opened this issue Oct 19, 2022 · 0 comments
Open

Comments

@shahmeerbaweja92
Copy link

Describe the bug

I am trying to reproduce an RVE with a centered, small spherical void inside it using cubic morphology instead of using 'voronoi', and then later mesh with c3d8 (hex) elements.

$ neper -T -n from_morpho -transform "cut(sphere(0.5,0.5,0.5,0.106))" -morpho "cube(7)" -format tess -o mgvoidsmall_cube

========================    N   e   p   e   r    =======================
Info   : A software package for polycrystal generation and meshing.
Info   : Version 4.4.2-33
Info   : Built with: gsl|muparser|opengjk|nlopt|libscotch
Info   : <https://neper.info>
Info   : Copyright (C) 2003-2022, and GNU GPL'd, by Romain Quey.
Info   : No initialization file found (`/home/sbaweja/.neperrc').
Info   : ---------------------------------------------------------------
Info   : MODULE  -T loaded with arguments:
Info   : [ini file] (none)
Info   : [com line] -n from_morpho -transform
         cut(sphere(0.5,0.5,0.5,0.106)) -morpho cube(7) -format tess -o
         mgvoidsmall_cube
Info   : ---------------------------------------------------------------
Info   : Reading input data...
Info   : Creating domain...
Info   : Creating tessellation...
Info   :   - Running tessellation...
Info   :   - Generating crystal orientations...
Info   : Transforming tessellation...
Info   :   - Cutting (experimental)...
Info   :     > sphere(0.5,0.5,0.5,0.106)...
Error  : You have discovered a bug in Neper!  Please file an issue at
         https://github.com/rquey/neper/issues.  Thank you.

Aborted (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant