-
|
Hi, I am using Neper to generate a synthetic crystal structure to study some algorithms for stitching actual HEDM scans where multiple scans are required. To do so, I first generated a "true" Neper crystal structure and perform the cut. I have some questions regarding how Neper handle the grain the are being cut into two grains when cut is perform. In particular,
--> this gives me 400 cells after 10 iterations (I limited for demonstration)
Cut 1: --> this gives me 208 cells Cut 2: --> this gives me 192 cells As you can see, if I simply join these two files together, I get back 400 cells (of course, the centroid locations and radius of the cells at the boundary are not the same so indeed the cell centroids are being updated). What I do not understand is why I still get back 400 cells. For me intuitively, if you cut the cells in half, you would generate one more cells. Therefore, if I naively sum up the two cells for these cuts, I should have more cells than the original pre-cut crystal structure. Any insights on this matter is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
That's a good observation. Since For a "true" cut, use |
Beta Was this translation helpful? Give feedback.
That's a good observation. Since
-transform "cut(...)"uses mirror seeds for performing the cut, it initially considers only the interior seeds. It will therefore generate cells only for those seeds. That's why you get only 400 cells in total.For a "true" cut, use
-transform "planecut(...)".