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 a `timer_outputs` field to NonlinearSolution #685

Open avik-pal opened 2 months ago

avik-pal commented 2 months ago

This can be used to store the timer_outputs in the solution object, and we don't need to forcefully use the caching API in https://docs.sciml.ai/NonlinearSolve/stable/basics/diagnostics_api/#Example-Usage.