Skip to content

Commit f17dd17

Browse files
Automatic build\nPublished by build of: SciML/SciMLBenchmarks.jl@75b6b8a
1 parent 0319296 commit f17dd17

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

-668 Bytes
Loading

markdown/NonlinearProblem/nonlinear_battery_problem.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
priority: 50000
32
author: "Marc D. Berliner & Avik Pal"
43
title: "Doyle-Fuller-Newman (DFN) Battery Model Initialization"
54
---
@@ -330,11 +329,11 @@ wp_set, successful_solvers = generate_wpset(testcase, solvers_all);
330329
[Info] Solver Newton Raphson successfully solved the problem (norm = 6.8732
331330
63901879305e-7).
332331
[Warn] Solver Newton Raphson (HagerZhang LineSearch) returned retcode MaxIt
333-
ers with an residual norm = 196.34346044235267.
332+
ers with an residual norm = 196.34346036740192.
334333
[Warn] Solver Newton Raphson (MoreThuente LineSearch) returned retcode MaxI
335334
ters with an residual norm = 208.5652309391303.
336335
[Warn] Solver Newton Raphson (BackTracking LineSearch) returned retcode Max
337-
Iters with an residual norm = 205.06578104308738.
336+
Iters with an residual norm = 205.06578079222734.
338337
[Warn] Solver Newton Krylov with GMRES returned retcode Unstable with an re
339338
sidual norm = 292.3000724036127.
340339
[Warn] Solver DFSane returned retcode Stalled with an residual norm = 292.3
@@ -348,7 +347,7 @@ sidual norm = 292.3000724036127.
348347
[Info] Solver Trust Region (Hei) successfully solved the problem (norm = 7.
349348
519526738477069e-7).
350349
[Warn] Solver Trust Region (Yuan) returned retcode MaxIters with an residua
351-
l norm = 125.22758373604927.
350+
l norm = 113.84632713639361.
352351
[Info] Solver Trust Region (Bastin) successfully solved the problem (norm =
353352
7.519429969828888e-7).
354353
[Info] Solver Trust Region (Fan) successfully solved the problem (norm = 7.
@@ -588,7 +587,7 @@ Platform Info:
588587
WORD_SIZE: 64
589588
LIBM: libopenlibm
590589
LLVM: libLLVM-15.0.7 (ORCJIT, znver2)
591-
Threads: 1 default, 0 interactive, 1 GC (on 128 virtual cores)
590+
Threads: 128 default, 0 interactive, 64 GC (on 128 virtual cores)
592591
Environment:
593592
JULIA_CPU_THREADS = 128
594593
JULIA_DEPOT_PATH = /cache/julia-buildkite-plugin/depots/5b300254-1738-4989-ae0a-f4d2d937f953
@@ -605,7 +604,7 @@ Status `/cache/build/exclusive-amdci3-0/julialang/scimlbenchmarks-dot-jl/benchma
605604
[2b5f629d] DiffEqBase v6.167.2
606605
[f3b72e0c] DiffEqDevTools v2.48.0
607606
[a0c0ee7d] DifferentiationInterface v0.6.52
608-
[7da242da] Enzyme v0.13.37
607+
[7da242da] Enzyme v0.13.37
609608
[40713840] IncompleteLU v0.2.1
610609
[b964fa9f] LaTeXStrings v1.4.0
611610
[d3d80556] LineSearches v7.3.0
@@ -628,6 +627,7 @@ Status `/cache/build/exclusive-amdci3-0/julialang/scimlbenchmarks-dot-jl/benchma
628627
[90137ffa] StaticArrays v1.9.13
629628
[c3572dad] Sundials v4.28.0
630629
[0c5d862f] Symbolics v6.38.0
630+
Info Packages marked with ⌃ have new versions available and may be upgradable.
631631
```
632632

633633
And the full manifest:
@@ -701,7 +701,7 @@ Status `/cache/build/exclusive-amdci3-0/julialang/scimlbenchmarks-dot-jl/benchma
701701
[5b8099bc] DomainSets v0.7.15
702702
[7c1d4256] DynamicPolynomials v0.6.1
703703
[4e289a0a] EnumX v1.0.5
704-
[7da242da] Enzyme v0.13.37
704+
[7da242da] Enzyme v0.13.37
705705
[f151be2c] EnzymeCore v0.8.8
706706
[429591f6] ExactPredicates v2.2.8
707707
[460bff9d] ExceptionUnwrapping v0.1.11

0 commit comments

Comments
 (0)