-
- Downloads
- 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')
Showing
- matlab/steady_.m 24 additions, 4 deletionsmatlab/steady_.m
- mex/sources/bytecode/Interpreter.cc 219 additions, 77 deletionsmex/sources/bytecode/Interpreter.cc
- mex/sources/bytecode/Interpreter.hh 6 additions, 5 deletionsmex/sources/bytecode/Interpreter.hh
- mex/sources/bytecode/SparseMatrix.cc 8 additions, 8 deletionsmex/sources/bytecode/SparseMatrix.cc
- mex/sources/bytecode/SparseMatrix.hh 1 addition, 0 deletionsmex/sources/bytecode/SparseMatrix.hh
- mex/sources/bytecode/bytecode.cc 158 additions, 57 deletionsmex/sources/bytecode/bytecode.cc
- preprocessor/CodeInterpreter.hh 9 additions, 0 deletionspreprocessor/CodeInterpreter.hh
- preprocessor/StaticModel.cc 244 additions, 88 deletionspreprocessor/StaticModel.cc
- preprocessor/StaticModel.hh 10 additions, 5 deletionspreprocessor/StaticModel.hh
Loading
Please register or sign in to comment