Skip to content

Commit

Permalink
Updated figures with GS
Browse files Browse the repository at this point in the history
  • Loading branch information
brownbaerchen committed Oct 28, 2024
1 parent 6aea757 commit b79108b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pySDC/projects/Resilience/paper_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
run_quench,
run_AC,
run_RBC,
run_GS,
RECOVERY_THRESH_ABS,
)
from pySDC.projects.Resilience.strategies import (
Expand Down Expand Up @@ -201,8 +202,8 @@ def compare_recovery_rate_problems(target='resilience', **kwargs): # pragma: no
problems = [run_Lorenz, run_Schroedinger, run_AC, run_RBC]
titles = ['Lorenz', r'Schr\"odinger', 'Allen-Cahn', 'Rayleigh-Benard']
elif target == 'thesis':
problems = [run_vdp, run_Lorenz, run_AC, run_RBC] # TODO: swap in Gray-Scott
titles = ['Van der Pol', 'Lorenz', 'Allen-Cahn', 'Rayleigh-Benard']
problems = [run_vdp, run_Lorenz, run_GS, run_RBC] # TODO: swap in Gray-Scott
titles = ['Van der Pol', 'Lorenz', 'Gray-Scott', 'Rayleigh-Benard']
else:
raise NotImplementedError()

Expand Down

0 comments on commit b79108b

Please sign in to comment.