Skip to content

Add timer_outputs field to NonlinearSolution#1264

Open
francescofoglia0 wants to merge 1 commit into
SciML:masterfrom
francescofoglia0:prova
Open

Add timer_outputs field to NonlinearSolution#1264
francescofoglia0 wants to merge 1 commit into
SciML:masterfrom
francescofoglia0:prova

Conversation

@francescofoglia0
Copy link
Copy Markdown

This PR implements the infrastructure change requested in #685.

It adds the timer_outputs field to the NonlinearSolution struct to allow solvers to store diagnostic timing information (e.g., from TimerOutputs.jl).

Key changes:

  • Added TO parametric type to NonlinearSolution for type stability.
  • Added timer_outputs field to the struct.
  • Updated the NonlinearSolution constructor with a default value of nothing to ensure backward compatibility with existing solvers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant