fixed node numbering

This commit is contained in:
Jukka Aho
2015-06-20 14:35:43 +03:00
parent 5e548db83e
commit e891faee74
2 changed files with 8 additions and 1 deletions
@@ -148,6 +148,13 @@
"topology.insertAsInt32(0, [0x6, 1, 2, 3, 4]) # Not sure starts this from 0 or 1"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**update**, node numbering starts from 0."
]
},
{
"cell_type": "code",
"execution_count": 10,
+1 -1
View File
@@ -10,7 +10,7 @@
<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>
<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>