Skip to content

Commit

Permalink
Merge pull request #93 from master-csmi/convergence_analysis
Browse files Browse the repository at this point in the history
#91 fix workflow timeout
  • Loading branch information
zaouache authored Jul 7, 2024
2 parents 1b3d514 + 53b2e3e commit ec66c2c
Show file tree
Hide file tree
Showing 19 changed files with 3,556 additions and 476 deletions.
54 changes: 44 additions & 10 deletions .github/workflows/python-package.yml
62 changes: 28 additions & 34 deletions notebooks/Lorenz.ipynb
3,253 changes: 3,006 additions & 247 deletions notebooks/Test.ipynb
216 changes: 216 additions & 0 deletions notebooks/python/execution_times.txt
52 changes: 41 additions & 11 deletions notebooks/python/lorenz_parallel.py
2 changes: 1 addition & 1 deletion notebooks/python/odre_converge.py
56 changes: 56 additions & 0 deletions notebooks/python/parareal_speed_test.py
50 changes: 50 additions & 0 deletions notebooks/python/time.sh
29 changes: 29 additions & 0 deletions parareal/solver/brk2.py
44 changes: 44 additions & 0 deletions parareal/solver/brk4.py
60 changes: 0 additions & 60 deletions parareal/solver/euler.py

This file was deleted.

99 changes: 0 additions & 99 deletions parareal/solver/runge_kutta.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 8 additions & 2 deletions pyproject.toml
5 changes: 4 additions & 1 deletion requirements.txt
38 changes: 28 additions & 10 deletions tests/test_mpi_parareal.py
2 changes: 1 addition & 1 deletion tests/test_parareal.py

0 comments on commit ec66c2c

Please sign in to comment.