-
I use python to develop a lamella partition software. This graph comes from that software. In each voronoicell, lamella of different thickness can be assigned to a different set in the software. However, the later-stage meshing presented great difficulties, and I am not an expert in meshing. To my surprise, neper also has the ability to lamella partition, but I have yet to figure out how to implement the collection of cells I described above like in my software. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Yes, Neper does generate (and meshes) multi-scale / lamellar structures. See these papers:
Example:
|
Beta Was this translation helpful? Give feedback.
-
Hello @rquey, neper -T -n 10::from_morpho -morpho "gg::lamellar(w=0.01:0.03)" -o test -reg 1 -rsel 0.001 Thank you. ![]() |
Beta Was this translation helpful? Give feedback.
Yes, Neper does generate (and meshes) multi-scale / lamellar structures. See these papers:
Example: