Skip to content

Commit 6f3a15e

Browse files
authored
fix: NonlinearSolve Benchmarks + PETSc runs (#1181)
* fix: NonlinearSolve Benchmarks + PETSc runs * fix: try disabling gc * fix: compat * fix: pin MINPACK * fix: disable PETSc for sparsity * fix: sparsity * feat: add PETSc to battery * fix: naming * fix: total * fix: ls * fix: config * fix: run PETSc with QR * fix: update compats * fix: more options * fix: multiple fixes * more fixes * more fixes * fix: more fixes * fix: more fixes * fix: higher priority * fix: krylov * fix: lower tolerance * fix: pass in our AD * fix: options * fix: use enzyme for the battery problem * fix: use latest minpack * fix: force \ for linear solving * fix: set autodiff properly * fix: label * fix: use log2 * fix: change legend pos * fix: match the krylov configs * fix: adjust krylov_dims * fix: try to make PETSc converge * fix: old API * fix: legend * fix: parse error * fix: bankds * feat: up deps
1 parent dc920c7 commit 6f3a15e

File tree

10 files changed

+1049
-851
lines changed

10 files changed

+1049
-851
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ pdf/
2222
notebook/
2323
markdown/
2424

25-
.vscode
25+
.vscode
26+
*.html

JuliaFormatter.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
style="sciml"

0 commit comments

Comments
 (0)