use xml file showing the data structure in HDF5

This commit is contained in:
chen 2016-10-07 10:00:03 -04:00
parent aae2bcf6f9
commit 7262ed9a17
1 changed files with 13 additions and 0 deletions

13
lib/damask/DS_HDF5.xml Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0"?>
<LABEL2PATH_DAMASK>
<f>
<type>tensor</type>
<h5path>/f</h5path>
<description>deformation gradient (F)</description>
</f>
<Cauchy>
<type>tensor</type>
<h5path>/Cauchy</h5path>
<description>Cauchy stress tensor</description>
</Cauchy>
</LABEL2PATH_DAMASK>