From 1ad4354edf5aa8e8af1a24d81ae70c83701bb5ec Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Fri, 6 Apr 2018 17:25:38 -0400 Subject: [PATCH] Expand major changes section and add references --- 9.0/paper.bib | 29 +++++++++++++++++++++++++++++ 9.0/paper.tex | 17 ++++++++++++++--- 2 files changed, 43 insertions(+), 3 deletions(-) diff --git a/9.0/paper.bib b/9.0/paper.bib index b898ef8..7079183 100644 --- a/9.0/paper.bib +++ b/9.0/paper.bib @@ -563,3 +563,32 @@ year = {2009} journal = {Library available online at http://www. gnu. org/software/gsl}, year = {2016} } + +@misc{nanoflann, + author = {Blanco, Jose Luis and Rai, Prankal Kumar}, + title = {nanoflann: a{C}++ header-only fork of {FLANN}, a library for + {N}earest {N}eighbor ({NN}) with {KD}-trees}, + howpublished = {\url{https://github.com/jlblancoc/nanoflann}}, + year = {2014} +} + +@inproceedings{adol-c, + author = {A. Walther and A. Griewank}, + title = {Getting started wiht {ADOL}-{C}}, + booktitle = {Combinatorial Scientific Computing}, + publisher = {U. Naumann and O.Schenk}, + series = {Chapman-Hall CRC Computational Science}, + pages = {181-202}, + year = {2012} +} + +@article{sundials, + title={{SUNDIALS}: Suite of nonlinear and differential/algebraic equation solvers}, + author={Hindmarsh, Alan C and Brown, Peter N and Grant, Keith E and Lee, Steven L and Serban, Radu and Shumaker, Dan E and Woodward, Carol S}, + journal={ACM Transactions on Mathematical Software (TOMS)}, + volume={31}, + number={3}, + pages={363--396}, + year={2005}, + publisher={ACM} +} diff --git a/9.0/paper.tex b/9.0/paper.tex index fbdd12f..7419fb6 100644 --- a/9.0/paper.tex +++ b/9.0/paper.tex @@ -176,7 +176,18 @@ The major changes of this release are: interface). \item - Support for Sundials and ROL + A dedicated sundials module has been created to provide support for the + SUNDIALS library. SUNDIALS is a SUite of Nonlinear and + DIfferential/ALgebraic equations Solvers. ARKode, IDA, and KINSOL are + supported. ARKode is a solver library that provides adaptive-step time + integration. IDA is a package for the solution of differential-algebraic + equations systems in the form $F(t,y,y')=0$. KINSOL is olver for nonlinear + algebraic systems. + +\item + A dedicated optimization/rol module has been created to provide support for + the Rapid Optimization Library (ROL). ROL is a package for large-scale + optimization. \item A dedicated particles module has been created to provide support for the @@ -502,8 +513,8 @@ f\"ur Technisch-Wissenschaftliches Hoch- und H\"ochstleistungsrechnen % J-P.~Pelteret was supported by the European Research Council (ERC) through the Advanced Grant 289049 MOCOPOLY. % -% B.~Turcksin: This material is based upon work supported by the U.S. Department of -% Energy, Office of Science, under contract number DE-AC05-00OR22725. +B.~Turcksin: This material is based upon work supported by the U.S. Department of +Energy, Office of Science, under contract number DE-AC05-00OR22725. % % % D.~Wells was supported by the National Science Foundation (NSF) through Grant -- 2.39.5