fusion-energy / vertices_to_h5m

Converts mesh vertices and connectivity to h5m geometry files compatible with DAGMC simulations
MIT License
3 stars 2 forks source link

better h5py h5m #13

Closed nschloe closed 1 year ago

nschloe commented 1 year ago

Hi Jonathan,

Here's my progress on the H5M with h5py. I've got the datatypes correct and added various groups, just like in the pymoab version. The test probably won't pass yet, but we're getting closer.

I've set up everything on my local machine btw, so there's no need to activate code space just for me.

In case you'd like to proceed with this, let me know.

Cheers, Nico

shimwell commented 1 year ago

Many thanks Nico for the improvements, great to see this project progressing. I shall get this merged and take a look at the resulting h5 files.

shimwell commented 1 year ago

I note that the file we worked on via screen share was examples/example_two_volume_h5py.py

This PR makes the most changes to vertices_to_h5m/core.py which is where the code ultimately needs to be :+1: