Grain growth tessellation with information of grain centroids, orientations, and weights : too slow #985
Unanswered
iriyad2516
asked this question in
Q&A
Replies: 1 comment
-
centroid_neper_slice1.txt |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I wanted to make a grain growth tessellation from FF-HEDM data with information of grain centroids, orientations and weights. There are total 464 grains in the box of 101 x 102 x 41. I used the command:
$ neper -T -n 464 -domain "cube(101,102,41)" -morphooptiini "coo:file(centroid_neper_slice1.txt),weight:file(weight_neper_slice1.txt),ori:file(Euler_rad_neper_slice1.txt)" -morpho gg -format stl:bycell
It takes a long time to finish the iterations, about 20 hours in my WSL windows pc. It was running on 22 threads.
Is there anyway to make it faster?
-iriyad
Beta Was this translation helpful? Give feedback.
All reactions