From e891faee747e51e6c230ab6baa0d2d292216ac46 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 20 Jun 2015 14:35:43 +0300 Subject: [PATCH] fixed node numbering --- notebooks/2015-06-20-export-to-xdmf.ipynb | 7 +++++++ testdata/xdmf_1tet/testdata.xmf | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/notebooks/2015-06-20-export-to-xdmf.ipynb b/notebooks/2015-06-20-export-to-xdmf.ipynb index ba5a892..3475f0f 100644 --- a/notebooks/2015-06-20-export-to-xdmf.ipynb +++ b/notebooks/2015-06-20-export-to-xdmf.ipynb @@ -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, diff --git a/testdata/xdmf_1tet/testdata.xmf b/testdata/xdmf_1tet/testdata.xmf index 652a40f..697fd3a 100644 --- a/testdata/xdmf_1tet/testdata.xmf +++ b/testdata/xdmf_1tet/testdata.xmf @@ -10,7 +10,7 @@ 0 0 0 1 0 0 0 1 0 0 0 1 - 6 1 2 3 4 + 6 0 1 2 3 56