Skip to content

Commit 75b6b8a

Browse files
Merge pull request #1201 from SciML/ap/fix_titles
fix: titles of the runs
2 parents 6f3a15e + 7012ba8 commit 75b6b8a

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

benchmarks/NonlinearProblem/bruss.jmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Ill-Conditioned Nonlinear System Work-Precision Diagrams
33
author: Avik Pal
4-
priority: 1000000
54
---
65

76
# Setup

benchmarks/NonlinearProblem/bruss_krylov.jmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Ill-Conditioned Nonlinear System Work-Precision Diagrams (Krylov Methods)
33
author: Avik Pal
4-
priority: 10000000
54
---
65

76
# Setup

benchmarks/NonlinearProblem/nonlinear_battery_problem.jmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Doyle-Fuller-Newman (DFN) Battery Model Initialization
33
author: Marc D. Berliner & Avik Pal
4-
priority: 50000
54
---
65

76
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:

benchmarks/NonlinearProblem/nonlinear_solver_23_tests.jmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Nonlinear Solver 23 Test Problems
33
author: Torkel Loman & Avik Pal
4-
priority: 1000
54
---
65

76
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:

benchmarks/NonlinearProblem/quadratic_nonlinear.jmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Quadratic Nonlinear Rootfinding Benchmark
33
author: Avik Pal
4-
priority: 1
54
---
65

76
This is a test of a simple small nonlinear rootfinding problem.

0 commit comments

Comments
 (0)