Context, objectives
- Usage
- Test cases
- Results
- Further work
The only requirement is a fortran compiler, e.g. gnufortran (add link).
- clone the repository;
- compile the main file ('gnufortran main.f90')
- run the executable a.out
The outputs are:
- a .txt file with the data to be further plot
In order to validate the code application of both methods 4th order Runge-Kutta and the Bisection method, the following test cases are suggested:
- asdf
- adsf
To run the test cases:
- run the main.f90 -t 'RK' for the 4th order Runge-Kutta, or main.f90 -t 'BM' for the bisection method;
- the respective results will be presented after the new compiled file is run.
Overview of the problem
What is expected
Analysis
Suggestions