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

Commit 958aa4a

Browse files
author
root
committed
Automatic build\nPublished by build of: SciML/SciMLTutorials.jl@a7fdd90
1 parent 107265f commit 958aa4a

16 files changed

Lines changed: 3228 additions & 3292 deletions

html/advanced/01-beeler_reuter.html

Lines changed: 390 additions & 107 deletions
Large diffs are not rendered by default.

html/advanced/02-advanced_ODE_solving.html

Lines changed: 683 additions & 380 deletions
Large diffs are not rendered by default.

html/advanced/03-kolmogorov_equations.html

Lines changed: 418 additions & 1029 deletions
Large diffs are not rendered by default.

html/advanced/04-diffusion_implicit_heat_equation.html

Lines changed: 3 additions & 12 deletions
Large diffs are not rendered by default.

markdown/advanced/01-beeler_reuter.md

Lines changed: 459 additions & 190 deletions
Large diffs are not rendered by default.

markdown/advanced/02-advanced_ODE_solving.md

Lines changed: 767 additions & 477 deletions
Large diffs are not rendered by default.

markdown/advanced/03-kolmogorov_equations.md

Lines changed: 456 additions & 1064 deletions
Large diffs are not rendered by default.

markdown/advanced/04-diffusion_implicit_heat_equation.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ using OrdinaryDiffEq: SplitODEProblem, solve, IMEXEuler
2424
import SciMLBase
2525
```
2626

27-
```
28-
Error: ArgumentError: Package DiffEqBase not found in current path:
29-
- Run `import Pkg; Pkg.add("DiffEqBase")` to install the DiffEqBase package
30-
.
31-
```
32-
33-
3427

3528

3629

@@ -249,7 +242,7 @@ sol = solve(
249242
```
250243

251244
```
252-
Error: UndefVarError: SciMLBase not defined
245+
Solving...
253246
```
254247

255248

@@ -272,8 +265,4 @@ p2 = Plots.plot!(p2, title="T ∈ cell faces")
272265
Plots.plot(p1, p2)
273266
```
274267

275-
```
276-
Error: UndefVarError: sol not defined
277-
```
278-
279-
268+
![](figures/04-diffusion_implicit_heat_equation_9_1.png)

notebook/advanced/01-beeler_reuter.ipynb

Lines changed: 16 additions & 7 deletions
Large diffs are not rendered by default.

notebook/advanced/02-advanced_ODE_solving.ipynb

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,15 @@
383383
"Note that if your mass matrix is singular, i.e. your system is a DAE, then you\nneed to make sure you choose\n[a solver that is compatible with DAEs](https://docs.sciml.ai/latest/solvers/dae_solve/#dae_solve_full-1)"
384384
],
385385
"metadata": {}
386+
},
387+
{
388+
"outputs": [],
389+
"cell_type": "code",
390+
"source": [
391+
"using SciMLTutorials\nSciMLTutorials.tutorial_footer(WEAVE_ARGS[:folder],WEAVE_ARGS[:file])"
392+
],
393+
"metadata": {},
394+
"execution_count": null
386395
}
387396
],
388397
"nbformat_minor": 2,
@@ -391,11 +400,11 @@
391400
"file_extension": ".jl",
392401
"mimetype": "application/julia",
393402
"name": "julia",
394-
"version": "1.4.2"
403+
"version": "1.6.1"
395404
},
396405
"kernelspec": {
397-
"name": "julia-1.4",
398-
"display_name": "Julia 1.4.2",
406+
"name": "julia-1.6",
407+
"display_name": "Julia 1.6.1",
399408
"language": "julia"
400409
}
401410
},

0 commit comments

Comments
 (0)