Thibaut Lunet
Thibaut Lunet
Hi all (hope I'm writing in the main issue about this problem :sweat_smile:) I got the same issue on an OpenSuse system (bash command prompt broken), but **not** on my...
Oups, sorry ... just saw the previous comment
I would also be interested in such feature : for a course on C++, each of my student provides there exercise solutions in a git repository, and I have a...
:sob: seemed like a good idea ...
How does the second order preconditionner looks like ? I've been messing a bit with high order sweeps during my PhD to increase explicit SDC stability, and found out that...
Actually, I don't know if there is already a functionality in pySDC that automatically computes and plots the regions of stability for given nodes and QDelta ... that would quite...
Don't know what the boundary locus method is ... The way I imagine it : you discretize the complex plane into lam_{i,j} = x_i + y_j i, then put all...
> The plots are here: https://github.com/Parallel-in-Time/pySDC/blob/35535b6b1bcdd4038d77047897f7ea8ff5b2f682/pySDC/playgrounds/Preconditioners/LMM_preconditioner.ipynb Doesn't look too good... Probably to link with what is currently investigated in https://github.com/tlunet/collgen
Ok, hope this DFG proposal get accepted then :sweat_smile:. Quick question tho : what about testing components that require other components to work, for instance the `Collocation` base class that...
I would like to have a look at it during the week-end, especially since I'm not sure we still need to overload the `ufuncs` from numpy ... also, there may...