Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 7c088f3

Browse files
author
root
committed
Automatic build\nPublished by build of: SciML/SciMLTutorials.jl@63c270f
1 parent a480176 commit 7c088f3

15 files changed

Lines changed: 2856 additions & 1723 deletions

html/ode_extras/01-ModelingToolkit.html

Lines changed: 508 additions & 344 deletions
Large diffs are not rendered by default.

html/ode_extras/02-feagin.html

Lines changed: 402 additions & 185 deletions
Large diffs are not rendered by default.

html/ode_extras/03-ode_minmax.html

Lines changed: 420 additions & 236 deletions
Large diffs are not rendered by default.

markdown/ode_extras/01-ModelingToolkit.md

Lines changed: 610 additions & 465 deletions
Large diffs are not rendered by default.

markdown/ode_extras/02-feagin.md

Lines changed: 430 additions & 213 deletions
Large diffs are not rendered by default.

markdown/ode_extras/03-ode_minmax.md

Lines changed: 444 additions & 265 deletions
Large diffs are not rendered by default.

notebook/ode_extras/01-ModelingToolkit.ipynb

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,15 @@
385385
],
386386
"metadata": {},
387387
"execution_count": null
388+
},
389+
{
390+
"outputs": [],
391+
"cell_type": "code",
392+
"source": [
393+
"using SciMLTutorials\nSciMLTutorials.tutorial_footer(WEAVE_ARGS[:folder],WEAVE_ARGS[:file])"
394+
],
395+
"metadata": {},
396+
"execution_count": null
388397
}
389398
],
390399
"nbformat_minor": 2,
@@ -393,11 +402,11 @@
393402
"file_extension": ".jl",
394403
"mimetype": "application/julia",
395404
"name": "julia",
396-
"version": "1.4.2"
405+
"version": "1.6.2"
397406
},
398407
"kernelspec": {
399-
"name": "julia-1.4",
400-
"display_name": "Julia 1.4.2",
408+
"name": "julia-1.6",
409+
"display_name": "Julia 1.6.2",
401410
"language": "julia"
402411
}
403412
},

notebook/ode_extras/02-feagin.ipynb

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@
9595
"This is a clear trend indicating that the convergence is truly Order 14, which\nis the estimated slope."
9696
],
9797
"metadata": {}
98+
},
99+
{
100+
"outputs": [],
101+
"cell_type": "code",
102+
"source": [
103+
"using SciMLTutorials\nSciMLTutorials.tutorial_footer(WEAVE_ARGS[:folder],WEAVE_ARGS[:file])"
104+
],
105+
"metadata": {},
106+
"execution_count": null
98107
}
99108
],
100109
"nbformat_minor": 2,
@@ -103,11 +112,11 @@
103112
"file_extension": ".jl",
104113
"mimetype": "application/julia",
105114
"name": "julia",
106-
"version": "1.4.2"
115+
"version": "1.6.2"
107116
},
108117
"kernelspec": {
109-
"name": "julia-1.4",
110-
"display_name": "Julia 1.4.2",
118+
"name": "julia-1.6",
119+
"display_name": "Julia 1.6.2",
111120
"language": "julia"
112121
}
113122
},

notebook/ode_extras/03-ode_minmax.ipynb

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,15 @@
177177
],
178178
"metadata": {},
179179
"execution_count": null
180+
},
181+
{
182+
"outputs": [],
183+
"cell_type": "code",
184+
"source": [
185+
"using SciMLTutorials\nSciMLTutorials.tutorial_footer(WEAVE_ARGS[:folder],WEAVE_ARGS[:file])"
186+
],
187+
"metadata": {},
188+
"execution_count": null
180189
}
181190
],
182191
"nbformat_minor": 2,
@@ -185,11 +194,11 @@
185194
"file_extension": ".jl",
186195
"mimetype": "application/julia",
187196
"name": "julia",
188-
"version": "1.4.2"
197+
"version": "1.6.2"
189198
},
190199
"kernelspec": {
191-
"name": "julia-1.4",
192-
"display_name": "Julia 1.4.2",
200+
"name": "julia-1.6",
201+
"display_name": "Julia 1.6.2",
193202
"language": "julia"
194203
}
195204
},
10.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)