SciML / SciMLBase.jl

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

Add TwoPointSecondOrderBVProblem constructor #676

Closed ErikQQY closed 2 months ago

ErikQQY commented 2 months ago

Similar to TwoPointBVProblem, this PR adds the TwoPointSecondOrderBVProblem constructor.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 19 lines in your changes are missing coverage. Please review.

Project coverage is 31.72%. Comparing base (8e7c260) to head (ae3ac8c).

:exclamation: Current head ae3ac8c differs from pull request most recent head b5d9ef7. Consider uploading reports for the commit b5d9ef7 to get more accurate results

Files Patch % Lines
src/problems/bvp_problems.jl 0.00% 19 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #676 +/- ## ========================================== - Coverage 31.85% 31.72% -0.14% ========================================== Files 55 55 Lines 4486 4505 +19 ========================================== Hits 1429 1429 - Misses 3057 3076 +19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.