Fortran-FOSS-Programmers / FOODIE

Fortran Object-Oriented Differential-equations Integration Environment, FOODIE
129 stars 30 forks source link

Accuracy analysis of the results of tests #16

Open szaghi opened 8 years ago

szaghi commented 8 years ago

Here we can discuss our conclusions about the accuracy of the results obtained from each test.

Passed Tests

List of tests for which the results accuracy is as expected for the formal order of the numerical scheme employed:

szaghi commented 8 years ago

Hi all, I have refactored 1D Euler and Oscillation tests in order to facilitate yhe errors analysis for accuracy assesment. I have added some scripts (pytjon snd bash) for automating tbe errors analysis. Essentially I have completed the analysis for the oscillation test (that you csn easily reprofuce with scripts provided, tomorrow I will add more instructions): all seems reasonably, only the tvd/ssp runge-kutta solvers are not good as I exepected they were. I have introduced some results into the manuscript draft.

https://github.com/Fortran-FOSS-Programmers/FOODiE/blob/master/papers/announcement/errors_analysis/errors_analysis.sh

https://github.com/Fortran-FOSS-Programmers/FOODiE/tree/master/papers/announcement/errors_analysis/utilities-oscillation

https://github.com/Fortran-FOSS-Programmers/FOODiE/blob/master/papers/announcement/manuscript.tex#L215