The following Matlab project contains the source code and Matlab examples used for first order stiff ordinary differential equation solver.
Implicit methods are important in numerical solution of stiff ODEs due to the instable nature of explicit methods. We wrote a program of a general one-dimensional implicit-solver including diagonally implicit case.
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
license.txt | 1310 |
example.m | 846 |
f1.m | 42 |
implicit_setmethod.m | 7804 |
implicit_solver.m | 2082 |
Note.pdf | 192520 |