Conversation
|
How do the benchmarks look for this? |
|
@oscardssmith @ChrisRackauckas |
|
Show the work precision diagrams. |
|
cc @oscardssmith @ChrisRackauckas : Please review and provide suggestions. i plan to spend more time over the weekend to dive deep. |
|
Since it is a variable order, u_history might be corrupted with incorrect values causing estimate for est3 and est2 to be error prone. I am looking at storing the raw values and computing everytime. |
|
I spent more time on this, from my understanding the paper is not claiming improvement over FBDF methods instead in shows improvement only against its own fixed-order components (BDF3-Stab, BDF3, FBDF4). I am reconfirming this and also regenerating the plots. Will it help to contact paper authors to confirm and also discuss gaps we are seeing with FBDF methods? |
|
Probably not, it's not a great paper so they didn't check against anything of use. This is all beyond the paper |
|
Is there a reason this couldn't just be added as an adjustment option to QNDF/FBDF? I don't see why it needs a separate stepper. |
Yes I will look into this. |






Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
This PR contains changes to stabiity filter for backward euler and also VSVO implementation for BDF based on the paper here
Add any other context about the problem here.
Sorry for the delay it took me a whie to fully understand the paper and make sure the implementation matches with the algorithm defined in the paper
@ChrisRackauckas : Please review and provide feedback. I did rebase this time too.