{"id":17360665,"url":"https://github.com/certik/sundials","last_synced_at":"2025-09-02T04:04:25.566Z","repository":{"id":66478969,"uuid":"1740406","full_name":"certik/sundials","owner":"certik","description":null,"archived":false,"fork":false,"pushed_at":"2011-05-12T20:55:25.000Z","size":8000,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-02T04:04:16.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://computation.llnl.gov/casc/sundials/main.html","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/certik.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-05-12T20:55:09.000Z","updated_at":"2022-07-22T14:14:47.000Z","dependencies_parsed_at":"2023-02-20T05:00:48.615Z","dependency_job_id":null,"html_url":"https://github.com/certik/sundials","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/certik/sundials","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certik%2Fsundials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certik%2Fsundials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certik%2Fsundials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certik%2Fsundials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/certik","download_url":"https://codeload.github.com/certik/sundials/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certik%2Fsundials/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273227971,"owners_count":25067691,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T19:27:18.587Z","updated_at":"2025-09-02T04:04:25.549Z","avatar_url":"https://github.com/certik.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"                            SUNDIALS \n    SUite of Nonlinear and DIfferential/ALgebraic equation Solvers\n                   Release 2.4.0, January 2008\n                  Alan Hindmarsh and Radu Serban\n           Center for Applied Scientific Computing, LLNL\n\n\nThe family of solvers referred to as SUNDIALS consists of the following solvers:\n CVODE  - for integration of ordinary differential equation systems (ODEs)\n          CVODE treats stiff and nonstiff ODE systems of the form\n          y' = f(t,y), y(t0) = y0\n CVODES - for integration and sensitivity analysis of ODEs\n          CVODES treats stiff and nonstiff ODE systems of the form\n          y' = f(t,y,p), y(t0) = y0(p)\n IDA    - for integration of differential-algebraic equation systems (DAEs)\n          IDA treats DAE systems of the form\n          F(t,y,y') = 0, y(t0) = y0, y'(t0) = y0'\n IDAS   - for integration and sensitivity analysis of DAEs\n          IDAS treats DAE systems of the form\n          F(t,y,y',p) = 0, y(t0) = y0(p), y'(t0) = y0'(p)\n KINSOL - for solution of nonlinear algebraic systems\n          KINSOL treats nonlinear systems of the form\n          F(u) = 0\n\nThe various solvers of this family share many subordinate modules.\nFor this reason, it is organized as a family, with a directory structure \nthat exploits that sharing. Each individual solver includes documentation \non installation, along with full usage documentation.\n\nWarning to users who receive more than one of these individual solvers\nat different times: The mixing of old and new versions SUNDIALS may fail.  \nTo avoid such failures, obtain all desired solvers at the same time.\n\nFor installation directions see the file INSTALL_NOTES.\n\nFor additional information on a particular solver, see the README file\nin the solver directory (e.g. src/cvode/README).\n\n\nRelease history\n\n+----------+-----------------------------------------------------------------+\n|          | SUNDIALS |                        Solver version                |\n|   Date   |          +----------+----------+----------+---------------------+\n|          | release  |   CVODE  | CVODES   |   IDA    |   IDAS   |  KINSOL  |\n+----------+----------+----------+----------+----------+---------------------+\n| Jul 2002 |   1.0    |    2.0   |    1.0   |    2.0   |          |    2.0   |\n| Dec 2004 |   2.0    |  2.2.0   |  2.1.0   |  2.2.0   |          |  2.2.0   |\n| Jan 2005 |   2.0.1  |  2.2.1   |  2.1.1   |  2.2.1   |          |  2.2.1   |\n| Mar 2005 |   2.0.2  |  2.2.2   |  2.1.2   |  2.2.2   |          |  2.2.2   |\n| Apr 2005 |   2.1.0  |  2.3.0   |  2.2.0   |  2.3.0   |          |  2.3.0   |\n| May 2005 |   2.1.1  |  2.3.0   |  2.3.0   |  2.3.0   |          |  2.3.0   |\n| Mar 2006 |   2.2.0  |  2.4.0   |  2.4.0   |  2.4.0   |          |  2.4.0   |\n| Nov 2006 |   2.3.0  |  2.5.0   |  2.5.0   |  2.5.0   |          |  2.5.0   |\n| Jan 2008 |   2.4.0  |  2.6.0   |  2.6.0   |  2.6.0   |  1.0.0   |  2.6.0   |\n+----------+----------+----------+----------+----------+---------------------+\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcertik%2Fsundials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcertik%2Fsundials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcertik%2Fsundials/lists"}