Skip to content
  • Ferhat Mihoubi's avatar
    - Adding the relaxation method for block and/or bytecode options · c7eff4ba
    Ferhat Mihoubi authored
    - Changing the the stack_solve_algo option :
    Previous version             New version
    1 : Sparse LU                0 : Sparse LU
    2 : GMRES                    1 : Relaxation
    3 : BiCGStab                 2 : GMRES
    4 : Sparse LU & Optimal Path 3 : BiCGStab
    5 : bytecode own solver      4 : Sparse LU & Optimal Path
                                 5 : bytecode own solver
    c7eff4ba