thegooglecodearchive / sfepy

Automatically exported from code.google.com/p/sfepy
0 stars 0 forks source link

import of h5 files #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Attached find a file, that sfepy cannot yet open.

The problem with h5 files is that it's structure is arbitrary. The attached
file's structure is used in hermes3d. sfepy uses a different structure. 

How should we go about it? Let's check if the .h5 file contains a mesh3d
group and call hermes3d loader (not yet implemented), otherwise call a
sfepy loader?

Original issue reported on code.google.com by ondrej.c...@gmail.com on 20 Jan 2009 at 9:35

Attachments:

GoogleCodeExporter commented 9 years ago
We could either check some unique field/group (like mesh3d you proposed), or, 
better,
create a group called e.g. 'file_format' (='sfepy', 'hermes3d', ...) upon which 
we
agree with the hermes guys.

Original comment by robert.c...@gmail.com on 21 Jan 2009 at 7:45

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/sfepy/sfepy/issues/79

Original comment by robert.c...@gmail.com on 30 Jan 2012 at 10:25