From 1ea097bb3bce207335ac35f0b5e78df5d71c6409 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Thu, 20 Jul 2023 09:50:46 -0700 Subject: [PATCH] Release/6.6.0 (#306) --- CHANGELOG.md | 16 ++++++------ CITATIONS.md | 22 +++++++++------- CMakeLists.txt | 26 +++++++++---------- README.md | 8 +++--- doc/arkode/examples/source/conf.py | 6 ++--- doc/arkode/guide/source/Introduction.rst | 15 +++++------ doc/arkode/guide/source/Landing.rst | 21 +++++++++------ doc/cvode/guide/source/Introduction.rst | 8 +++--- doc/cvode/guide/source/Landing.rst | 11 ++++---- doc/cvodes/guide/source/Introduction.rst | 8 +++--- doc/cvodes/guide/source/Landing.rst | 11 ++++---- doc/ida/guide/source/Landing.rst | 11 ++++---- doc/idas/guide/source/Introduction.rst | 1 - doc/idas/guide/source/Landing.rst | 11 ++++---- doc/kinsol/guide/source/Introduction.rst | 1 - doc/kinsol/guide/source/Landing.rst | 11 ++++---- doc/shared/History.rst | 2 ++ doc/shared/latex/cover_pages.tex.txt | 6 ++--- doc/shared/sundials.bib | 24 ++++++++--------- doc/shared/versions.py | 14 +++++----- doc/sundials/biblio.bib | 24 ++++++++--------- doc/sundials/ug.tex | 20 +++++++------- doc/superbuild/source/index.rst | 16 +++++++----- .../sunlinsol/pcg/parallel/CMakeLists.txt | 2 +- scripts/tarscript | 14 +++++----- scripts/updateVersion.sh | 4 +-- src/arkode/README.md | 10 +++---- src/cvode/README.md | 10 +++---- src/cvodes/README.md | 10 +++---- src/ida/README.md | 10 +++---- src/idas/README.md | 10 +++---- src/kinsol/README.md | 10 +++---- 32 files changed, 195 insertions(+), 178 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d58eb8e0e9..d17ba09be4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Changes to SUNDIALS in release 6.6.0 +A new time-stepping module, `SPRKStep`, was added to ARKODE. This time-stepper +provides explicit symplectic partitioned Runge-Kutta methods up to order 10 +for separable Hamiltonian systems. + Added support for relaxation Runge-Kutta methods to ERKStep and ARKStep in ARKODE. @@ -9,14 +13,6 @@ Added the second order IMEX method from Giraldo, Kelly, and Constantinescu 2013 as the default second order IMEX method in ARKStep. The explicit table is given by `ARKODE_ARK2_ERK_3_1_2` and the implicit table by `ARKODE_ARK2_DIRK_3_1_2`. -Updated the F2003 utility routines `SUNDIALSFileOpen` and `SUNDIALSFileClose` -to support user specification of `stdout` and `stderr` strings for the output -file names. - -A new time-stepping module, `SPRKStep`, was added to ARKODE. This time-stepper -provides explicit symplectic partitioned Runge-Kutta methods up to order 10 -for separable Hamiltonian systems. - Updated CVODE, CVODES and ARKODE default behavior when returning the solution when the internal time has reached a user-specified stop time. Previously, the output solution was interpolated to the value of `tstop`; the default is now to copy the @@ -30,6 +26,10 @@ step in which an inequality constraint violation occurred. In this case, the values returned by `ARKStepGetEstLocalErrors` or `ERKStepGetEstLocalErrors` may have been invalid. +Updated the F2003 utility routines `SUNDIALSFileOpen` and `SUNDIALSFileClose` +to support user specification of `stdout` and `stderr` strings for the output +file names. + ## Changes to SUNDIALS in release 6.5.1 Added the functions `ARKStepClearStopTime`, `ERKStepClearStopTime`, diff --git a/CITATIONS.md b/CITATIONS.md index fe29942cad..d233f2f0ae 100644 --- a/CITATIONS.md +++ b/CITATIONS.md @@ -46,11 +46,15 @@ If any GPU features of SUNDIALS were utilized, please also cite: When using the ARKODE package from SUNDIALS, please also cite: ```bibtex -@article{reynolds2022arkode, +@article{reynolds2023arkode, title = {{ARKODE: A flexible IVP solver infrastructure for one-step methods}}, author = {Reynolds, Daniel R and Gardner, David J and Woodward, Carol S and Chinomona, Rujeko}, - journal = {arXiv preprint arXiv:2205.14077}, - year = {2022} + journal = {ACM Transactions on Mathematical Software}, + volume = {49}, + number = {2}, + pages = {1--26}, + year = {2023}, + doi = {10.1145/3594632} } ``` @@ -62,7 +66,7 @@ they are using rather than the combined SUNDIALS online guide: author = {Daniel R. Reynolds and David J. Gardner and Carol S. Woodward and Cody J. Balos}, title = {User Documentation for ARKODE}, year = {2023}, - note = {v5.5.1} + note = {v5.6.0} } ``` @@ -71,7 +75,7 @@ they are using rather than the combined SUNDIALS online guide: author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, title = {User Documentation for CVODE}, year = {2023}, - note = {v6.5.1} + note = {v6.6.0} } ``` @@ -80,7 +84,7 @@ they are using rather than the combined SUNDIALS online guide: author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, title = {User Documentation for CVODES}, year = {2023}, - note = {v6.5.1} + note = {v6.6.0} } ``` @@ -89,7 +93,7 @@ they are using rather than the combined SUNDIALS online guide: author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, title = {User Documentation for IDA}, year = {2023}, - note = {v6.5.1} + note = {v6.6.0} } ``` @@ -98,7 +102,7 @@ they are using rather than the combined SUNDIALS online guide: author = {Radu Serban and Cosmin Petra and Alan C. Hindmarsh and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, title = {User Documentation for IDAS}, year = {2023}, - note = {v5.5.1} + note = {v5.6.0} } ``` @@ -107,6 +111,6 @@ they are using rather than the combined SUNDIALS online guide: author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, title = {User Documentation for KINSOL}, year = {2023}, - note = {v6.5.1} + note = {v6.6.0} } ``` diff --git a/CMakeLists.txt b/CMakeLists.txt index db30bfa8c4..927071e13c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ include(FindPackageHandleStandardArgs) # Set some variables with info on the SUNDIALS project set(PACKAGE_BUGREPORT "sundials-users@llnl.gov") set(PACKAGE_NAME "SUNDIALS") -set(PACKAGE_STRING "SUNDIALS 6.5.1") +set(PACKAGE_STRING "SUNDIALS 6.6.0") set(PACKAGE_TARNAME "sundials") # Set SUNDIALS version numbers @@ -51,8 +51,8 @@ message(STATUS "SUNDIALS_GIT_VERSION: ${SUNDIALS_GIT_VERSION}") # (use "" for the version label if none is needed) set(PACKAGE_VERSION_MAJOR "6") -set(PACKAGE_VERSION_MINOR "5") -set(PACKAGE_VERSION_PATCH "1") +set(PACKAGE_VERSION_MINOR "6") +set(PACKAGE_VERSION_PATCH "0") set(PACKAGE_VERSION_LABEL "") if(PACKAGE_VERSION_LABEL) @@ -67,37 +67,37 @@ endif() # Specify the VERSION and SOVERSION for shared libraries -set(arkodelib_VERSION "5.5.1") +set(arkodelib_VERSION "5.6.0") set(arkodelib_SOVERSION "5") -set(cvodelib_VERSION "6.5.1") +set(cvodelib_VERSION "6.6.0") set(cvodelib_SOVERSION "6") -set(cvodeslib_VERSION "6.5.1") +set(cvodeslib_VERSION "6.6.0") set(cvodeslib_SOVERSION "6") -set(idalib_VERSION "6.5.1") +set(idalib_VERSION "6.6.0") set(idalib_SOVERSION "6") -set(idaslib_VERSION "5.5.1") +set(idaslib_VERSION "5.6.0") set(idaslib_SOVERSION "5") -set(kinsollib_VERSION "6.5.1") +set(kinsollib_VERSION "6.6.0") set(kinsollib_SOVERSION "6") set(cpodeslib_VERSION "0.0.0") set(cpodeslib_SOVERSION "0") -set(nveclib_VERSION "6.5.1") +set(nveclib_VERSION "6.6.0") set(nveclib_SOVERSION "6") -set(sunmatrixlib_VERSION "4.5.1") +set(sunmatrixlib_VERSION "4.6.0") set(sunmatrixlib_SOVERSION "4") -set(sunlinsollib_VERSION "4.5.1") +set(sunlinsollib_VERSION "4.6.0") set(sunlinsollib_SOVERSION "4") -set(sunnonlinsollib_VERSION "3.5.1") +set(sunnonlinsollib_VERSION "3.6.0") set(sunnonlinsollib_SOVERSION "3") set(sundialslib_VERSION diff --git a/README.md b/README.md index 6cc40a05b7..351e0d946e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # SUNDIALS: SUite of Nonlinear and DIfferential/ALgebraic equation Solvers # -### Version 6.5.1 (Mar 2023) ### +### Version 6.6.0 (Jul 2023) ### **Center for Applied Scientific Computing, Lawrence Livermore National Laboratory** @@ -82,9 +82,9 @@ We thank Radu Serban for significant and critical past contributions. Other contributors to SUNDIALS include: James Almgren-Bell, Lawrence E. Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, Scott D. Cohen, Aaron Collier, Keith E. Grant, Steven L. Lee, Shelby L. Lockhart, John Loffeld, Daniel McGreer, -Slaven Peles, Cosmin Petra, H. Hunter Schwartz, Jean M. Sexton, -Dan Shumaker, Steve G. Smith, Allan G. Taylor, Hilari C. Tiedeman, Chris White, -Ting Yan, and Ulrike M. Yang. +Yu Pan, Slaven Peles, Cosmin Petra, Steven B. Roberts, H. Hunter Schwartz, +Jean M. Sexton, Dan Shumaker, Steve G. Smith, Shahbaj Sohal, Allan G. Taylor, +Hilari C. Tiedeman, Chris White, Ting Yan, and Ulrike M. Yang. ## License ## diff --git a/doc/arkode/examples/source/conf.py b/doc/arkode/examples/source/conf.py index 091325d0fd..f1f6f74d54 100644 --- a/doc/arkode/examples/source/conf.py +++ b/doc/arkode/examples/source/conf.py @@ -403,9 +403,9 @@ Other contributors to SUNDIALS include: James Almgren-Bell, Lawrence E. Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, Scott D. Cohen, Aaron Collier, Keith E. Grant, Steven L. Lee, Shelby L. Lockhart, John Loffeld, Daniel McGreer, -Slaven Peles, Cosmin Petra, H. Hunter Schwartz, Jean M. Sexton, -Dan Shumaker, Steve G. Smith, Allan G. Taylor, Hilari C. Tiedeman, Chris White, -Ting Yan, and Ulrike M. Yang. +Yu Pan, Slaven Peles, Cosmin Petra, Steven B. Roberts, H. Hunter Schwartz, +Jean M. Sexton, Dan Shumaker, Steve G. Smith, Shahbaj Sohal, Allan G. Taylor, +Hilari C. Tiedeman, Chris White, Ting Yan, and Ulrike M. Yang. \clearpage % clear empty double page diff --git a/doc/arkode/guide/source/Introduction.rst b/doc/arkode/guide/source/Introduction.rst index 6f5eadae58..ad675a5ccc 100644 --- a/doc/arkode/guide/source/Introduction.rst +++ b/doc/arkode/guide/source/Introduction.rst @@ -133,6 +133,9 @@ Changes from previous versions Changes in v5.6.0 ----------------- +A new time-stepping module, :ref:`SPRKStep `, was +added to ARKODE. This time-stepper provides explicit symplectic partitioned +Runge-Kutta methods up to order 10 for separable Hamiltonian systems. Added support for relaxation Runge-Kutta methods in ERKStep and ARKStep, see :numref:`ARKODE.Mathematics.Relaxation`, :numref:`ARKODE.Usage.ERKStep.Relaxation`, @@ -143,14 +146,6 @@ default second order IMEX method in ARKStep. The explicit table is given by ``ARKODE_ARK2_ERK_3_1_2`` (see :numref:`Butcher.ARK2_ERK`) and the implicit table by ``ARKODE_ARK2_DIRK_3_1_2`` (see :numref:`Butcher.ARK2_DIRK`). -Updated the F2003 utility routines :c:func:`SUNDIALSFileOpen` and :c:func:`SUNDIALSFileClose` -to support user specification of ``stdout`` and ``stderr`` strings for the output -file names. - -A new time-stepping module, :ref:`SPRKStep `, was -added to ARKODE. This time-stepper provides explicit symplectic partitioned -Runge-Kutta methods up to order 10 for separable Hamiltonian systems. - Updated the default ARKODE behavior when returning the solution when the internal time has reached a user-specified stop time. Previously, the output solution was interpolated to the value of ``tstop``; the default is now to copy the @@ -164,6 +159,10 @@ after a failed step in which an inequality constraint violation occurred. In this case, the values returned by :c:func:`ARKStepGetEstLocalErrors` or :c:func:`ERKStepGetEstLocalErrors` may have been invalid. +Updated the F2003 utility routines :c:func:`SUNDIALSFileOpen` and :c:func:`SUNDIALSFileClose` +to support user specification of ``stdout`` and ``stderr`` strings for the output +file names. + Changes in v5.5.1 ----------------- diff --git a/doc/arkode/guide/source/Landing.rst b/doc/arkode/guide/source/Landing.rst index f7367bc175..0a8a0ff71e 100644 --- a/doc/arkode/guide/source/Landing.rst +++ b/doc/arkode/guide/source/Landing.rst @@ -20,11 +20,12 @@ Woodward. We thank Radu Serban for significant and critical past contributions. - Other contributors to SUNDIALS include: James Almgren-Bell, Lawrence E. - Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, Scott D. Cohen, Aaron - Collier, Keith E. Grant, Steven L. Lee, Shelby L. Lockhart, John Loffeld, - Daniel McGreer, Slaven Peles, Cosmin Petra, H. Hunter Schwartz, Jean M. - Sexton, Dan Shumaker, Steve G. Smith, Allan G. Taylor, Hilari C. Tiedeman, + Other contributors to SUNDIALS include: James Almgren-Bell, + Lawrence E. Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, + Scott D. Cohen, Aaron Collier, Keith E. Grant, Steven L. Lee, + Shelby L. Lockhart, John Loffeld, Daniel McGreer, Yu Pan, Slaven Peles, + Cosmin Petra, Steven B. Roberts, H. Hunter Schwartz, Jean M. Sexton, Dan + Shumaker, Steve G. Smith, Shahbaj Sohal, Allan G. Taylor, Hilari C. Tiedeman, Chris White, Ting Yan, and Ulrike M. Yang. .. ifconfig:: package_name != 'super' @@ -37,11 +38,15 @@ .. code-block:: latex - @article{reynolds2022arkode, + @article{reynolds2023arkode, title = {{ARKODE: A flexible IVP solver infrastructure for one-step methods}}, author = {Reynolds, Daniel R and Gardner, David J and Woodward, Carol S and Chinomona, Rujeko}, - journal = {arXiv preprint arXiv:2205.14077}, - year = {2022} + journal = {ACM Transactions on Mathematical Software}, + volume = {49}, + number = {2}, + pages = {1--26}, + year = {2023}, + doi = {10.1145/3594632} } The ARKODE documentation can be cited: diff --git a/doc/cvode/guide/source/Introduction.rst b/doc/cvode/guide/source/Introduction.rst index 5ecd6bc23d..ff6741b0bc 100644 --- a/doc/cvode/guide/source/Introduction.rst +++ b/doc/cvode/guide/source/Introduction.rst @@ -114,16 +114,16 @@ Changes from previous versions Changes in v6.6.0 ----------------- -Updated the F2003 utility routines :c:func:`SUNDIALSFileOpen` and :c:func:`SUNDIALSFileClose` -to support user specification of ``stdout`` and ``stderr`` strings for the output -file names. - Updated the default CVODE behavior when returning the solution when the internal time has reached a user-specified stop time. Previously, the output solution was interpolated to the value of ``tstop``; the default is now to copy the internal solution vector. Users who wish to revert to interpolation may call the routine :c:func:`CVodeSetInterpolateStopTime`. +Updated the F2003 utility routines :c:func:`SUNDIALSFileOpen` and :c:func:`SUNDIALSFileClose` +to support user specification of ``stdout`` and ``stderr`` strings for the output +file names. + Changes in v6.5.1 ----------------- diff --git a/doc/cvode/guide/source/Landing.rst b/doc/cvode/guide/source/Landing.rst index fa86bde84b..15f277d252 100644 --- a/doc/cvode/guide/source/Landing.rst +++ b/doc/cvode/guide/source/Landing.rst @@ -27,11 +27,12 @@ Woodward. We thank Radu Serban for significant and critical past contributions. - Other contributors to SUNDIALS include: James Almgren-Bell, Lawrence E. - Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, Scott D. Cohen, Aaron - Collier, Keith E. Grant, Steven L. Lee, Shelby L. Lockhart, John Loffeld, - Daniel McGreer, Slaven Peles, Cosmin Petra, H. Hunter Schwartz, Jean M. - Sexton, Dan Shumaker, Steve G. Smith, Allan G. Taylor, Hilari C. Tiedeman, + Other contributors to SUNDIALS include: James Almgren-Bell, + Lawrence E. Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, + Scott D. Cohen, Aaron Collier, Keith E. Grant, Steven L. Lee, + Shelby L. Lockhart, John Loffeld, Daniel McGreer, Yu Pan, Slaven Peles, + Cosmin Petra, Steven B. Roberts, H. Hunter Schwartz, Jean M. Sexton, Dan + Shumaker, Steve G. Smith, Shahbaj Sohal, Allan G. Taylor, Hilari C. Tiedeman, Chris White, Ting Yan, and Ulrike M. Yang. .. ifconfig:: package_name != 'super' diff --git a/doc/cvodes/guide/source/Introduction.rst b/doc/cvodes/guide/source/Introduction.rst index 2795919253..a562b42cbc 100644 --- a/doc/cvodes/guide/source/Introduction.rst +++ b/doc/cvodes/guide/source/Introduction.rst @@ -114,16 +114,16 @@ Changes from previous versions Changes in v6.6.0 ----------------- -Updated the F2003 utility routines :c:func:`SUNDIALSFileOpen` and :c:func:`SUNDIALSFileClose` -to support user specification of ``stdout`` and ``stderr`` strings for the output -file names. - Updated the default CVODES behavior when returning the solution when the internal time has reached a user-specified stop time. Previously, the output solution was interpolated to the value of ``tstop``; the default is now to copy the internal solution vector. Users who wish to revert to interpolation may call the routine :c:func:`CVodeSetInterpolateStopTime`. +Updated the F2003 utility routines :c:func:`SUNDIALSFileOpen` and :c:func:`SUNDIALSFileClose` +to support user specification of ``stdout`` and ``stderr`` strings for the output +file names. + Changes in v6.5.1 ----------------- diff --git a/doc/cvodes/guide/source/Landing.rst b/doc/cvodes/guide/source/Landing.rst index 2c3656a6c0..ffb64500df 100644 --- a/doc/cvodes/guide/source/Landing.rst +++ b/doc/cvodes/guide/source/Landing.rst @@ -27,11 +27,12 @@ Woodward. We thank Radu Serban for significant and critical past contributions. - Other contributors to SUNDIALS include: James Almgren-Bell, Lawrence E. - Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, Scott D. Cohen, Aaron - Collier, Keith E. Grant, Steven L. Lee, Shelby L. Lockhart, John Loffeld, - Daniel McGreer, Slaven Peles, Cosmin Petra, H. Hunter Schwartz, Jean M. - Sexton, Dan Shumaker, Steve G. Smith, Allan G. Taylor, Hilari C. Tiedeman, + Other contributors to SUNDIALS include: James Almgren-Bell, + Lawrence E. Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, + Scott D. Cohen, Aaron Collier, Keith E. Grant, Steven L. Lee, + Shelby L. Lockhart, John Loffeld, Daniel McGreer, Yu Pan, Slaven Peles, + Cosmin Petra, Steven B. Roberts, H. Hunter Schwartz, Jean M. Sexton, Dan + Shumaker, Steve G. Smith, Shahbaj Sohal, Allan G. Taylor, Hilari C. Tiedeman, Chris White, Ting Yan, and Ulrike M. Yang. .. ifconfig:: package_name != 'super' diff --git a/doc/ida/guide/source/Landing.rst b/doc/ida/guide/source/Landing.rst index 54f83b5f8b..3d5124e9cf 100644 --- a/doc/ida/guide/source/Landing.rst +++ b/doc/ida/guide/source/Landing.rst @@ -27,11 +27,12 @@ Woodward. We thank Radu Serban for significant and critical past contributions. - Other contributors to SUNDIALS include: James Almgren-Bell, Lawrence E. - Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, Scott D. Cohen, Aaron - Collier, Keith E. Grant, Steven L. Lee, Shelby L. Lockhart, John Loffeld, - Daniel McGreer, Slaven Peles, Cosmin Petra, H. Hunter Schwartz, Jean M. - Sexton, Dan Shumaker, Steve G. Smith, Allan G. Taylor, Hilari C. Tiedeman, + Other contributors to SUNDIALS include: James Almgren-Bell, + Lawrence E. Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, + Scott D. Cohen, Aaron Collier, Keith E. Grant, Steven L. Lee, + Shelby L. Lockhart, John Loffeld, Daniel McGreer, Yu Pan, Slaven Peles, + Cosmin Petra, Steven B. Roberts, H. Hunter Schwartz, Jean M. Sexton, Dan + Shumaker, Steve G. Smith, Shahbaj Sohal, Allan G. Taylor, Hilari C. Tiedeman, Chris White, Ting Yan, and Ulrike M. Yang. .. ifconfig:: package_name != 'super' diff --git a/doc/idas/guide/source/Introduction.rst b/doc/idas/guide/source/Introduction.rst index a2fd55c464..67f4afe223 100644 --- a/doc/idas/guide/source/Introduction.rst +++ b/doc/idas/guide/source/Introduction.rst @@ -93,7 +93,6 @@ Updated the F2003 utility routines :c:func:`SUNDIALSFileOpen` and :c:func:`SUNDI to support user specification of ``stdout`` and ``stderr`` strings for the output file names. - Changes in v5.5.1 ----------------- diff --git a/doc/idas/guide/source/Landing.rst b/doc/idas/guide/source/Landing.rst index 7feedbea2f..227f3a1cff 100644 --- a/doc/idas/guide/source/Landing.rst +++ b/doc/idas/guide/source/Landing.rst @@ -27,11 +27,12 @@ Woodward. We thank Radu Serban for significant and critical past contributions. - Other contributors to SUNDIALS include: James Almgren-Bell, Lawrence E. - Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, Scott D. Cohen, Aaron - Collier, Keith E. Grant, Steven L. Lee, Shelby L. Lockhart, John Loffeld, - Daniel McGreer, Slaven Peles, Cosmin Petra, H. Hunter Schwartz, Jean M. - Sexton, Dan Shumaker, Steve G. Smith, Allan G. Taylor, Hilari C. Tiedeman, + Other contributors to SUNDIALS include: James Almgren-Bell, + Lawrence E. Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, + Scott D. Cohen, Aaron Collier, Keith E. Grant, Steven L. Lee, + Shelby L. Lockhart, John Loffeld, Daniel McGreer, Yu Pan, Slaven Peles, + Cosmin Petra, Steven B. Roberts, H. Hunter Schwartz, Jean M. Sexton, Dan + Shumaker, Steve G. Smith, Shahbaj Sohal, Allan G. Taylor, Hilari C. Tiedeman, Chris White, Ting Yan, and Ulrike M. Yang. .. ifconfig:: package_name != 'super' diff --git a/doc/kinsol/guide/source/Introduction.rst b/doc/kinsol/guide/source/Introduction.rst index 3b8f5a1f21..49916102a2 100644 --- a/doc/kinsol/guide/source/Introduction.rst +++ b/doc/kinsol/guide/source/Introduction.rst @@ -95,7 +95,6 @@ Updated the F2003 utility routines :c:func:`SUNDIALSFileOpen` and :c:func:`SUNDI to support user specification of ``stdout`` and ``stderr`` strings for the output file names. - Changes in v6.5.1 ----------------- diff --git a/doc/kinsol/guide/source/Landing.rst b/doc/kinsol/guide/source/Landing.rst index 7167cf870e..b70275d309 100644 --- a/doc/kinsol/guide/source/Landing.rst +++ b/doc/kinsol/guide/source/Landing.rst @@ -30,11 +30,12 @@ Woodward. We thank Radu Serban for significant and critical past contributions. - Other contributors to SUNDIALS include: James Almgren-Bell, Lawrence E. - Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, Scott D. Cohen, Aaron - Collier, Keith E. Grant, Steven L. Lee, Shelby L. Lockhart, John Loffeld, - Daniel McGreer, Slaven Peles, Cosmin Petra, H. Hunter Schwartz, Jean M. - Sexton, Dan Shumaker, Steve G. Smith, Allan G. Taylor, Hilari C. Tiedeman, + Other contributors to SUNDIALS include: James Almgren-Bell, + Lawrence E. Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, + Scott D. Cohen, Aaron Collier, Keith E. Grant, Steven L. Lee, + Shelby L. Lockhart, John Loffeld, Daniel McGreer, Yu Pan, Slaven Peles, + Cosmin Petra, Steven B. Roberts, H. Hunter Schwartz, Jean M. Sexton, Dan + Shumaker, Steve G. Smith, Shahbaj Sohal, Allan G. Taylor, Hilari C. Tiedeman, Chris White, Ting Yan, and Ulrike M. Yang. .. ifconfig:: package_name != 'super' diff --git a/doc/shared/History.rst b/doc/shared/History.rst index 1827899742..dad79d5327 100644 --- a/doc/shared/History.rst +++ b/doc/shared/History.rst @@ -21,6 +21,8 @@ Appendix: SUNDIALS Release History +----------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+ | Date | SUNDIALS | ARKODE | CVODE | CVODES | IDA | IDAS | KINSOL | +==========+===================+===================+===================+===================+===================+===================+===================+ +| Jul 2023 | 6.6.0 | 5.6.0 | 6.6.0 | 6.6.0 | 6.6.0 | 5.6.0 | 6.6.0 | ++----------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+ | Mar 2023 | 6.5.1 | 5.5.1 | 6.5.1 | 6.5.1 | 6.5.1 | 5.5.1 | 6.5.1 | +----------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+ | Dec 2022 | 6.5.0 | 5.5.0 | 6.5.0 | 6.5.0 | 6.5.0 | 5.5.0 | 6.5.0 | diff --git a/doc/shared/latex/cover_pages.tex.txt b/doc/shared/latex/cover_pages.tex.txt index 0b82fba9ec..251764bdf2 100644 --- a/doc/shared/latex/cover_pages.tex.txt +++ b/doc/shared/latex/cover_pages.tex.txt @@ -83,9 +83,9 @@ contributions.\\ Other contributors to SUNDIALS include: James Almgren-Bell, Lawrence E. Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, Scott D. Cohen, Aaron Collier, Keith E. Grant, Steven L. Lee, Shelby L. Lockhart, John Loffeld, Daniel McGreer, -Slaven Peles, Cosmin Petra, Steven B. Roberts, H. Hunter Schwartz, Jean M. Sexton, -Dan Shumaker, Steve G. Smith, Allan G. Taylor, Hilari C. Tiedeman, Chris White, -Ting Yan, and Ulrike M. Yang. +Yu Pan, Slaven Peles, Cosmin Petra, Steven B. Roberts, H. Hunter Schwartz, +Jean M. Sexton, Dan Shumaker, Steve G. Smith, Shahbaj Sohal, Allan G. Taylor, +Hilari C. Tiedeman, Chris White, Ting Yan, and Ulrike M. Yang. \clearpage % clear empty double page diff --git a/doc/shared/sundials.bib b/doc/shared/sundials.bib index a4765ace65..71e0c5e1e8 100644 --- a/doc/shared/sundials.bib +++ b/doc/shared/sundials.bib @@ -27,7 +27,7 @@ % @techreport{arkode_ug, author = {Daniel R. Reynolds and David J. Gardner and Carol S. Woodward and Rujeko Chinomona and Cody J. Balos}, -title = {{User Documentation for ARKODE v5.5.1}}, +title = {{User Documentation for ARKODE v5.6.0}}, institution = {LLNL}, number = {LLNL-SM-668082}, year = 2023 @@ -37,7 +37,7 @@ @techreport{arkode_ug % @techreport{arkode_ex, author = {Daniel R. Reynolds}, -title = {{Example Programs for ARKODE v5.5.1}}, +title = {{Example Programs for ARKODE v5.6.0}}, institution = {Southern Methodist University}, year = 2023 } @@ -46,7 +46,7 @@ @techreport{arkode_ex % @techreport{cvode_ug, author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, -title = {{User Documentation for CVODE v6.5.1}}, +title = {{User Documentation for CVODE v6.6.0}}, institution = {LLNL}, number = {UCRL-SM-208108}, year = 2023 @@ -56,7 +56,7 @@ @techreport{cvode_ug % @techreport{cvode_ex, author = {Alan C. Hindmarsh and Radu Serban}, -title = {{Example Programs for CVODE v6.5.1}}, +title = {{Example Programs for CVODE v6.6.0}}, institution = {LLNL}, note = {UCRL-SM-208110}, year = 2023 @@ -66,7 +66,7 @@ @techreport{cvode_ex % @techreport{cvodes_ug, author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, -title = {{User Documentation for CVODES v6.5.1}}, +title = {{User Documentation for CVODES v6.6.0}}, institution = {LLNL}, note = {UCRL-SM-208111}, year = 2023 @@ -76,7 +76,7 @@ @techreport{cvodes_ug % @techreport{cvodes_ex, author = {Radu Serban and Alan C. Hindmarsh}, -title = {{Example Programs for CVODES v6.5.1}}, +title = {{Example Programs for CVODES v6.6.0}}, institution = {LLNL}, number = {UCRL-SM-208115}, year = 2023 @@ -86,7 +86,7 @@ @techreport{cvodes_ex % @techreport{ida_ug, author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, -title = {{User Documentation for IDA v6.5.1}}, +title = {{User Documentation for IDA v6.6.0}}, institution = {LLNL}, number = {UCRL-SM-208112}, year = 2023 @@ -96,7 +96,7 @@ @techreport{ida_ug % @techreport{ida_ex, author = {Alan C. Hindmarsh and Radu Serban and Aaron Collier}, -title = {{Example Programs for IDA v6.5.1}}, +title = {{Example Programs for IDA v6.6.0}}, institution = {LLNL}, number = {UCRL-SM-208113}, year = 2023 @@ -106,7 +106,7 @@ @techreport{ida_ex % @techreport{idas_ug, author = {Radu Serban and Cosmin Petra and Alan C. Hindmarsh and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, -title = {{User Documentation for IDAS v5.5.1}}, +title = {{User Documentation for IDAS v5.6.0}}, institution = {LLNL}, number = {UCRL-SM-234051}, year = 2023 @@ -116,7 +116,7 @@ @techreport{idas_ug % @techreport{idas_ex, author = {Radu Serban and Alan C. Hindmarsh}, -title = {{Example Programs for IDAS v5.5.1}}, +title = {{Example Programs for IDAS v5.6.0}}, institution = {LLNL}, number = {LLNL-TR-437091}, year = 2023 @@ -126,7 +126,7 @@ @techreport{idas_ex % @techreport{kinsol_ug, author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, -title = {{User Documentation for KINSOL v6.5.1}}, +title = {{User Documentation for KINSOL v6.6.0}}, institution = {LLNL}, number = {UCRL-SM-208116}, year = 2023 @@ -136,7 +136,7 @@ @techreport{kinsol_ug % @techreport{kinsol_ex, author = {Aaron M. Collier and Radu Serban}, -title = {{Example Programs for KINSOL v6.5.1}}, +title = {{Example Programs for KINSOL v6.6.0}}, institution = {LLNL}, number = {UCRL-SM-208114}, year = 2023 diff --git a/doc/shared/versions.py b/doc/shared/versions.py index c991d96606..f10b49c6b1 100644 --- a/doc/shared/versions.py +++ b/doc/shared/versions.py @@ -9,11 +9,11 @@ # SPDX-License-Identifier: BSD-3-Clause # SUNDIALS Copyright End # ---------------------------------------------------------------- -sundials_version = 'v6.5.1' -arkode_version = 'v5.5.1' -cvode_version = 'v6.5.1' -cvodes_version = 'v6.5.1' -ida_version = 'v6.5.1' -idas_version = 'v5.5.1' -kinsol_version = 'v6.5.1' +sundials_version = 'v6.6.0' +arkode_version = 'v5.6.0' +cvode_version = 'v6.6.0' +cvodes_version = 'v6.6.0' +ida_version = 'v6.6.0' +idas_version = 'v5.6.0' +kinsol_version = 'v6.6.0' year = '2023' diff --git a/doc/sundials/biblio.bib b/doc/sundials/biblio.bib index 8555491901..bd243035c5 100644 --- a/doc/sundials/biblio.bib +++ b/doc/sundials/biblio.bib @@ -16,7 +16,7 @@ @techreport{arkode_ug, author={Daniel R. Reynolds and David J. Gardner and Alan C. Hindmarsh and Carol S. Woodward and Jean M. Sexton}, -title={{User Documentation for ARKODE v5.5.1}}, +title={{User Documentation for ARKODE v5.6.0}}, institution={LLNL}, number={LLNL-SM-668082}, year = 2023 @@ -26,7 +26,7 @@ @techreport{arkode_ug % @techreport{arkode_ex, author={Daniel R. Reynolds}, -title={{Example Programs for ARKODE v5.5.1}}, +title={{Example Programs for ARKODE v5.6.0}}, institution={Southern Methodist University}, year = 2023 } @@ -35,7 +35,7 @@ @techreport{arkode_ex % @techreport{cvode_ug, author={A. C. Hindmarsh and R. Serban}, -title={{User Documentation for CVODE v6.5.1}}, +title={{User Documentation for CVODE v6.6.0}}, institution={LLNL}, number={UCRL-SM-208108}, year = 2023 @@ -45,7 +45,7 @@ @techreport{cvode_ug % @techreport{cvode_ex, author={A. C. Hindmarsh and R. Serban and D. R. Reynolds}, -title={{Example Programs for CVODE v6.5.1}}, +title={{Example Programs for CVODE v6.6.0}}, institution={LLNL}, note={UCRL-SM-208110}, year = 2023 @@ -55,7 +55,7 @@ @techreport{cvode_ex % @techreport{cvodes_ug, author={A. C. Hindmarsh and R. Serban}, -title={{User Documentation for CVODES v6.5.1}}, +title={{User Documentation for CVODES v6.6.0}}, institution={LLNL}, note={UCRL-SM-208111}, year = 2023 @@ -65,7 +65,7 @@ @techreport{cvodes_ug % @techreport{cvodes_ex, author={R. Serban and A. C. Hindmarsh}, -title={{Example Programs for CVODES v6.5.1}}, +title={{Example Programs for CVODES v6.6.0}}, institution={LLNL}, number={UCRL-SM-208115}, year = 2023 @@ -75,7 +75,7 @@ @techreport{cvodes_ex % @techreport{ida_ug, author={A. C. Hindmarsh and R. Serban and A. Collier}, -title={{User Documentation for IDA v6.5.1}}, +title={{User Documentation for IDA v6.6.0}}, institution={LLNL}, number={UCRL-SM-208112}, year = 2023 @@ -85,7 +85,7 @@ @techreport{ida_ug % @techreport{ida_ex, author={A. C. Hindmarsh and R. Serban and A. Collier}, -title={{Example Programs for IDA v6.5.1}}, +title={{Example Programs for IDA v6.6.0}}, institution={LLNL}, number={UCRL-SM-208113}, year = 2023 @@ -95,7 +95,7 @@ @techreport{ida_ex % @techreport{idas_ug, author={R. Serban and C. Petra and A. C. Hindmarsh}, -title={{User Documentation for IDAS v5.5.1}}, +title={{User Documentation for IDAS v5.6.0}}, institution={LLNL}, number={UCRL-SM-234051}, year = 2023 @@ -105,7 +105,7 @@ @techreport{idas_ug % @techreport{idas_ex, author={R. Serban and A. C. Hindmarsh}, -title={{Example Programs for IDAS v5.5.1}}, +title={{Example Programs for IDAS v5.6.0}}, institution={LLNL}, number={LLNL-TR-437091}, year = 2023 @@ -115,7 +115,7 @@ @techreport{idas_ex % @techreport{kinsol_ug, author={A. M. Collier and A. C. Hindmarsh and R. Serban and C.S. Woodward}, -title={{User Documentation for KINSOL v6.5.1}}, +title={{User Documentation for KINSOL v6.6.0}}, institution={LLNL}, number={UCRL-SM-208116}, year = 2023 @@ -125,7 +125,7 @@ @techreport{kinsol_ug % @techreport{kinsol_ex, author={A. M. Collier and R. Serban}, -title={{Example Programs for KINSOL v6.5.1}}, +title={{Example Programs for KINSOL v6.6.0}}, institution={LLNL}, number={UCRL-SM-208114}, year = 2023 diff --git a/doc/sundials/ug.tex b/doc/sundials/ug.tex index 2e08bbd644..ab6a0d1442 100644 --- a/doc/sundials/ug.tex +++ b/doc/sundials/ug.tex @@ -59,29 +59,29 @@ %----- VERSIONS AND UCRL NUMBERS OF SUNDIALS CODES -\newcommand{\sunrelease}{v6.5.1} +\newcommand{\sunrelease}{v6.6.0} -\newcommand{\cvrelease}{v6.5.1} +\newcommand{\cvrelease}{v6.6.0} \newcommand{\cvucrlug}{UCRL-SM-208108} \newcommand{\cvucrlex}{UCRL-SM-208110} -\newcommand{\cvsrelease}{v6.5.1} +\newcommand{\cvsrelease}{v6.6.0} \newcommand{\cvsucrlug}{UCRL-SM-208111} \newcommand{\cvsucrlex}{UCRL-SM-208115} -\newcommand{\idarelease}{v6.5.1} +\newcommand{\idarelease}{v6.6.0} \newcommand{\idaucrlug}{UCRL-SM-208112} \newcommand{\idaucrlex}{UCRL-SM-208113} -\newcommand{\idasrelease}{v5.5.1} +\newcommand{\idasrelease}{v5.6.0} \newcommand{\idasucrlug}{UCRL-SM-234051} \newcommand{\idasucrlex}{LLNL-TR-437091} -\newcommand{\kinrelease}{v6.5.1} +\newcommand{\kinrelease}{v6.6.0} \newcommand{\kinucrlug}{UCRL-SM-208116} \newcommand{\kinucrlex}{UCRL-SM-208114} -\newcommand{\arkrelease}{v5.5.1} +\newcommand{\arkrelease}{v5.6.0} \newcommand{\arkucrlug}{LLNL-SM-668082} \newcommand{\arkucrlex}{????-??-??????} @@ -381,9 +381,9 @@ Other contributors to SUNDIALS include: James Almgren-Bell, Lawrence E. Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, Scott D. Cohen, Aaron Collier, Keith E. Grant, Steven L. Lee, Shelby L. Lockhart, John Loffeld, Daniel McGreer, -Slaven Peles, Cosmin Petra, H. Hunter Schwartz, Jean M. Sexton, -Dan Shumaker, Steve G. Smith, Allan G. Taylor, Hilari C. Tiedeman, Chris White, -Ting Yan, and Ulrike M. Yang. +Yu Pan, Slaven Peles, Cosmin Petra, Steven B. Roberts, H. Hunter Schwartz, +Jean M. Sexton, Dan Shumaker, Steve G. Smith, Shahbaj Sohal, Allan G. Taylor, +Hilari C. Tiedeman, Chris White, Ting Yan, and Ulrike M. Yang. \clearpage } diff --git a/doc/superbuild/source/index.rst b/doc/superbuild/source/index.rst index a74cba04a6..571e8f9c2d 100644 --- a/doc/superbuild/source/index.rst +++ b/doc/superbuild/source/index.rst @@ -56,9 +56,9 @@ Woodward. We thank Radu Serban for significant and critical past contributions. Other contributors to SUNDIALS include: James Almgren-Bell, Lawrence E. Banks, Peter N. Brown, George Byrne, Rujeko Chinomona, Scott D. Cohen, Aaron Collier, Keith E. Grant, Steven L. Lee, Shelby L. Lockhart, John Loffeld, Daniel McGreer, -Slaven Peles, Cosmin Petra, Steven B. Roberts, H. Hunter Schwartz, Jean M. Sexton, -Dan Shumaker, Steve G. Smith, Allan G. Taylor, Hilari C. Tiedeman, Chris White, -Ting Yan, and Ulrike M. Yang. +Yu Pan, Slaven Peles, Cosmin Petra, Steven B. Roberts, H. Hunter Schwartz, +Jean M. Sexton, Dan Shumaker, Steve G. Smith, Shahbaj Sohal, Allan G. Taylor, +Hilari C. Tiedeman, Chris White, Ting Yan, and Ulrike M. Yang. Citing @@ -70,11 +70,15 @@ When using the ARKODE package from SUNDIALS, please also cite: .. code-block:: latex - @article{reynolds2022arkode, + @article{reynolds2023arkode, title = {{ARKODE: A flexible IVP solver infrastructure for one-step methods}}, author = {Reynolds, Daniel R and Gardner, David J and Woodward, Carol S and Chinomona, Rujeko}, - journal = {arXiv preprint arXiv:2205.14077}, - year = {2022} + journal = {ACM Transactions on Mathematical Software}, + volume = {49}, + number = {2}, + pages = {1--26}, + year = {2023}, + doi = {10.1145/3594632} } We also ask that users cite the documentation for the package and version that diff --git a/examples/sunlinsol/pcg/parallel/CMakeLists.txt b/examples/sunlinsol/pcg/parallel/CMakeLists.txt index 8b298db30e..56c6606040 100644 --- a/examples/sunlinsol/pcg/parallel/CMakeLists.txt +++ b/examples/sunlinsol/pcg/parallel/CMakeLists.txt @@ -28,7 +28,7 @@ endif() # Examples using the SUNDIALS PCG linear solver set(sunlinsol_pcg_examples - "test_sunlinsol_pcg_parallel\;100 200 ${TOL} 0\;1\;4\;" + "test_sunlinsol_pcg_parallel\;100 500 ${TOL} 0\;1\;4\;" ) # Dependencies for nvector examples diff --git a/scripts/tarscript b/scripts/tarscript index 9745689162..29994ca252 100755 --- a/scripts/tarscript +++ b/scripts/tarscript @@ -56,13 +56,13 @@ function print_usage # VERSION NUMBERS #--------------------------------------------------------- -SUN_VER="6.5.1" -CV_VER="6.5.1" -CVS_VER="6.5.1" -IDA_VER="6.5.1" -IDAS_VER="5.5.1" -KIN_VER="6.5.1" -ARK_VER="5.5.1" +SUN_VER="6.6.0" +CV_VER="6.6.0" +CVS_VER="6.6.0" +IDA_VER="6.6.0" +IDAS_VER="5.6.0" +KIN_VER="6.6.0" +ARK_VER="5.6.0" #--------------------------------------------------------- # Test if the script is executed from within its directory diff --git a/scripts/updateVersion.sh b/scripts/updateVersion.sh index aadc0bfd5e..77c6611b92 100755 --- a/scripts/updateVersion.sh +++ b/scripts/updateVersion.sh @@ -19,8 +19,8 @@ # development releases the label string is of the form "-dev.#" and for full # releases the label string is "". sun_major=${1:-6} -sun_minor=${2:-5} -sun_patch=${3:-1} +sun_minor=${2:-6} +sun_patch=${3:-0} sun_label=${4:-""} month=${5:-$(date +"%b")} year=${6:-$(date +"%Y")} diff --git a/src/arkode/README.md b/src/arkode/README.md index 9d570cfb63..e831949f4d 100644 --- a/src/arkode/README.md +++ b/src/arkode/README.md @@ -1,5 +1,5 @@ # ARKODE -### Version 5.5.1 (Mar 2023) +### Version 5.6.0 (Jul 2023) **Daniel R. Reynolds, Department of Mathematics, SMU** @@ -44,8 +44,8 @@ the "SUNDIALS Release History" appendix of the ARKODE User Guide. ## References * D. R. Reynolds, D. J. Gardner, C. S. Woodward, and C. J. Balos, - "User Documentation for ARKODE v5.5.1," LLNL technical report - LLNL-SM-668082, Mar 2023. + "User Documentation for ARKODE v5.6.0," LLNL technical report + LLNL-SM-668082, Jul 2023. -* D. R. Reynolds, "Example Programs for ARKODE v5.5.1," Technical Report, - Southern Methodist University Center for Scientific Computation, Mar 2023. +* D. R. Reynolds, "Example Programs for ARKODE v5.6.0," Technical Report, + Southern Methodist University Center for Scientific Computation, Jul 2023. diff --git a/src/cvode/README.md b/src/cvode/README.md index d0d80e657b..bf655405ec 100644 --- a/src/cvode/README.md +++ b/src/cvode/README.md @@ -1,5 +1,5 @@ # CVODE -### Version 6.5.1 (Mar 2023) +### Version 6.6.0 (Jul 2023) **Alan C. Hindmarsh, Radu Serban, Cody J. Balos, David J. Gardner, and Carol S. Woodward, Center for Applied Scientific Computing, LLNL** @@ -47,11 +47,11 @@ the "SUNDIALS Release History" appendix of the CVODE User Guide. ## References * A. C. Hindmarsh, R. Serban, C. J. Balos, D. J. Gardner, D. R. Reynolds - and C. S. Woodward, "User Documentation for CVODE v6.5.1," - LLNL technical report UCRL-SM-208108, Mar 2023. + and C. S. Woodward, "User Documentation for CVODE v6.6.0," + LLNL technical report UCRL-SM-208108, Jul 2023. -* A. C. Hindmarsh and R. Serban, "Example Programs for CVODE v6.5.1," - LLNL technical report UCRL-SM-208110, Mar 2023. +* A. C. Hindmarsh and R. Serban, "Example Programs for CVODE v6.6.0," + LLNL technical report UCRL-SM-208110, Jul 2023. * S.D. Cohen and A.C. Hindmarsh, "CVODE, a Stiff/nonstiff ODE Solver in C," Computers in Physics, 10(2), pp. 138-143, 1996. diff --git a/src/cvodes/README.md b/src/cvodes/README.md index 27f616c72b..36d6f7ce60 100644 --- a/src/cvodes/README.md +++ b/src/cvodes/README.md @@ -1,5 +1,5 @@ # CVODES -### Version 6.5.1 (Mar 2023) +### Version 6.6.0 (Jul 2023) **Alan C. Hindmarsh, Radu Serban, Cody J. Balos, David J. Gardner, and Carol S. Woodward, Center for Applied Scientific Computing, LLNL** @@ -44,11 +44,11 @@ the "SUNDIALS Release History" appendix of the CVODES User Guide. ## References * A. C. Hindmarsh, R. Serban, C. J. Balos, D. J. Gardner, D. R. Reynolds - and C. S. Woodward, "User Documentation for CVODES v6.5.1," - LLNL technical report UCRL-SM-208111, Mar 2023. + and C. S. Woodward, "User Documentation for CVODES v6.6.0," + LLNL technical report UCRL-SM-208111, Jul 2023. -* A. C. Hindmarsh and R. Serban, "Example Programs for CVODES v6.5.1," - LLNL technical report UCRL-SM-208115, Mar 2023. +* A. C. Hindmarsh and R. Serban, "Example Programs for CVODES v6.6.0," + LLNL technical report UCRL-SM-208115, Jul 2023. * R. Serban and A. C. Hindmarsh, "CVODES: the Sensitivity-Enabled ODE solver in SUNDIALS," Proceedings of IDETC/CIE 2005, Sept. 2005, diff --git a/src/ida/README.md b/src/ida/README.md index a3b31f199a..4d8cf78edd 100644 --- a/src/ida/README.md +++ b/src/ida/README.md @@ -1,5 +1,5 @@ # IDA -### Version 6.5.1 (Mar 2023) +### Version 6.6.0 (Jul 2023) **Alan C. Hindmarsh, Radu Serban, Cody J. Balos, David J. Gardner, and Carol S. Woodward, Center for Applied Scientific Computing, LLNL** @@ -47,11 +47,11 @@ the "SUNDIALS Release History" appendix of the IDA User Guide. ## References * A. C. Hindmarsh, R. Serban, C. J. Balos, D. J. Gardner, D. R. Reynolds - and C. S. Woodward, "User Documentation for IDA v6.5.1," - LLNL technical report UCRL-SM-208112, Mar 2023. + and C. S. Woodward, "User Documentation for IDA v6.6.0," + LLNL technical report UCRL-SM-208112, Jul 2023. -* A. C. Hindmarsh, R. Serban, and A. Collier, "Example Programs for IDA v6.5.1," - LLNL technical report UCRL-SM-208113, Mar 2023. +* A. C. Hindmarsh, R. Serban, and A. Collier, "Example Programs for IDA v6.6.0," + LLNL technical report UCRL-SM-208113, Jul 2023. * A. C. Hindmarsh, P. N. Brown, K. E. Grant, S. L. Lee, R. Serban, D. E. Shumaker, and C. S. Woodward, "SUNDIALS, Suite of Nonlinear and diff --git a/src/idas/README.md b/src/idas/README.md index 74dfbf13ff..f95a7624c2 100644 --- a/src/idas/README.md +++ b/src/idas/README.md @@ -1,5 +1,5 @@ # IDAS -### Version 5.5.1 (Mar 2023) +### Version 5.6.0 (Jul 2023) **Radu Serban, Cosmin Petra, Alan C. Hindmarsh, Cody J. Balos, David J. Gardner, and Carol S. Woodward, Center for Applied Scientific Computing, LLNL** @@ -43,11 +43,11 @@ the "SUNDIALS Release History" appendix of the IDAS User Guide. ## References * R. Serban, C. Petra, A. C. Hindmarsh, C. J. Balos, D. J. Gardner, - D. R. Reynolds and C. S. Woodward, "User Documentation for IDAS v5.5.1," - LLNL technical report UCRL-SM-234051, Mar 2023. + D. R. Reynolds and C. S. Woodward, "User Documentation for IDAS v5.6.0," + LLNL technical report UCRL-SM-234051, Jul 2023. -* R. Serban and A.C. Hindmarsh, "Example Programs for IDAS v5.5.1," - LLNL technical report LLNL-TR-437091, Mar 2023. +* R. Serban and A.C. Hindmarsh, "Example Programs for IDAS v5.6.0," + LLNL technical report LLNL-TR-437091, Jul 2023. * A. C. Hindmarsh, P. N. Brown, K. E. Grant, S. L. Lee, R. Serban, D. E. Shumaker, and C. S. Woodward, "SUNDIALS, Suite of Nonlinear and diff --git a/src/kinsol/README.md b/src/kinsol/README.md index 42de97bc24..d9e4cb9fcd 100644 --- a/src/kinsol/README.md +++ b/src/kinsol/README.md @@ -1,5 +1,5 @@ # KINSOL -### Version 6.5.1 (Mar 2023) +### Version 6.6.0 (Jul 2023) **Alan C. Hindmarsh, Radu Serban, Cody J. Balos, David J. Gardner, and Carol S. Woodward, Center for Applied Scientific Computing, LLNL** @@ -48,11 +48,11 @@ the "SUNDIALS Release History" appendix of the KINSOL User Guide. * A. C. Hindmarsh, R. Serban, C. J. Balos, D. J. Gardner, D. R. Reynolds and C. S. Woodward, - "User Documentation for KINSOL v6.5.1," LLNL technical report - UCRL-SM-208116, Mar 2023. + "User Documentation for KINSOL v6.6.0," LLNL technical report + UCRL-SM-208116, Jul 2023. -* A. M. Collier and R. Serban, "Example Programs for KINSOL v6.5.1," - LLNL technical report UCRL-SM-208114, Mar 2023. +* A. M. Collier and R. Serban, "Example Programs for KINSOL v6.6.0," + LLNL technical report UCRL-SM-208114, Jul 2023. * A. C. Hindmarsh, P. N. Brown, K. E. Grant, S. L. Lee, R. Serban, D. E. Shumaker, and C. S. Woodward, "SUNDIALS, Suite of Nonlinear and