LLNL / sundials

Official development repository for SUNDIALS - a SUite of Nonlinear and DIfferential/ALgebraic equation Solvers. Pull requests are welcome for bug fixes and minor changes.
https://computing.llnl.gov/projects/sundials
BSD 3-Clause "New" or "Revised" License
526 stars 130 forks source link

Feature: Remove Implicit RHS Evaluation in Autonomous Problems With the Trivial Predictor #495

Closed gardner48 closed 6 months ago

gardner48 commented 6 months ago

Add the function ARKodeSetAutonomous to indicate that the implicit right-hand side function does not explicitly depend on time. When using the trivial predictor, an autonomous problem may reuse implicit function evaluations across stage solves reducing the total number of function evaluations.

gardner48 commented 6 months ago

Opening draft PR for testing