tianjuxue / jax-am

Additive manufacturing simulation with JAX.
https://jax-am.readthedocs.io/en/latest/
GNU General Public License v3.0
265 stars 56 forks source link

debug #36

Closed Mohamadrezash204 closed 4 months ago

Mohamadrezash204 commented 4 months ago

I updated mesh processing to dynamically handle different hexahedral cell types (e.g., hexahedron20).

tianjuxue commented 4 months ago

Thanks for the commits. But why would you need a hexahedron20?

Mohamadrezash204 commented 4 months ago

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.