cedrict / rhythmite

FDM-based code which solves the 5 coupled nonlinear diagenetic PDEs of L'Heureux (2018) https://doi.org/10.1155/2018/4968315
GNU General Public License v3.0
1 stars 1 forks source link

Add progress bar for solvers other than "Euler" #1

Closed HannoSpreeuw closed 1 month ago

HannoSpreeuw commented 2 months ago

When a solver other than "Euler" is chosen, it is currently impossible to track progress. E.g. when in the current main branch one changes method="Euler" to method="DOP853" and launches the code, nothing is displayed for at least the first hour.

Some indication of the integration time interval would be helpful.

I would like to assign myself to this issue, but that is currently impossible.

HannoSpreeuw commented 2 months ago

Fixed by these two commits.

Sorry, that should have been a new branch, i.e. different from main.

HannoSpreeuw commented 1 month ago

@csummers25 Pls merge #2 if you like the solution.