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 DAEProblem specialization for remake with initialization_data support
This commit adds a specialized remake function for DAEProblem that properly handles initialization_data, matching the pattern used in ODEProblem, SDEProblem, and other problem types.
The new remake function:
- Accepts all DAEProblem-specific parameters (du0, differential_vars)
- Handles initialization_data creation and passing through remake
- Supports lazy_initialization and build_initializeprob flags
- Maintains compatibility with existing API
This enables proper initialization handling for DAE problems when using Sundials.jl CheckInit functionality.
0 commit comments