geodynamics / pylith

PyLith is a finite element code for the solution of dynamic and quasi-static tectonic deformation problems.
Other
153 stars 96 forks source link

Parallel mesh input #53

Open baagaard-usgs opened 6 years ago

baagaard-usgs commented 6 years ago

Support parallel mesh reading using the PETSc HDF5 format.

Write a converter to conver Exodus and Gmsh files to PETSc HDF5 format.

knepley commented 2 years ago

@baagaard-usgs We are not supporting MED anymore. It looks like it was dropped. We have parallel input from HDF5. I think we just write a small converter from any format we are using to HDF5. This should be easy since it would just be a DMLoad()/DMView() and could be done from Python.

baagaard-usgs commented 2 years ago

Parallel mesh loading requires generating cohesive cells in parallel! I think this is the main obstacle.