Conversation
|
This is made to aid the testing of SciML/SimpleBoundaryValueDiffEq.jl#13 |
|
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 |
|
Writing that many problems in SimpleBoundaryBVP seems overkill, plus we may need these elsewhere, so rewriting them would be bad, what do u think? |
|
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. |
|
It would be good to just get these here if we can. Might asw well make them reusable. |
|
Not sure if |
Checklist