You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: benchmarks/NonlinearProblem/nonlinear_battery_problem.jmd
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
title: Doyle-Fuller-Newman (DFN) Battery Model Initialization
3
3
author: Marc D. Berliner & Avik Pal
4
+
priority: 10000
4
5
---
5
6
6
7
These benchmarks compares the runtime and error for a range of nonlinear solvers. The solvers are implemented in [NonlinearProblemLibrary.jl](https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/NonlinearProblemLibrary/src/NonlinearProblemLibrary.jl), where you can find the problem function declarations. We test the following solvers:
@@ -23,7 +24,7 @@ Fetch required packages.
23
24
using NonlinearSolve, LinearSolve, StaticArrays, Sundials, SpeedMapping,
Copy file name to clipboardExpand all lines: benchmarks/NonlinearProblem/nonlinear_solver_23_tests.jmd
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
title: Nonlinear Solver 23 Test Problems
3
3
author: Torkel Loman & Avik Pal
4
+
priority: 1000
4
5
---
5
6
6
7
These benchmarks compares the runtime and error for a range of nonlinear solvers. The problems are a standard set of problems as described [here](https://people.sc.fsu.edu/~jburkardt/m_src/test_nonlin/test_nonlin.html). The solvers are implemented in [NonlinearProblemLibrary.jl](https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/NonlinearProblemLibrary/src/NonlinearProblemLibrary.jl), where you can find the problem function declarations. For each problem we test the following solvers:
0 commit comments