Skip to content

Commit

Permalink
removing reset of L and U matrices (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores authored Jul 3, 2024
1 parent d1636d1 commit be784d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/micm/solver/rosenbrock.inl
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ namespace micm

SolverResult result{};
result.state_ = SolverState::Running;
// reset the upper, lower matrix. (this may not be needed anymore. see https://github.com/NCAR/micm/issues/587)
state.lower_matrix_.Fill(0.0);
state.upper_matrix_.Fill(0.0);
MatrixPolicy Y = state.variables_;
std::size_t num_rows = Y.NumRows();
std::size_t num_cols = Y.NumColumns();
Expand Down

0 comments on commit be784d2

Please # to comment.