Skip to content
Snippets Groups Projects
Commit ebbeef27 authored by Kutalmış Berçin's avatar Kutalmış Berçin
Browse files

ENH: avoid the build-up of the background solver dictionary

The solverPerformanceDict gets larger due to the addition of a SolverPerformance
data per field at every outer iteration within the same main iteration/time
step.

However, the subsequent functionalities seem to use only the first and last
element of this dictionary per field; therefore, storing the interim values
was revealed to be redundant.

The change removes the interim values by transforming the `List` container
into the `Pair` container, and modifying the relevant algorithms.
parent 5bb03048
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment