Skip to content
Snippets Groups Projects
Commit 8f364376 authored by Ferhat Mihoubi's avatar Ferhat Mihoubi
Browse files

- Extends the algorithms compatible with bytecode to compute the steady-state...

- 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')
parent 4b824ad8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment