subpackage myna.application.cubit.vtk_to_exodus_region
Application to take an ExaCA VTK output file and convert it to an Exodus finite element mesh that is conformal to the grain boundaries.
For example, this application can accept the output of the exaca/microstructure_region and the defaults assume that use-case.
In addition to the mesh geometry information, this application outputs the following block data in the Exodus file that can be accessed by using the netCDF4 package to access the netCDF4.Dataset().variables dictionary:
id_array: Grain IDs from the ExaCA VTK fileeuler_bunge_zxz_phi1: Euler angle "phi1" using the Bunge (ZXZ) notationeuler_bunge_zxz_Phi: Euler angle "Phi" using the Bunge (ZXZ) notationeuler_bunge_zxz_phi2: Euler angle "phi2" using the Bunge (ZXZ) notation
This file was automatically generated via lazydocs.