Replies: 2 comments
-
Modulo naming things consistently, having a more generic constructor for DIRK-IMEX methods seems like good functionality, especially since we've been having internal discussions about adding methods that don't conform to the Ascher-Ruuth-Spiteri naming convention. If this method is the only one you're interested in adding, I would say that you could just PR an addition to Longer-term (or if you have more methods of interest), I'd probably suggest that we use |
Beta Was this translation helpful? Give feedback.
-
I agree with @ScottMacLachlan here -- The idea that our DIRK/IMEX tableaux should fit in some class hierarchy good one. To make things more parallel with how we do standard RK methods, I recommend putting in a base |
Beta Was this translation helpful? Give feedback.
-
Do you have any interest in allowing for user-specified Butcher tableau in
DIRKIMEXMethod
? I have created the following classwhich I then use in the following manner
Beta Was this translation helpful? Give feedback.
All reactions