Thomas Baumann

Results 58 comments of Thomas Baumann

That sounds cool! It would be nice to use the existing SDC stuff to solve DAEs! I don't quite get what you need, though. For $\epsilon=0$ you have in the...

> I may have ignored that part, but the idea would be to divide by ϵ and then just take the usual SDC sweeper, right? Then do this again for...

I believe you can also do the startup period in the `predict` or`update_nodes` functions. I would avoid involving the controller at all cost ;) I haven't thought this through to...

I like the statements. Jupyter is all well and good, but I do not want to rely on it. When I am making plots for a talk, for instance, I...

I suppose we just cast the tuples to list... Same for `numpy.meshgrid` by the way.

I did some fixes. If the tests pass on my fork, I will do a PR. However, there is [this](https://github.com/Parallel-in-Time/pySDC/actions/runs/9577459034/job/26405735156) issue of some incompatibilities of numpy with matplotlib in the...

Well, just removing plotting removes plots from the [website](https://parallel-in-time.org/pySDC/projects/parallelSDC.html)...

Guess, so. I believe @jakob-fritz implemented checks in the CI if all plots are there, so we should know if some are missing (right?)

> Can we also have the same consideration with CPU ? My guess is that low precision computation is not very fast only with GPU, and considering [inexact SDC](https://www.ddm.org/DD22/proceedings/speck_mini_15.pdf) that...