mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-10 13:17:42 +00:00
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Xdmf xmlns:xi="http://www.w3.org/2001/XInclude" Version="2.1">
|
|
<Domain>
|
|
<Grid CollectionType="Temporal" GridType="Collection" Name="Collection">
|
|
<Geometry Type="None"/>
|
|
<Topology Dimensions="0" Type="NoTopology"/>
|
|
<Grid Name="Grid">
|
|
<Time Value="123"/>
|
|
<Geometry Type="XYZ">
|
|
<DataItem DataType="Float" Dimensions="12" Format="XML" Precision="4">0 0 0 1 0 0 0 1 0 0 0 1</DataItem>
|
|
</Geometry>
|
|
<Topology Dimensions="1" Type="Mixed">
|
|
<DataItem DataType="Int" Dimensions="5" Format="XML" Precision="4">6 0 1 2 3</DataItem>
|
|
</Topology>
|
|
<Attribute Center="Cell" Name="Temperature field" Type="Scalar">
|
|
<DataItem DataType="Int" Dimensions="1" Format="XML" Precision="4">56</DataItem>
|
|
</Attribute>
|
|
<Attribute Center="Node" Name="Density" Type="Vector">
|
|
<DataItem DataType="Float" Dimensions="4" Format="XML" Precision="4">1.3 2.4000001 4.5 6.6999998</DataItem>
|
|
</Attribute>
|
|
</Grid>
|
|
</Grid>
|
|
</Domain>
|
|
</Xdmf>
|