floiseau / msh2xdmf

Converter from MSH mesh format to XDMF mesh format
GNU General Public License v3.0
19 stars 11 forks source link

adding mesh name prefix in file naming and adding labels dict in yaml #7

Closed cmaurini closed 4 years ago

cmaurini commented 4 years ago

adding mesh name prefix in file naming and adding labels dict in yaml for domains and boundaries. This commit add a dependency on pyaml. To discuss, this could be avoided by using pickle (but it is not human readable.

@floiseau have a look and let me known. Can you check also if possible to save everything on a single xdmf file?

floiseau commented 4 years ago

Storing everything is one XDMF file is not possible has Fenics will not be able to load a mesh with different types of elements (domain elements and boundary elements)