You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, cashocs produces 3 files when converting Gmsh to XDMF. Actually, only two of these are necessary. The volume mesh (with tags of the cells, which is currently basically identical to the _subdomains.xdmf file) and the _boundaries file, which contains the facets and their tags.
We should only use the two required xdmf files to save storage space.
The text was updated successfully, but these errors were encountered:
At the moment, cashocs produces 3 files when converting Gmsh to XDMF. Actually, only two of these are necessary. The volume mesh (with tags of the cells, which is currently basically identical to the _subdomains.xdmf file) and the _boundaries file, which contains the facets and their tags.
We should only use the two required xdmf files to save storage space.
The text was updated successfully, but these errors were encountered: