Skip to content

Commit

Permalink
Update sicnm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rzyu45 authored Aug 7, 2024
1 parent 17e401c commit 6ad2f2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Solverz/solvers/nlaesolver/sicnm.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ def sicnm(ae: nAE,
0&=J(y)z+g(y)
\end{aligned}
with $y_0$ being the initial value guess and $z_0=-J(y_0)^{-1}g(y_0)$, where $z$ is an intermediate variable introduced. Then the DAEs are solved by Rodas. SICNM is found to be more robust than the Newton's method, for which the theoretical proof can be found in my paper [1]_. In addition, the non-iterative nature of Rodas guarantees the efficiency.
One can change the rodas scheme according to the ones implemented in the DAE version of Rodas.
Expand Down

0 comments on commit 6ad2f2d

Please sign in to comment.