Skip to content

Commit e8830a9

Browse files
author
FEniCS GitHub Actions
committed
1 parent e6d78d5 commit e8830a9

File tree

27 files changed

+668
-668
lines changed

27 files changed

+668
-668
lines changed

dolfinx/v0.10.0.post2/cpp/demos/demo_biharmonic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ <h3>Weak formulation<a class="headerlink" href="#weak-formulation" title="Link t
135135
\forall \ K \in \mathcal{T} \right\}
136136
\]</div>
137137
<p>and considering the boundary conditions</p>
138-
<div class="amsmath math notranslate nohighlight" id="equation-a37e52ae-5a09-4d6e-98db-fe11906ebf9d">
139-
<span class="eqno">(1)<a class="headerlink" href="#equation-a37e52ae-5a09-4d6e-98db-fe11906ebf9d" title="Permalink to this equation"></a></span>\[\begin{align}
138+
<div class="amsmath math notranslate nohighlight" id="equation-215e9a63-9bc9-4ded-b885-f81cac2dd029">
139+
<span class="eqno">(1)<a class="headerlink" href="#equation-215e9a63-9bc9-4ded-b885-f81cac2dd029" title="Permalink to this equation"></a></span>\[\begin{align}
140140
u &amp;= 0 \quad {\rm on} \ \partial\Omega, \\
141141
\nabla^{2} u &amp;= 0 \quad {\rm on} \ \partial\Omega,
142142
\end{align}\]</div>

dolfinx/v0.10.0.post2/python/_downloads/01cebb598a9eb6f964554459de25ce7c/demo_stokes.ipynb

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "6c562926",
5+
"id": "780ef949",
66
"metadata": {},
77
"source": [
88
"# Stokes equations using Taylor-Hood elements\n",
@@ -92,7 +92,7 @@
9292
{
9393
"cell_type": "code",
9494
"execution_count": null,
95-
"id": "9518fcbc",
95+
"id": "ac737758",
9696
"metadata": {},
9797
"outputs": [],
9898
"source": [
@@ -129,7 +129,7 @@
129129
},
130130
{
131131
"cell_type": "markdown",
132-
"id": "a75470be",
132+
"id": "85237a87",
133133
"metadata": {},
134134
"source": [
135135
"We create a {py:class}`Mesh <dolfinx.mesh.Mesh>`, define functions for\n",
@@ -140,7 +140,7 @@
140140
{
141141
"cell_type": "code",
142142
"execution_count": null,
143-
"id": "e9f5c461",
143+
"id": "f4a41e17",
144144
"metadata": {
145145
"lines_to_end_of_cell_marker": 2
146146
},
@@ -169,7 +169,7 @@
169169
},
170170
{
171171
"cell_type": "markdown",
172-
"id": "149676a5",
172+
"id": "1b16d14f",
173173
"metadata": {
174174
"lines_to_next_cell": 2
175175
},
@@ -183,7 +183,7 @@
183183
{
184184
"cell_type": "code",
185185
"execution_count": null,
186-
"id": "e1376df7",
186+
"id": "ebadf492",
187187
"metadata": {},
188188
"outputs": [],
189189
"source": [
@@ -196,7 +196,7 @@
196196
},
197197
{
198198
"cell_type": "markdown",
199-
"id": "d79206e6",
199+
"id": "9a61ad50",
200200
"metadata": {},
201201
"source": [
202202
"Boundary conditions for the velocity field are defined:"
@@ -205,7 +205,7 @@
205205
{
206206
"cell_type": "code",
207207
"execution_count": null,
208-
"id": "e6988e0d",
208+
"id": "6817a81d",
209209
"metadata": {},
210210
"outputs": [],
211211
"source": [
@@ -226,7 +226,7 @@
226226
},
227227
{
228228
"cell_type": "markdown",
229-
"id": "e11c00ea",
229+
"id": "8871898a",
230230
"metadata": {},
231231
"source": [
232232
"The bilinear and linear forms for the Stokes equations are defined\n",
@@ -236,7 +236,7 @@
236236
{
237237
"cell_type": "code",
238238
"execution_count": null,
239-
"id": "1a07e7d4",
239+
"id": "8c68158a",
240240
"metadata": {},
241241
"outputs": [],
242242
"source": [
@@ -256,7 +256,7 @@
256256
},
257257
{
258258
"cell_type": "markdown",
259-
"id": "863de109",
259+
"id": "2a8793a0",
260260
"metadata": {},
261261
"source": [
262262
"A block-diagonal preconditioner will be used with the iterative\n",
@@ -266,7 +266,7 @@
266266
{
267267
"cell_type": "code",
268268
"execution_count": null,
269-
"id": "4c223618",
269+
"id": "cbeb7045",
270270
"metadata": {
271271
"lines_to_next_cell": 2
272272
},
@@ -278,7 +278,7 @@
278278
},
279279
{
280280
"cell_type": "markdown",
281-
"id": "6087b335",
281+
"id": "6bb84b0d",
282282
"metadata": {
283283
"lines_to_next_cell": 2
284284
},
@@ -294,7 +294,7 @@
294294
{
295295
"cell_type": "code",
296296
"execution_count": null,
297-
"id": "f60125e9",
297+
"id": "877c8982",
298298
"metadata": {
299299
"lines_to_next_cell": 2
300300
},
@@ -364,7 +364,7 @@
364364
},
365365
{
366366
"cell_type": "markdown",
367-
"id": "17eb5032",
367+
"id": "1b003604",
368368
"metadata": {
369369
"lines_to_next_cell": 2
370370
},
@@ -381,7 +381,7 @@
381381
{
382382
"cell_type": "code",
383383
"execution_count": null,
384-
"id": "56a89edc",
384+
"id": "0653dd43",
385385
"metadata": {
386386
"lines_to_next_cell": 2
387387
},
@@ -496,7 +496,7 @@
496496
},
497497
{
498498
"cell_type": "markdown",
499-
"id": "4b5f39e2",
499+
"id": "87705911",
500500
"metadata": {
501501
"lines_to_next_cell": 2
502502
},
@@ -511,7 +511,7 @@
511511
{
512512
"cell_type": "code",
513513
"execution_count": null,
514-
"id": "8097e1f9",
514+
"id": "3847b0a0",
515515
"metadata": {
516516
"lines_to_next_cell": 2
517517
},
@@ -550,7 +550,7 @@
550550
},
551551
{
552552
"cell_type": "markdown",
553-
"id": "5b81be62",
553+
"id": "ee04cc28",
554554
"metadata": {
555555
"lines_to_next_cell": 2
556556
},
@@ -562,7 +562,7 @@
562562
{
563563
"cell_type": "code",
564564
"execution_count": null,
565-
"id": "4d3bb520",
565+
"id": "560b83d2",
566566
"metadata": {
567567
"lines_to_next_cell": 2
568568
},
@@ -634,7 +634,7 @@
634634
},
635635
{
636636
"cell_type": "markdown",
637-
"id": "7738ca7e",
637+
"id": "7238f3dc",
638638
"metadata": {
639639
"lines_to_next_cell": 2
640640
},
@@ -648,7 +648,7 @@
648648
{
649649
"cell_type": "code",
650650
"execution_count": null,
651-
"id": "e3f98596",
651+
"id": "47064a17",
652652
"metadata": {
653653
"lines_to_next_cell": 2
654654
},
@@ -700,7 +700,7 @@
700700
},
701701
{
702702
"cell_type": "markdown",
703-
"id": "98cd5f03",
703+
"id": "7e2cad56",
704704
"metadata": {
705705
"lines_to_next_cell": 2
706706
},
@@ -716,7 +716,7 @@
716716
{
717717
"cell_type": "code",
718718
"execution_count": null,
719-
"id": "f46364b4",
719+
"id": "fa5d6db3",
720720
"metadata": {},
721721
"outputs": [],
722722
"source": [
@@ -809,7 +809,7 @@
809809
},
810810
{
811811
"cell_type": "markdown",
812-
"id": "1d4a91b4",
812+
"id": "b5d2d465",
813813
"metadata": {},
814814
"source": [
815815
"Solve using LinearProblem class"
@@ -818,7 +818,7 @@
818818
{
819819
"cell_type": "code",
820820
"execution_count": null,
821-
"id": "9e465a54",
821+
"id": "27e593ef",
822822
"metadata": {},
823823
"outputs": [],
824824
"source": [
@@ -827,7 +827,7 @@
827827
},
828828
{
829829
"cell_type": "markdown",
830-
"id": "9e605a5f",
830+
"id": "3debf08f",
831831
"metadata": {},
832832
"source": [
833833
"Solve using PETSc MatNest"
@@ -836,7 +836,7 @@
836836
{
837837
"cell_type": "code",
838838
"execution_count": null,
839-
"id": "2086b565",
839+
"id": "4756bf98",
840840
"metadata": {},
841841
"outputs": [],
842842
"source": [
@@ -847,7 +847,7 @@
847847
},
848848
{
849849
"cell_type": "markdown",
850-
"id": "3a427ddc",
850+
"id": "f899c3c6",
851851
"metadata": {},
852852
"source": [
853853
"Solve using PETSc block matrices and an iterative solver"
@@ -856,7 +856,7 @@
856856
{
857857
"cell_type": "code",
858858
"execution_count": null,
859-
"id": "d5cd8fb0",
859+
"id": "5f8863e0",
860860
"metadata": {},
861861
"outputs": [],
862862
"source": [
@@ -867,7 +867,7 @@
867867
},
868868
{
869869
"cell_type": "markdown",
870-
"id": "424b3474",
870+
"id": "6398d940",
871871
"metadata": {},
872872
"source": [
873873
"Solve using PETSc block matrices and an LU solver"
@@ -876,7 +876,7 @@
876876
{
877877
"cell_type": "code",
878878
"execution_count": null,
879-
"id": "3e951510",
879+
"id": "105e0f21",
880880
"metadata": {},
881881
"outputs": [],
882882
"source": [
@@ -887,7 +887,7 @@
887887
},
888888
{
889889
"cell_type": "markdown",
890-
"id": "c7ca2298",
890+
"id": "f9cfa0e4",
891891
"metadata": {},
892892
"source": [
893893
"Solve using a non-blocked matrix and an LU solver"
@@ -896,7 +896,7 @@
896896
{
897897
"cell_type": "code",
898898
"execution_count": null,
899-
"id": "98d6c727",
899+
"id": "dcecf31e",
900900
"metadata": {},
901901
"outputs": [],
902902
"source": [

0 commit comments

Comments
 (0)