Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • python-codegen
  • 6.x protected
  • llvm-15
  • julia-6.4.0
  • julia
  • julia-meson
  • 5.x protected
  • julia-6.3.0
  • 4.6 protected
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-6.2.0
  • created_preprocessor_repo
15 results

StaticModel.hh

Blame
    • Ferhat Mihoubi's avatar
      810416eb
      - Extends the algorithms compatible with bytecode to compute the steady-state... · 810416eb
      Ferhat Mihoubi authored
      - Extends the algorithms compatible with bytecode to compute the  steady-state (ticket #11). The new values for solve_algo are:
         * 0: fsolve
         * 1: solve1
         * 2, 4: solve1 + block decomposition
         * 3: csolve
         * 5: LU decomposition with UMFPack (method handling sparse matrix in Matlab)
         * 6: GMRES
         * 7: BiCGStab
         * 8: bytecode own solver (use Gaussian elimination + sparse matrix)
      
      - Bytecode can now evaluate a specific block instead of the overall blocks (new bytecode's option 'Block = block_number')
      810416eb
      History
      - Extends the algorithms compatible with bytecode to compute the steady-state...
      Ferhat Mihoubi authored
      - Extends the algorithms compatible with bytecode to compute the  steady-state (ticket #11). The new values for solve_algo are:
         * 0: fsolve
         * 1: solve1
         * 2, 4: solve1 + block decomposition
         * 3: csolve
         * 5: LU decomposition with UMFPack (method handling sparse matrix in Matlab)
         * 6: GMRES
         * 7: BiCGStab
         * 8: bytecode own solver (use Gaussian elimination + sparse matrix)
      
      - Bytecode can now evaluate a specific block instead of the overall blocks (new bytecode's option 'Block = block_number')