]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update tutotial program
authorAlexander Grayver <agrayver@erdw.ethz.ch>
Wed, 2 Sep 2020 07:20:33 +0000 (09:20 +0200)
committerAlexander Grayver <agrayver@erdw.ethz.ch>
Tue, 15 Sep 2020 07:45:48 +0000 (09:45 +0200)
examples/step-49/step-49.ipynb

index a2119c0511b2caec633feb60aaf4c7fb45c0f31f..a682441436aea83efd65cea828b38a607784eff2 100644 (file)
   },
   {
    "cell_type": "code",
-   "execution_count": 13,
+   "execution_count": 5,
    "metadata": {},
    "outputs": [
     {
   },
   {
    "cell_type": "code",
-   "execution_count": 14,
+   "execution_count": 6,
    "metadata": {},
    "outputs": [
     {
    ],
    "source": [
     "tria_merged = dealii.Triangulation('2D')\n",
-    "tria_merged.merge_triangulations(tria_1, tria_2)\n",
+    "tria_merged.merge_triangulations([tria_1, tria_2])\n",
     "plot_triangulation(tria_merged)"
    ]
   },

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.