Uh oh!
There was an error while loading. Please reload this page.
WIP: BVP Out of Place Linear problems - #136
Conversation
n0rbed
commented
Mar 13, 2025
This is made to aid the testing of SciML/SimpleBoundaryValueDiffEq.jl#13 |
ErikQQY
commented
Mar 13, 2025
I think the current in-place version test cases in BVProblemLibrary.jl is fine, if you want OOP cases, you can just put them in the tests of SimpleBoundaryValueDiffEq.jl |
n0rbed
commented
Mar 13, 2025
Writing that many problems in SimpleBoundaryBVP seems overkill, plus we may need these elsewhere, so rewriting them would be bad, what do u think? |
ErikQQY
commented
Mar 13, 2025
We don’t have to test convergence on all test problems, since these are linear BVPs with analytical solutions, it’s enough as long as we can show the implemented solver have specific convergence order. I suggest you take a look at how we are doing in BoundaryValueDiffEq.jl convergence test for MIRK and FIRK methods. |
ChrisRackauckas
commented
Mar 15, 2025
It would be good to just get these here if we can. Might asw well make them reusable. |
n0rbed
commented
Mar 31, 2025
Not sure if |
Checklist