Closed Mohamadrezash204 closed 4 months ago
Thanks for the commits. But why would you need a hexahedron20?
When executing on the cluster, I encountered a KeyError: 'hexahedron'. Upon further investigation, I discovered that the data being processed did not have a key for 'hexahedron' but instead used 'hexahedron20'. This appears to be due to a recent update or change in the data format. To address this issue, I updated the mesh processing code to dynamically handle different hexahedral cell types, such as 'hexahedron20'. You can review the error of the output here: Job Output.
I updated mesh processing to dynamically handle different hexahedral cell types (e.g., hexahedron20).