Manual: give more details for stack_solve_algo=0

Explain that the solver is a direct sparse LU, to differentiate it from
stack_solve_algo={2,3,4} which use the same Newton algorithm but with different
solvers.
silicon
Sébastien Villemot 2023-04-03 17:20:45 +02:00
parent d3afa980aa
commit 19afc087cc
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 3 additions and 2 deletions

View File

@ -3625,8 +3625,9 @@ speed-up on large models.
``0``
Newton method to solve simultaneously all the equations for
every period, using sparse matrices (Default).
Use a Newton algorithm with a direct sparse LU solver at each
iteration, applied on the stacked system of all the equations at
every period (Default).
``1``