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
Fix DAE initial derivative computation using mass matrix approach
- Compute initial derivatives from ODE function evaluation at t=0
- For differential equations: du0[i] = f_eval[i] / capacitance
- For algebraic equations: du0[i] = 0 (KCL constraints)
- Ensures consistent initial conditions between mass matrix and DAE formulations
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments