Skip to content

fix: titles of the runs #1201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion benchmarks/NonlinearProblem/bruss.jmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Ill-Conditioned Nonlinear System Work-Precision Diagrams
author: Avik Pal
priority: 1000000
---

# Setup
Expand Down
1 change: 0 additions & 1 deletion benchmarks/NonlinearProblem/bruss_krylov.jmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Ill-Conditioned Nonlinear System Work-Precision Diagrams (Krylov Methods)
author: Avik Pal
priority: 10000000
---

# Setup
Expand Down
1 change: 0 additions & 1 deletion benchmarks/NonlinearProblem/nonlinear_battery_problem.jmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Doyle-Fuller-Newman (DFN) Battery Model Initialization
author: Marc D. Berliner & Avik Pal
priority: 50000
---

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:
Expand Down
1 change: 0 additions & 1 deletion benchmarks/NonlinearProblem/nonlinear_solver_23_tests.jmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Nonlinear Solver 23 Test Problems
author: Torkel Loman & Avik Pal
priority: 1000
---

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:
Expand Down
1 change: 0 additions & 1 deletion benchmarks/NonlinearProblem/quadratic_nonlinear.jmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Quadratic Nonlinear Rootfinding Benchmark
author: Avik Pal
priority: 1
---

This is a test of a simple small nonlinear rootfinding problem.
Expand Down