neper
neper copied to clipboard
Polycrystal generation and meshing
Hi! I generated msh4 file like this: ``` neper -T -n 25 -dim 2 -periodicity 1 neper -M n25-id1.tess -per 1 -format msh4 ``` but when reading the file with...
Error when trying to cut a "complementary" cylinder from a cube. $ neper -T -n 5000 -domain "cube(0.1,0.1,0.2)" -regularization 1 -transform "cut(cylinderi(.05,.05,0.0,0,0,1,0.027))" -o 'bloque5k' -format '3dec' ``` ======================== N e...
### Discussed in https://github.com/rquey/neper/discussions/245 Originally posted by **smallrain1996** June 10, 2021 My version is the latest version. The command is as follows: ``` neper -T -n 500 -domain "cylinder(4,2)" -o...
**Describe the bug** Not exactly sure. I was trying to run the second set of commands under "Colour, transparency, etc." on the visualization tab of neper.info but was using a...
The ability to interpolate nodal values inside (tetrahedral) elements is needed to add some capabilities to Neper, see e.g. #373. This is already somewhat implemented for triangle (2D) elements ([code](https://github.com/rquey/neper/blob/main/src/neut/neut_elt/neut_elt.c#L776))...
**Is your feature request related to a problem? Please describe.** To color a mesh from element data (stress equivalent, etc.), the only possibility is to use `-dataeltcol`, which produces a...
It would be nice if conditional statements (the lazy `?:`) could be used for expressions, as in ``` neper -T -n 10::from_morpho -morpho "id
This simple example has an error when inserting cohesive interface in 2D model: $ neper -T -dim 2 -n 2::2 -o test $ neper -M test.tess -interface cohesive::cohesive however, it...
I've noticed that the meshing module seems to slow down over time while meshing large domains and have also found that there seems to be a functional limit for multi...
### Discussed in https://github.com/neperfepx/neper/discussions/533 Originally posted by **mubellyb** August 4, 2022 Hello, everyone. I am using Neper 4.4.1 and having tried to cut a cylinder in a domain. However, when...