Skip to content

Commit 8ab18ad

Browse files
author
FEniCS GitHub Actions
committed
1 parent f57d896 commit 8ab18ad

27 files changed

Lines changed: 683 additions & 683 deletions

File tree

dolfinx/main/cpp/demos/demo_biharmonic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ <h3>Weak formulation<a class="headerlink" href="#weak-formulation" title="Link t
268268
\forall \ K \in \mathcal{T} \right\}
269269
\]</div>
270270
<p>and considering the boundary conditions</p>
271-
<div class="amsmath math notranslate nohighlight" id="equation-c9443a4c-b9e1-41a0-abff-220e789e05fe">
272-
<span class="eqno">(1)<a class="headerlink" href="#equation-c9443a4c-b9e1-41a0-abff-220e789e05fe" title="Permalink to this equation">#</a></span>\[\begin{align}
271+
<div class="amsmath math notranslate nohighlight" id="equation-45315776-9d3c-4dc3-a58c-d12a483ca5bd">
272+
<span class="eqno">(1)<a class="headerlink" href="#equation-45315776-9d3c-4dc3-a58c-d12a483ca5bd" title="Permalink to this equation">#</a></span>\[\begin{align}
273273
u &amp;= 0 \quad {\rm on} \ \partial\Omega, \\
274274
\nabla^{2} u &amp;= 0 \quad {\rm on} \ \partial\Omega,
275275
\end{align}\]</div>

dolfinx/main/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": "1e740a70",
5+
"id": "54f62878",
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": "e7050767",
95+
"id": "93f29bc0",
9696
"metadata": {},
9797
"outputs": [],
9898
"source": [
@@ -129,7 +129,7 @@
129129
},
130130
{
131131
"cell_type": "markdown",
132-
"id": "aa4076db",
132+
"id": "1a53a0b1",
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": "b9ebc253",
143+
"id": "74f03c2e",
144144
"metadata": {},
145145
"outputs": [],
146146
"source": [
@@ -170,7 +170,7 @@
170170
},
171171
{
172172
"cell_type": "markdown",
173-
"id": "f69e7ae8",
173+
"id": "448fc3d0",
174174
"metadata": {},
175175
"source": [
176176
"Two {py:class}`function spaces <dolfinx.fem.FunctionSpace>` are\n",
@@ -182,7 +182,7 @@
182182
{
183183
"cell_type": "code",
184184
"execution_count": null,
185-
"id": "bc156429",
185+
"id": "3bac8f1b",
186186
"metadata": {},
187187
"outputs": [],
188188
"source": [
@@ -194,7 +194,7 @@
194194
},
195195
{
196196
"cell_type": "markdown",
197-
"id": "eb74bc17",
197+
"id": "78ca9469",
198198
"metadata": {},
199199
"source": [
200200
"Boundary conditions for the velocity field are defined:"
@@ -203,7 +203,7 @@
203203
{
204204
"cell_type": "code",
205205
"execution_count": null,
206-
"id": "03464072",
206+
"id": "e3dd8ec9",
207207
"metadata": {},
208208
"outputs": [],
209209
"source": [
@@ -224,7 +224,7 @@
224224
},
225225
{
226226
"cell_type": "markdown",
227-
"id": "875a37b8",
227+
"id": "ab7f9d89",
228228
"metadata": {},
229229
"source": [
230230
"The bilinear and linear forms for the Stokes equations are defined\n",
@@ -234,7 +234,7 @@
234234
{
235235
"cell_type": "code",
236236
"execution_count": null,
237-
"id": "6ef938cd",
237+
"id": "a0e5da46",
238238
"metadata": {},
239239
"outputs": [],
240240
"source": [
@@ -254,7 +254,7 @@
254254
},
255255
{
256256
"cell_type": "markdown",
257-
"id": "5df90503",
257+
"id": "6e5e14dc",
258258
"metadata": {},
259259
"source": [
260260
"A block-diagonal preconditioner will be used with the iterative\n",
@@ -264,7 +264,7 @@
264264
{
265265
"cell_type": "code",
266266
"execution_count": null,
267-
"id": "b57de871",
267+
"id": "a468bcda",
268268
"metadata": {
269269
"lines_to_next_cell": 2
270270
},
@@ -276,7 +276,7 @@
276276
},
277277
{
278278
"cell_type": "markdown",
279-
"id": "3e62f1a8",
279+
"id": "94a0ce8c",
280280
"metadata": {
281281
"lines_to_next_cell": 2
282282
},
@@ -292,7 +292,7 @@
292292
{
293293
"cell_type": "code",
294294
"execution_count": null,
295-
"id": "cb044dfb",
295+
"id": "21a32aea",
296296
"metadata": {
297297
"lines_to_next_cell": 2
298298
},
@@ -364,7 +364,7 @@
364364
},
365365
{
366366
"cell_type": "markdown",
367-
"id": "0a1a1bcc",
367+
"id": "43187e2e",
368368
"metadata": {
369369
"lines_to_next_cell": 2
370370
},
@@ -381,7 +381,7 @@
381381
{
382382
"cell_type": "code",
383383
"execution_count": null,
384-
"id": "65b8aab1",
384+
"id": "3babecb6",
385385
"metadata": {
386386
"lines_to_next_cell": 2
387387
},
@@ -496,7 +496,7 @@
496496
},
497497
{
498498
"cell_type": "markdown",
499-
"id": "3cf3ae68",
499+
"id": "f116a480",
500500
"metadata": {
501501
"lines_to_next_cell": 2
502502
},
@@ -511,7 +511,7 @@
511511
{
512512
"cell_type": "code",
513513
"execution_count": null,
514-
"id": "20f0a89e",
514+
"id": "7d533a24",
515515
"metadata": {
516516
"lines_to_next_cell": 2
517517
},
@@ -548,7 +548,7 @@
548548
},
549549
{
550550
"cell_type": "markdown",
551-
"id": "79f470fd",
551+
"id": "7761aa5c",
552552
"metadata": {
553553
"lines_to_next_cell": 2
554554
},
@@ -560,7 +560,7 @@
560560
{
561561
"cell_type": "code",
562562
"execution_count": null,
563-
"id": "0184c257",
563+
"id": "8bf151dc",
564564
"metadata": {
565565
"lines_to_next_cell": 2
566566
},
@@ -630,7 +630,7 @@
630630
},
631631
{
632632
"cell_type": "markdown",
633-
"id": "ae8adced",
633+
"id": "0d1a01b1",
634634
"metadata": {
635635
"lines_to_next_cell": 2
636636
},
@@ -644,7 +644,7 @@
644644
{
645645
"cell_type": "code",
646646
"execution_count": null,
647-
"id": "2356ea3c",
647+
"id": "2202fc7d",
648648
"metadata": {
649649
"lines_to_next_cell": 2
650650
},
@@ -694,7 +694,7 @@
694694
},
695695
{
696696
"cell_type": "markdown",
697-
"id": "5238d235",
697+
"id": "e94dbe91",
698698
"metadata": {
699699
"lines_to_next_cell": 2
700700
},
@@ -710,7 +710,7 @@
710710
{
711711
"cell_type": "code",
712712
"execution_count": null,
713-
"id": "f2e02089",
713+
"id": "92ad4ed5",
714714
"metadata": {},
715715
"outputs": [],
716716
"source": [
@@ -804,7 +804,7 @@
804804
},
805805
{
806806
"cell_type": "markdown",
807-
"id": "d897337a",
807+
"id": "03f0344a",
808808
"metadata": {},
809809
"source": [
810810
"Solve using LinearProblem class"
@@ -813,7 +813,7 @@
813813
{
814814
"cell_type": "code",
815815
"execution_count": null,
816-
"id": "db857e10",
816+
"id": "b9c09126",
817817
"metadata": {},
818818
"outputs": [],
819819
"source": [
@@ -822,7 +822,7 @@
822822
},
823823
{
824824
"cell_type": "markdown",
825-
"id": "36623fc5",
825+
"id": "0f5bbb23",
826826
"metadata": {},
827827
"source": [
828828
"Solve using PETSc MatNest"
@@ -831,7 +831,7 @@
831831
{
832832
"cell_type": "code",
833833
"execution_count": null,
834-
"id": "f52297d5",
834+
"id": "4a76f14e",
835835
"metadata": {},
836836
"outputs": [],
837837
"source": [
@@ -842,7 +842,7 @@
842842
},
843843
{
844844
"cell_type": "markdown",
845-
"id": "c18bd7dc",
845+
"id": "98c6c3e3",
846846
"metadata": {},
847847
"source": [
848848
"Solve using PETSc block matrices and an iterative solver"
@@ -851,7 +851,7 @@
851851
{
852852
"cell_type": "code",
853853
"execution_count": null,
854-
"id": "38deb64f",
854+
"id": "cc36439b",
855855
"metadata": {},
856856
"outputs": [],
857857
"source": [
@@ -862,7 +862,7 @@
862862
},
863863
{
864864
"cell_type": "markdown",
865-
"id": "30d2159f",
865+
"id": "1608e9c5",
866866
"metadata": {},
867867
"source": [
868868
"Solve using PETSc block matrices and an LU solver"
@@ -871,7 +871,7 @@
871871
{
872872
"cell_type": "code",
873873
"execution_count": null,
874-
"id": "451a74d7",
874+
"id": "dd58ae6c",
875875
"metadata": {},
876876
"outputs": [],
877877
"source": [
@@ -882,7 +882,7 @@
882882
},
883883
{
884884
"cell_type": "markdown",
885-
"id": "95b6cc89",
885+
"id": "93e8fb84",
886886
"metadata": {},
887887
"source": [
888888
"Solve using a non-blocked matrix and an LU solver"
@@ -891,7 +891,7 @@
891891
{
892892
"cell_type": "code",
893893
"execution_count": null,
894-
"id": "811e217a",
894+
"id": "15e51982",
895895
"metadata": {},
896896
"outputs": [],
897897
"source": [

0 commit comments

Comments
 (0)