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
Currently the lower and upper matrices on the State are reset to zero at the beginning of the Rosenbrock solve, but this shouldn't actually be necessary. It was likely just causing an error before the normalized error function was set to properly work with vectorizable matrices where the number of grid cells was not even divisible by the vector dimension. See if this can be removed now.
Acceptance Criteria
The reseting of the lower and upper matrices at the beginning of the solve is removed or an explanation of why it is necessary is included as a comment in the code
The text was updated successfully, but these errors were encountered:
Added in this PR (kyle can't remember why, but was doing lots of work in the performance repo at the time and some repeated calls were causing issues, maybe in the benchmarking)
Currently the lower and upper matrices on the
State
are reset to zero at the beginning of the Rosenbrock solve, but this shouldn't actually be necessary. It was likely just causing an error before the normalized error function was set to properly work with vectorizable matrices where the number of grid cells was not even divisible by the vector dimension. See if this can be removed now.Acceptance Criteria
The text was updated successfully, but these errors were encountered: