Making further changes to an existing file #1022
-
|
Dear all, I previously generated a tessellation and now, I want to make some changes in it. For example, I want to add more cuts or fill in previous cuts with some new grains. Do you have any recommendations how I can reload it and make further changes in it? neper -T -loadtess Location2-9.tess -domain "cube(1,1,1)" -transform "cut(sphere(1, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Here is an example: |
Beta Was this translation helpful? Give feedback.
-
|
Sorry now another issue comes up! I want to add an additional cut. However, repeating the command with -morphooptiini "file(file.tess)" I get an error: Segmentation Fault! I think this is because after cutting the first part the number of grains reduced. Thus, I cannot use the same -n 100 for that. Are there any commands to know the number of grains in a tessellation? |
Beta Was this translation helpful? Give feedback.



-loadtessand-transformare mutually exclusive. There are 2 solutions:-morphooptiini "file(file.tess)"(with the proper number of grains, domain definition, etc.), which will also regenerate the tessellation. This is faster.Here is an example: