Skip to content

Commit

Permalink
Merge pull request #50 from polyfem/unitialization
Browse files Browse the repository at this point in the history
fix un-initialization
  • Loading branch information
Huangzizhou authored Dec 4, 2023
2 parents 1e0a1d9 + 77dee55 commit e91bd51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/polysolve/nonlinear/Solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ namespace polysolve::nonlinear

f_delta_step_tol = solver_params["advanced"]["f_delta_step_tol"];

m_descent_strategy = 0;

set_line_search(solver_params);
}

Expand Down

0 comments on commit e91bd51

Please sign in to comment.