neper icon indicating copy to clipboard operation
neper copied to clipboard

Polycrystal generation and meshing

Results 49 neper issues
Sort by recently updated
recently updated
newest added

Dear professor,thank you for providing this excellent soft and it helps me a lot with polycrystalline modeling. Here is a question about the tessellation. When the ratio of the two...

**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...

Hello, I am facing segmentation fault when creating tessellation with domain morphology "planes". I would be very grateful if you could help me with this issue. Thank you very much...

**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...

`-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...

bug

**Describe the bug** I get a segmentation fault when trying to read in a .msh file on my M1 Mac (`macOS 14.4.1`). Neper version: tried both `4.8.2` and `4.5.0` `gmsh...

**Describe the bug** run this: neper -T -n 100 -id 11 -transform "cut(spherei(0.5,0.5,0.5,0.4))" get bug: 5307 Aborted neper -T -n 100 -id 11 -transform "cut(spherei(0.5,0.5,0.5,0.4))" ``` $ neper -T -n...

Maybe I was overly optimistic, but I was trying to generate a slightly complex 2D tesselation, something like: ![example_2d_geom](https://github.com/neperfepx/neper/assets/104082578/e67242c5-64a3-4d3e-89bc-353f24c50fa7) I tried to follow roughly what was done here: https://github.com/neperfepx/neper/discussions/826 The...

Hello, I was trying to mesh the following polycrystal from a .tesr : ![image](https://github.com/neperfepx/neper/assets/147060787/0532b51f-528e-4fe0-8387-8f42dae372bd) However neper outputs the following error message ``` $ neper -M test_out.tesr -elttype tri -rcl 0.5...