Dear Mahdi, we simply never implemented one. I found that the ARKODE interface can be used very effectively also as a replacement for both stiff and non-stiff odes. If you really want to use cvode, you could also do so through our PETSC-TS interface, that supports CVODE sundials time steppers, using time stepper type sundials.
Of course we accept pull requests if you feel like providing an interface to CVODE that follows our ARKODE and IDA interfaces! ;) L. > Il giorno 9 giu 2026, alle ore 07:46, Mohammad Mahdi Moayeri > <[email protected]> ha scritto: > > Hello, > I have a question about the SUNDIALS wrappers in deal.II. I can find wrappers > for ARKODE, KINSOL, and IDA, but I do not see an interface for CVODE. > Is there a specific technical or design reason why deal.II does not provide a > CVODE wrapper? I noticed the old issues #5027 and #5045 mentioned CVODE > support, but I could not find a follow-up explanation. > Cheers, > Mahdi > > -- > The deal.II project is located at http://www.dealii.org/ > For mailing list/forum options, see > https://groups.google.com/d/forum/dealii?hl=en > --- > You received this message because you are subscribed to the Google Groups > "deal.II User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/dealii/10e73bb8-7da7-4a2a-a35d-ff4a0c457384n%40googlegroups.com. -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/dealii/05FDD13D-4FC4-4E6D-8435-80E6E11D8D10%40gmail.com.
