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 FIRK addsteps\! to compute Jacobian instead of extracting from cache
For out-of-place (ConstantCache) versions, the Jacobian is not stored in
the cache and must be computed fresh each time. Updated all FIRK addsteps\!
functions for ConstantCache types to:
- Remove J from @unpack statements (as it doesn't exist in ConstantCache)
- Compute J using calc_J(integrator, cache) just like perform_step\! does
This matches the pattern used in perform_step\! and fixes undefined
variable errors.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments