File tree Expand file tree Collapse file tree 3 files changed +342
-0
lines changed Expand file tree Collapse file tree 3 files changed +342
-0
lines changed Original file line number Diff line number Diff line change 1
1
[deps ]
2
+ BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
2
3
BifurcationKit = " 0f109fa4-8a5d-4b75-95aa-f515264e7665"
3
4
Catalyst = " 479239e8-5488-4da2-87a7-35f2df7eef83"
4
5
DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
@@ -8,8 +9,10 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
8
9
Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
9
10
GlobalSensitivity = " af5da776-676b-467e-8baf-acd8249e4f0f"
10
11
HomotopyContinuation = " f213a82b-91d6-5c5d-acf7-10f1c761b327"
12
+ IncompleteLU = " 40713840-3770-5561-ab4c-a76e7d0d7895"
11
13
JumpProcesses = " ccbc3e58-028d-4f4c-8cd5-9ae44345cda5"
12
14
Latexify = " 23fbe1c1-3f47-55db-b15f-69d7ec21a316"
15
+ LinearSolve = " 7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
13
16
Logging = " 56ddb016-857b-54e1-b83d-db4d58db5568"
14
17
ModelingToolkit = " 961ee093-0014-501f-94e3-6117800e7a78"
15
18
NonlinearSolve = " 8913a72c-1f9b-4ce2-8d82-65094dcecaec"
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ pages = Any[
31
31
" model_simulation/simulation_structure_interfacing.md" ,
32
32
" model_simulation/ensemble_simulations.md" ,
33
33
# Stochastic simulation statistical analysis.
34
+ " model_simulation/ode_simulation_performance.md" ,
34
35
# ODE Performance considerations/advice.
35
36
# SDE Performance considerations/advice.
36
37
# Jump Performance considerations/advice.
You can’t perform that action at this time.
0 commit comments