Closed
Conversation
Member
|
What's the state of these? |
Member
Author
|
The errors in BoundaryValueDiffEq.jl are fixed, I think this PR should be ready, need some updates first. |
Member
|
Needs to rebase. |
d89611d to
a01eec0
Compare
a01eec0 to
9c26432
Compare
Member
Author
|
Seems CI still fails on 1.10🤔 |
ChrisRackauckas-Claude
pushed a commit
to ChrisRackauckas-Claude/SciMLBenchmarks.jl
that referenced
this pull request
Mar 26, 2026
Rebased version of SciML#1203 by @ErikQQY, updated for latest package versions. New benchmark: nonlinear_wpd.jmd - Benchmarks 15 nonlinear BVP test problems from BVProblemLibrary - Compares MIRK, FIRK, Shooting, and FORTRAN solvers - Includes per-problem and summary work-precision diagrams Package updates: - NonlinearSolve → NonlinearSolveFirstOrder (package split) - BVProblemLibrary: 0.1.4 → 0.1.6 - SimpleBoundaryValueDiffEq: 1.0.0 → 1.2 - CairoMakie: added 0.14 to compat - Updated linear_wpd.jmd to use NonlinearSolveFirstOrder Tested locally: - All imports verified - MIRK4/5/6, RadauIIa5, LobattoIIIa4 solve problems 1-3 correctly - WorkPrecisionSet runs and produces results - Plot generation works Supersedes SciML#1203 Co-Authored-By: Qingyu Qu <2283984853@qq.com> Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 tasks
ChrisRackauckas
added a commit
that referenced
this pull request
Mar 26, 2026
…ar-bvp-benchmarks Add nonlinear BVP benchmarks (rebase of #1203)
Member
|
Rebased, fixed up, and merged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the nonlinear BVP benchmarks as well.