| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
| 0006101 | Xdmf | public | 2007-11-30 04:11 | 2012-03-27 11:10 | |||||||||
| Reporter | Dominik Szczerba | ||||||||||||
| Assigned To | |||||||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||||||
| Status | new | Resolution | open | ||||||||||
| Platform | OS | OS Version | |||||||||||
| Summary | 0006101: xdmf does not take adventage of hdf5 | ||||||||||||
| Description | xdmf requires 0-based row-major arrays. This makes it effectively impossible to use data produced with fortran or matlab. hdf5 specification do not require such restrictions at all and xdmf should not either. Handling arbitrary offset connectivity arrays is trivial at an expense of one metadata attribute. Reading column-major data will require both an attribute as well as transposing; more difficult but not limiting xdmf to the C community. | ||||||||||||
| Tags | No tags attached. | ||||||||||||
| Attached Files | |||||||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0017666) jhgoebbert (reporter) 2009-09-21 04:56 |
Hi, can you give more information with what hdf5-command you can set the offset and transposing of an array (http://www.hdfgroup.org/HDF5/doc/RM/RM_H5Front.html [^]) ? I asked for that, but did not find a standard(!) way of hdf5 - of course you can always add some metadata attributes, which only your own application can interpret. Greetings Jens |
|
(0028979) Giovanni (reporter) 2012-03-27 11:10 |
Hi, for what concerns the offset question you can try specifiying the BaseOffset attribute. Here is an example: <Topology TopologyType="Tetrahedron" NumberOfElements="342" BaseOffset="1"> I hope this is the answer you are looking for. Best Regards Giovanni |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2007-11-30 04:11 | Dominik Szczerba | New Issue | |
| 2009-09-21 04:56 | jhgoebbert | Note Added: 0017666 | |
| 2012-03-27 11:10 | Giovanni | Note Added: 0028979 | |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |