#11: Allow for the possibility of using the bytecode representation of the model for any task ---------------------------+------------------------------------------------ Reporter: sebastien | Owner: ferhat Type: enhancement | Status: closed Priority: major | Milestone: 4.2 Component: Preprocessor | Version: Resolution: fixed | Keywords: ---------------------------+------------------------------------------------ Changes (by ferhat):
* status: accepted => closed * resolution: => fixed
Comment:
- Extends the algorithms compatible with bytecode to compute the steady- state. 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)