Skip to content

Commit dc62ee2

Browse files
author
FEniCS GitHub Actions
committed
1 parent fa1a9ee commit dc62ee2

File tree

112 files changed

+837
-837
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+837
-837
lines changed

dolfinx/v0.10.0.post3/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-330b5dcb-9e46-45dd-81e4-2a475d24aae0">
139-
<span class="eqno">(1)<a class="headerlink" href="#equation-330b5dcb-9e46-45dd-81e4-2a475d24aae0" title="Permalink to this equation"></a></span>\[\begin{align}
138+
<div class="amsmath math notranslate nohighlight" id="equation-79da3dcb-df40-4562-8219-2be9fc76e910">
139+
<span class="eqno">(1)<a class="headerlink" href="#equation-79da3dcb-df40-4562-8219-2be9fc76e910" 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.post3/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": "084a9bc4",
5+
"id": "902e3e20",
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": "a91b636b",
95+
"id": "6dbac4ed",
9696
"metadata": {},
9797
"outputs": [],
9898
"source": [
@@ -129,7 +129,7 @@
129129
},
130130
{
131131
"cell_type": "markdown",
132-
"id": "f6d53b4f",
132+
"id": "ea906b76",
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": "fb515272",
143+
"id": "2cfea497",
144144
"metadata": {
145145
"lines_to_end_of_cell_marker": 2
146146
},
@@ -169,7 +169,7 @@
169169
},
170170
{
171171
"cell_type": "markdown",
172-
"id": "58ceca01",
172+
"id": "d49fd672",
173173
"metadata": {
174174
"lines_to_next_cell": 2
175175
},
@@ -183,7 +183,7 @@
183183
{
184184
"cell_type": "code",
185185
"execution_count": null,
186-
"id": "29246863",
186+
"id": "af94994a",
187187
"metadata": {},
188188
"outputs": [],
189189
"source": [
@@ -196,7 +196,7 @@
196196
},
197197
{
198198
"cell_type": "markdown",
199-
"id": "e1ef18b9",
199+
"id": "0f2e1011",
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": "d6f872a6",
208+
"id": "e1a789d3",
209209
"metadata": {},
210210
"outputs": [],
211211
"source": [
@@ -226,7 +226,7 @@
226226
},
227227
{
228228
"cell_type": "markdown",
229-
"id": "2efeaebc",
229+
"id": "e48c2b0d",
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": "a9e74779",
239+
"id": "4fd910f8",
240240
"metadata": {},
241241
"outputs": [],
242242
"source": [
@@ -256,7 +256,7 @@
256256
},
257257
{
258258
"cell_type": "markdown",
259-
"id": "2d06ee5b",
259+
"id": "ddca1efc",
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": "e099d999",
269+
"id": "a8e9884f",
270270
"metadata": {
271271
"lines_to_next_cell": 2
272272
},
@@ -278,7 +278,7 @@
278278
},
279279
{
280280
"cell_type": "markdown",
281-
"id": "9c948f4e",
281+
"id": "1e29c755",
282282
"metadata": {
283283
"lines_to_next_cell": 2
284284
},
@@ -294,7 +294,7 @@
294294
{
295295
"cell_type": "code",
296296
"execution_count": null,
297-
"id": "e050fd99",
297+
"id": "7ae4e8bf",
298298
"metadata": {
299299
"lines_to_next_cell": 2
300300
},
@@ -364,7 +364,7 @@
364364
},
365365
{
366366
"cell_type": "markdown",
367-
"id": "8c11d653",
367+
"id": "aa5eda65",
368368
"metadata": {
369369
"lines_to_next_cell": 2
370370
},
@@ -381,7 +381,7 @@
381381
{
382382
"cell_type": "code",
383383
"execution_count": null,
384-
"id": "c84b3925",
384+
"id": "d8e7ec55",
385385
"metadata": {
386386
"lines_to_next_cell": 2
387387
},
@@ -496,7 +496,7 @@
496496
},
497497
{
498498
"cell_type": "markdown",
499-
"id": "b8305125",
499+
"id": "1ee6b387",
500500
"metadata": {
501501
"lines_to_next_cell": 2
502502
},
@@ -511,7 +511,7 @@
511511
{
512512
"cell_type": "code",
513513
"execution_count": null,
514-
"id": "6d5b2664",
514+
"id": "fef7ffb5",
515515
"metadata": {
516516
"lines_to_next_cell": 2
517517
},
@@ -550,7 +550,7 @@
550550
},
551551
{
552552
"cell_type": "markdown",
553-
"id": "e756d9f0",
553+
"id": "a1b41b91",
554554
"metadata": {
555555
"lines_to_next_cell": 2
556556
},
@@ -562,7 +562,7 @@
562562
{
563563
"cell_type": "code",
564564
"execution_count": null,
565-
"id": "6bfc4e3a",
565+
"id": "1e7d0efd",
566566
"metadata": {
567567
"lines_to_next_cell": 2
568568
},
@@ -634,7 +634,7 @@
634634
},
635635
{
636636
"cell_type": "markdown",
637-
"id": "e52a13d2",
637+
"id": "5e68f25f",
638638
"metadata": {
639639
"lines_to_next_cell": 2
640640
},
@@ -648,7 +648,7 @@
648648
{
649649
"cell_type": "code",
650650
"execution_count": null,
651-
"id": "775ec000",
651+
"id": "12609aff",
652652
"metadata": {
653653
"lines_to_next_cell": 2
654654
},
@@ -700,7 +700,7 @@
700700
},
701701
{
702702
"cell_type": "markdown",
703-
"id": "1e2b98d4",
703+
"id": "e0995a1c",
704704
"metadata": {
705705
"lines_to_next_cell": 2
706706
},
@@ -716,7 +716,7 @@
716716
{
717717
"cell_type": "code",
718718
"execution_count": null,
719-
"id": "a8337ea5",
719+
"id": "4fe79141",
720720
"metadata": {},
721721
"outputs": [],
722722
"source": [
@@ -809,7 +809,7 @@
809809
},
810810
{
811811
"cell_type": "markdown",
812-
"id": "c21b9aca",
812+
"id": "a876abd4",
813813
"metadata": {},
814814
"source": [
815815
"Solve using LinearProblem class"
@@ -818,7 +818,7 @@
818818
{
819819
"cell_type": "code",
820820
"execution_count": null,
821-
"id": "4869ed8f",
821+
"id": "50fee484",
822822
"metadata": {},
823823
"outputs": [],
824824
"source": [
@@ -827,7 +827,7 @@
827827
},
828828
{
829829
"cell_type": "markdown",
830-
"id": "9ae0c210",
830+
"id": "cc1f5bda",
831831
"metadata": {},
832832
"source": [
833833
"Solve using PETSc MatNest"
@@ -836,7 +836,7 @@
836836
{
837837
"cell_type": "code",
838838
"execution_count": null,
839-
"id": "d095f772",
839+
"id": "f4f45503",
840840
"metadata": {},
841841
"outputs": [],
842842
"source": [
@@ -847,7 +847,7 @@
847847
},
848848
{
849849
"cell_type": "markdown",
850-
"id": "0087f27d",
850+
"id": "8f7eae0d",
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": "5b3f1856",
859+
"id": "69b70d2d",
860860
"metadata": {},
861861
"outputs": [],
862862
"source": [
@@ -867,7 +867,7 @@
867867
},
868868
{
869869
"cell_type": "markdown",
870-
"id": "d3a87939",
870+
"id": "28a28f8f",
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": "fc2f6e0d",
879+
"id": "a2dddc96",
880880
"metadata": {},
881881
"outputs": [],
882882
"source": [
@@ -887,7 +887,7 @@
887887
},
888888
{
889889
"cell_type": "markdown",
890-
"id": "9b4bb4d7",
890+
"id": "66b229de",
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": "61624d8b",
899+
"id": "7fe150a7",
900900
"metadata": {},
901901
"outputs": [],
902902
"source": [

0 commit comments

Comments
 (0)