mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-18 09:41:31 +00:00
xdmf export
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
+24
@@ -0,0 +1,24 @@
|
||||
<?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 1 2 3 4</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>
|
||||
Reference in New Issue
Block a user