Skip to content

Commit bc26a6b

Browse files
Merge pull request #605 from ArnoStrouwen/tuts
strict tutorials
2 parents 2ef8207 + 9488902 commit bc26a6b

Some content is hidden

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

45 files changed

+254
-1399
lines changed

docs/Project.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[deps]
2+
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
23
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
4+
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
5+
BoundaryValueDiffEq = "764a87c0-6b3e-53db-9096-fe964310641d"
36
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
47
DAEProblemLibrary = "dfb8ca35-80a1-48ba-a605-84916a45b4f8"
58
DASKR = "165a45c3-f624-5814-8e85-3bdf39a7becd"
@@ -10,13 +13,18 @@ DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
1013
DiffEqDocs = "d91efeb5-c178-44a6-a2ee-51685df7c78e"
1114
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
1215
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
16+
IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895"
1317
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
1418
JumpProblemLibrary = "faf0f6d7-8cee-47cb-b27c-1eb80cef534e"
19+
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
1520
ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"
1621
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
22+
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1723
SDEProblemLibrary = "c72e72a9-a271-4b2b-8966-303ed956772e"
1824
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
25+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1926
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
27+
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
2028

2129
[compat]
2230
BSON = "0.3"

docs/src/assets/3d_lorenz.png

-51.3 KB
Binary file not shown.

docs/src/assets/SIR.png

-26.8 KB
Binary file not shown.

docs/src/assets/basic_sde.png

-21.2 KB
Binary file not shown.

docs/src/assets/bvp_example_plot1.png

-20.2 KB
Binary file not shown.

docs/src/assets/bvp_example_plot2.png

-23.4 KB
Binary file not shown.

docs/src/assets/bvp_example_plot3.png

-19.7 KB
Binary file not shown.
-16.6 KB
Binary file not shown.
-24.8 KB
Binary file not shown.

docs/src/assets/dde_example_plot.png

-26.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)