Skip to content

Commit 73f967d

Browse files
committed
Replaced all pdf images with pngs
1 parent 842c0ec commit 73f967d

11 files changed

+5
-4
lines changed

pySDC/playgrounds/PinT_Workshop_2025/0_pySDC.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -567,19 +567,19 @@
567567
"\n",
568568
"3D runs of Rayleigh-Benard convection and Gray-Scott\n",
569569
"\n",
570-
"<img src=\"figs/3D_RBC_3.pdf\" style=\"width:10cm;\"/> <img src=\"figs/GS3D_000040.png\" style=\"width:20cm;\"/>\n",
570+
"<img src=\"figs/3D_RBC_3.png\" style=\"width:10cm;\"/> <img src=\"figs/GS3D_000040.png\" style=\"width:20cm;\"/>\n",
571571
"\n",
572572
"GPU implementation of 3D Gray-Scott scales to all of JUWELS booster when extending space scaling with diagonal SDC\n",
573573
"\n",
574-
"<img src=\"figs/scaling_GS3D_time.pdf\" style=\"width:20cm;\"/>\n",
574+
"<img src=\"figs/scaling_GS3D_time.png\" style=\"width:20cm;\"/>\n",
575575
"\n",
576576
"Compare run time of various SDC configurations and compare preconditioner performance\n",
577577
"\n",
578-
"<img src=\"figs/timings_SDC_variants_GrayScott.pdf\" style=\"width:10cm;\"/> <img src=\"figs/parallelSDC_preconditioner_vanderpol.pdf\" style=\"width:10cm;\"/>\n",
578+
"<img src=\"figs/timings_SDC_variants_GrayScott.png\" style=\"width:10cm;\"/> <img src=\"figs/parallelSDC_preconditioner_vanderpol.png\" style=\"width:10cm;\"/>\n",
579579
"\n",
580580
"Compare wall time of SDC against reference RK method\n",
581581
"\n",
582-
"<img src=\"figs/wp-run_RBC-RK_comp-t-e_global_rel.pdf\" style=\"width:10cm;\"/>\n",
582+
"<img src=\"figs/wp-run_RBC-RK_comp-t-e_global_rel.png\" style=\"width:10cm;\"/>\n",
583583
"\n",
584584
"Recover from faults in PFASST by interpolating from nearby steps\n",
585585
"\n",

pySDC/playgrounds/PinT_Workshop_2025/2_Coupling_pySDC_to_libraries.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"pip install -e <path-to-pySDC>\n",
3232
"pip install ipykernel\n",
3333
"pip install jupyter\n",
34+
"pip install jdc\n",
3435
"```\n",
3536
"\n",
3637
"Afterwards, generate the kernel and start the notebook:\n",
-2.57 MB
Binary file not shown.
586 KB
Loading
34.2 KB
Loading
-131 KB
Binary file not shown.
71.7 KB
Loading
Binary file not shown.
22.9 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)