Code Monkey home page Code Monkey logo

annefelden / sundials Goto Github PK

View Code? Open in Web Editor NEW

This project forked from llnl/sundials

0.0 0.0 0.0 82.13 MB

SUNDIALS is a SUite of Nonlinear and DIfferential/ALgebraic equation Solvers. This is a mirror of current releases, and development will move here eventually. Pull requests are not currently accepted, but bug reports and questions are welcome at [email protected]. For more info visit https://computation.llnl.gov/projects/sundials

License: Other

CMake 5.64% C 91.15% C++ 1.81% Cuda 1.12% Python 0.28%

sundials's Introduction

SUNDIALS: SUite of Nonlinear and DIfferential/ALgebraic equation Solvers

Cody Balos, David Gardner, Alan Hindmarsh, Slaven Peles, Daniel Reynolds, Radu Serban, and Carol Woodward

Center for Applied Scientific Computing, Lawrence Livermore National Laboratory

SUNDIALS is a family of software packages implemented with the goal of providing robust time integrators and nonlinear solvers that can easily be incorporated into existing simulation codes. The primary design goals are to require minimal information from the user, allow users to easily supply their own data structures underneath the packages, and allow for easy incorporation of user-supplied linear solvers and preconditioners. The various packages share many subordinate modules and are organized as a family with a directory structure that exploits sharing common functionality.

The SUNDIALS suite consists of the following packages:

  • ARKODE - for integration of stiff and nonstiff ordinary differential equation systems (ODEs) of the form

    M y' = fe(t,y) + fi(t,y), y(t0) = y0

  • CVODE - for integration of stiff and nonstiff ordinary differential equation systems (ODEs) of the form

    y' = f(t,y), y(t0) = y0

  • CVODES - for integration and sensitivity analysis (forward and adjoint) of ordinary differential equation systems (ODEs) of the form

    y' = f(t,y,p), y(t0) = y0(p)

  • IDA - for integration of differential-algebraic equation systems (DAEs) of the form

    F(t,y,y') = 0, y(t0) = y0, y'(t0) = y0'

  • IDAS - for integration and sensitivity analysis (forward and adjoint) of differential-algebraic equation systems (DAEs) of the form

    F(t,y,y',p) = 0, y(t0) = y0(p), y'(t0) = y0'(p)

  • KINSOL - for solution of nonlinear algebraic systems of the form

    F(u) = 0

Installation

For installation directions see the INSTALL_GUIDE.pdf file or the installation chapter in any of the package user guides.

Warning to users who receive more than one of the individual packages at different times: Mixing old and new versions of SUNDIALS may fail. To avoid such failures, obtain all desired package at the same time.

Documentation

Full user guides for SUNDIALS packages are provided in the doc directory along with documentation for example programs.

Support

A list of Frequently Asked Questions on build and installation procedures as well as common usage issues is available on the SUNDIALS FAQ.

For dealing with systems with unphysical solutions or discontinuities see the SUNDIALS usage notes.

If you have a question not covered in the FAQ or usage notes, please submit your question to the SUNDIALS mailing list.

Release History

Date SUNDIALS ARKODE CVODE CVODES IDA IDAS KINSOL
Oct 2018 3.2.1 2.2.1 3.2.1 3.2.1 3.2.1 2.2.1 3.2.1
Sep 2018 3.2.0 2.2.0 3.2.0 3.2.0 3.2.0 2.2.0 3.2.0
Jul 2018 3.1.2 2.1.2 3.1.2 3.1.2 3.1.2 2.1.2 3.1.2
May 2018 3.1.1 2.1.1 3.1.1 3.1.1 3.1.1 2.1.1 3.1.1
Nov 2017 3.1.0 2.1.0 3.1.0 3.1.0 3.1.0 2.1.0 3.1.0
Sep 2017 3.0.0 2.0.0 3.0.0 3.0.0 3.0.0 2.0.0 3.0.0
Sep 2016 2.7.0 1.1.0 2.9.0 2.9.0 2.9.0 1.3.0 2.9.0
Aug 2015 2.6.2 1.0.2 2.8.2 2.8.2 2.8.2 1.2.2 2.8.2
Mar 2015 2.6.1 1.0.1 2.8.1 2.8.1 2.8.1 1.2.1 2.8.1
Mar 2015 2.6.0 1.0.0 2.8.0 2.8.0 2.8.0 1.2.0 2.8.0
Mar 2012 2.5.0 2.7.0 2.7.0 2.7.0 1.1.0 2.7.0
May 2009 2.4.0 2.6.0 2.6.0 2.6.0 1.0.0 2.6.0
Nov 2006 2.3.0 2.5.0 2.5.0 2.5.0 2.5.0
Mar 2006 2.2.0 2.4.0 2.4.0 2.4.0 2.4.0
May 2005 2.1.1 2.3.0 2.3.0 2.3.0 2.3.0
Apr 2005 2.1.0 2.3.0 2.2.0 2.3.0 2.3.0
Mar 2005 2.0.2 2.2.2 2.1.2 2.2.2 2.2.2
Jan 2005 2.0.1 2.2.1 2.1.1 2.2.1 2.2.1
Dec 2004 2.0 2.2.0 2.1.0 2.2.0 2.2.0
Jul 2002 1.0 2.0 1.0 2.0 2.0

Authors

The SUNDIALS Team: Carol S. Woodward, Daniel R. Reynolds, Alan C. Hindmarsh, David J. Gardner, Slaven Peles, and Cody J. Balos. We thank Radu Serban for significant and critical past contributions.

We also acknowledge past contributions of Scott Cohen, Peter N. Brown, George Byrne, Allan G. Taylor, Steven L. Lee, Keith E. Grant, Aaron Collier, Lawrence E. Banks, Steve Smith, Cosmin Petra, John Loffeld, Dan Shumaker, Ulrike Yang, James Almgren-Bell, Shelby Lockhart, Hilari Tiedeman, Ting Yan, Jean Sexton, and Chris White.

Citing SUNDIALS

We ask users of SUNDIALS to cite the following paper in any publications reporting work done with SUNDIALS:

  • Alan C. Hindmarsh, Peter N. Brown, Keith E. Grant, Steven L. Lee, Radu Serban, Dan E. Shumaker, and Carol S. Woodward. 2005. SUNDIALS: Suite of nonlinear and differential/algebraic equation solvers. ACM Trans. Math. Softw. 31, 3 (September 2005), 363-396. DOI=http://dx.doi.org/10.1145/1089014.1089020

License

SUNDIALS is released under a BSD license. For more details see the LICENSE file.

Please Note If you are using SUNDIALS with any third party libraries linked in (e.g., LAPACK, KLU, SuperLU_MT, PETSc, or hypre), be sure to review the respective license of the package as that license may have more restrictive terms than the SUNDIALS license.

sundials's People

Contributors

gardner48 avatar balos1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.