| Program | Source File | Description |
|---|---|---|
| test_eigenvectors | test_eigen.f90 | Program to show the usage of the the eigenvectors module. |
| test_integrals | test_integrals.f90 | program to show the usage of the integrals module |
| test_linear_solvers | test_linear_solvers.f90 | Program to show the usage of the linear_solvers module |
| test_non_linear_solvers | test_non_linear_solvers.f90 | program to test the non_linear_solvers module |
| test_ode | test_ode.f90 | Program to test the ode module.
The Lorenz chaotic system is solved:
The system is integrated for with , and .
For initial conditions , the solution is:
|
| test_utilities | test_utilities.f90 |