SciML / SciMLBase.jl

The Base interface of the SciML ecosystem
https://docs.sciml.ai/SciMLBase/stable
MIT License
118 stars 91 forks source link

Fix twopoint Val for SecondOrderBVProblem #728

Closed ErikQQY closed 2 days ago

ErikQQY commented 3 days ago

Previous SecondOrderBVProblem always set problem_type as nothing. This PR fixes this issue.