-
Dear Neper experts I am writing to inquire about whether the mesh format output by I am using neper for material simulations and would like to import the generated mesh into Dream3D for further analysis and processing. However, I have found that the mesh format output by neper -M is not compatible with the inl format supported by Dream3D. Therefore, I am wondering if there is a way to convert the mesh generated by neper to inl format, or if there are other file formats that can be used to convert between neper and Dream3D. I would greatly appreciate any help and advice that you can provide, and I hope to hear from you soon. Thank you! Best regards, wei |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I have no clue on this one, but maybe someone out there knows how to do it. |
Beta Was this translation helpful? Give feedback.
Dear @rquey and @smallrain1996,
I have successfully completed the conversion from .msh to .inl files. I followed your suggested commands in neper to create the necessary files, including .msh, .stelset, and .stdnode. Additionally, I have written a script called "msh_to_inl.sh" to perform the conversion.
However, I haven't yet implemented the suggested code addition to neper due to my limited familiarity with its internal logic. Nevertheless, I'm happy to share my approach and the MATLAB script I developed. It would be greatly appreciated if you or someone else could incorporate my operations into neper for a seamless conversion from .msh to .inl files.
First, please find the commands I us…