Download List

Descripción del Proyecto

SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic
equation Solvers) provides robust time integrators and
nonlinear solvers that can easily be incorporated into
existing simulation codes. It requires minimal information
from the user, allow users to easily supply their own data
structures underneath the solvers, and allows for easy
incorporation of user-supplied linear solvers and
preconditioners.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-27 07:48
2.7.0

Esta versión corrige los errores de lógica importante en la integración de problemas hacia atrás. La lógica en CVSetTqBDF se programará cambiado para evitar una división por cero. Solver lineal se ajusta a cero después de ser creado. Liberar la memoria lineal solver en un retorno de error. Una pérdida de memoria ha fijado en dos IDASp *** libre de funciones. Esta liberación correcciones condicionales de carga dividieron matrices de diferencia para un aumento de orden posible. Corrige errores en la actualización el vector solución, actualizar el parámetro linesearch y error porque falta un retorno. Hay otros errores surtido.
Tags: Bugfixes, Stable
This release fixes major logic errors in integration of backward problems. Logic in CVSetTqBDF has beenn changed to avoid a divide by zero. Linear solver memory is set to zero after being created. Linear solver memory is freed on an error return. A memory leak has bee fixed in two IDASp***Free functions. This release fixes conditionals on loading divided difference arrays for a possible order increase. It fixes bugs in updating the solution vector, updating the linesearch parameter, and a missing error return. There are other assorted bugfixes.

2011-04-08 17:54
2.6.0

Se agregó un nuevo módulo lineal solver, basado en Blas y Lapack para densos y bandas matrices. Todos los módulos de solver linear se reorganizaron en dos familias. Racionalización general fue hecho a los preconditioner módulos distribuidos con el solver. Se hicieron varias otras mejoras y corrección de errores.
Tags: Bugfixes, Enhancements, Stable
A new linear solver module was added, based on Blas and Lapack for both dense and banded matrices. All linear solver modules were reorganized into two families. General streamlining was done to the preconditioner modules distributed with the solver. Various other bugfixes and enhancements were made.

2006-11-07 22:50
2.5.0

Esta versión corrige numerosos errores, incluidos los fallos de segmentación potencial y las condiciones de parada. Reorganización de código Mayor.
Tags: Major bugfixes
This release fixes numerous bugs, including potential segmentation
faults and stopping conditions. Major code reorganization.

2006-03-29 22:59
2.4.0

Añade dos nuevos genéricos resolver lineal iterativo, resolver rootfinding lineal y directa. Una interfaz de Fortran-C fue añadido. A más precisa y la memoria eficiente método de interpolación fue añadida. Apoyo a la interceptación de errores en los módulos suministrados por el usuario. Ya no hay una reducción "de serie sólo" sucursal, funciones de MPI MPI se desactivan cuando no se encuentra.
Tags: Major feature enhancements
Adds two new generic iterative linear solvers, rootfinding and direct linear solvers. A Fortran-C interface was added. A more accurate and memory-efficient interpolation method was added. Support for intercepting failures in user-supplied modules. There is no longer a reduced "serial only" branch; MPI functions are disabled when MPI is not found.

2005-04-12 08:09
2.3.0

Esta versión corrige problemas de alcance en todos los módulos. Se agregó el soporte para el definido por el usuario pesos error. El API para funciones de entrada se ha simplificado. Hubo otros cambios menores en la API, correcciones de errores, y limpieza de código.
Tags: Major bugfixes
This version fixes scoping issues in all modules. Support was
added for user-defined error weights. The API for input
functions was simplified. There were other minor API
changes, bugfixes, and code cleanups.

Project Resources