From 6b99b4686682ec863f2ba582c8dfdfa81b8d7052 Mon Sep 17 00:00:00 2001 From: Thibaut Lunet Date: Fri, 20 Sep 2024 17:25:37 +0200 Subject: [PATCH] TL: forgot to save ... --- pySDC/projects/parallelSDC_reloaded/README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pySDC/projects/parallelSDC_reloaded/README.rst b/pySDC/projects/parallelSDC_reloaded/README.rst index 6531a40dc..e5ad0890c 100644 --- a/pySDC/projects/parallelSDC_reloaded/README.rst +++ b/pySDC/projects/parallelSDC_reloaded/README.rst @@ -24,6 +24,8 @@ number of Newton iterations and RHS evaluation. This can be switched to a estimation of the cost using runtime measurements by : - modifying the return statement in the `getCost` function by `return tComp` +- changing the `xlabel="Cost"` in the `plt.gca().set` call into `xlabel="Computation time [s]"` +- commenting the `xlim` argument in the `plt.gca().set` call Experimental scripts --------------------