-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
1D int array (e.g. partition, faut-tag are padded, but not marked padded in the xdmf file).
</Geometry>
<Time Value="0"/>
<Attribute Name="partition" Center="Cell">
<DataItem NumberType="Int" Precision="4" Format="Binary" Dimensions="4368">tpv5-fault_cell/mesh0/partition.bin</DataItem>
</Attribute>
<Attribute Name="fault-tag" Center="Cell">
<DataItem NumberType="Int" Precision="4" Format="Binary" Dimensions="4368">tpv5-fault_cell/mesh0/fault-tag.bin</DataItem>
</Attribute>
<Attribute Name="SRs" Center="Cell">
<DataItem ItemType="HyperSlab" Dimensions="4368">
<DataItem NumberType="UInt" Precision="4" Format="XML" Dimensions="3 2">0 0 1 1 1 4368</DataItem>
<DataItem NumberType="Float" Precision="4" Format="Binary" Dimensions="1 2097152">tpv5-fault_cell/mesh0/SRs.bin</DataItem>
</DataItem>
</Attribute>
<Attribute Name="SRd" Center="Cell">
<DataItem ItemType="HyperSlab" Dimensions="4368">
<DataItem NumberType="UInt" Precision="4" Format="XML" Dimensions="3 2">0 0 1 1 1 4368</DataItem>
<DataItem NumberType="Float" Precision="4" Format="Binary" Dimensions="1 2097152">tpv5-fault_cell/mesh0/SRd.bin</DataItem>
</DataItem>
</Attribute>
(e.g. of tpv5, micro-mesh, with
export XDMFWRITER_ALIGNMENT=8388608
export XDMFWRITER_BLOCK_SIZE=8388608
export SC_CHECKPOINT_ALIGNMENT=8388608
)
I'm not really sure what should be the correct version (e.g. like for SRs with a HyperSlab?).
or just changing Dimensions="4368" to Dimensions="2097152"?
In anycase, it is not a problem for paraview.
Metadata
Metadata
Assignees
Labels
No labels