Skip to content
  • Ferhat Mihoubi's avatar
    - extends steady algorithms to solve_algo=5, 6, 7 and 8 for a block decomposed... · 39718c86
    Ferhat Mihoubi authored
    - extends steady algorithms to solve_algo=5, 6, 7 and 8 for a block decomposed model without bytcode
    -  solve_algo is reordered =
       * 0: fsolve
       * 1: solve1
       * 2, 4: solve1 + block decomposition
       * 3: csolve
       * 5: bytecode own solver (use Gaussian elimination + sparse matrix)
       * 6: LU decomposition with UMFPack (method handling sparse matrix in Matlab)
       * 7: GMRES
       * 8: BiCGStab
    39718c86