You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add extended initialization algorithms from OrdinaryDiffEq to DiffEqBase
This moves the parameterized versions of BrownBasicInit and ShampineCollocationInit from OrdinaryDiffEq to DiffEqBase, making them the standard implementations:
- BrownBasicInit now accepts optional abstol (default: 1e-10) and nlsolve parameters
- ShampineCollocationInit now accepts optional initdt and nlsolve parameters
- Added BrownFullBasicInit as an alias for BrownBasicInit for consistency
This eliminates the need for separate extended types in OrdinaryDiffEq, simplifying the ecosystem by having a single set of initialization algorithms that can handle both simple and advanced use cases.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments