Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Added the function `LSRKStepSetDomEigEstimator` in LSRKStep to attach a
methods, as an alternative to supplying a user-defined function to compute the dominant
eigenvalue.

Added `SetOptions` functions all SUNDIALS packages and the classes for
adaptivity controllers, dominant eigenvalue estimators, linear solvers, and
nonlinear solvers to support setting options with command line inputs.

### New Features and Enhancements

A new SUNLinearSolver, SUNLINEARSOLVER_GINKGOBATCH, and corresponding SUNMatrix,
Expand Down
4 changes: 4 additions & 0 deletions doc/shared/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ Added the function :c:type:`LSRKStepSetDomEigEstimator` in LSRKStep to attach a
Runge-Kutta-Legendre methods, as an alternative to supplying a user-defined
function to compute the dominant eigenvalue.

Added ``SetOptions`` functions all SUNDIALS packages and the classes for
adaptivity controllers, dominant eigenvalue estimators, linear solvers, and
nonlinear solvers to support setting options with command line inputs.

**New Features and Enhancements**

A new SUNLinearSolver, SUNLINEARSOLVER_GINKGOBATCH, and corresponding SUNMatrix,
Expand Down