Download List

Projeto Descrição

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 versão corrige erros lógicos importantes na integração dos problemas com versões anteriores. Lógica em CVSetTqBDF tem beenn mudou-se para evitar uma divisão por zero. Memória de solver linear é definida para zero após ser criado. Memória de solver linear é liberada em um retorno de erro. Um vazamento de memória foi fixada em dois IDASp *** livre de funções. Este lançamento condicionais de correções no carregamento dividido matrizes de diferença para um aumento da ordem possível. Ele corrige erros na atualização do vetor de solução, atualizando o parâmetro linesearch e um retorno de erro faltando. Existem outras diversas correções de bugs.
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

Foi adicionado um novo módulo de solver linear, baseado em Blas e Lapack para matrizes densas e anilhas. Todos os módulos do solver linear foram reorganizados em duas famílias. Racionalização geral foi feito para os preconditioner módulos distribuídos com o solver. Foram feitas várias outras melhorias e correções de erros.
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 versão corrige vários bugs, incluindo falhas de segmentação potencial e as condições de parar. Major reorganização do código.
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

Adiciona dois novos genéricos solvers iterativos lineares, rootfinding e direta solucionadores lineares. A interface Fortran-C foi acrescentado. Um método de interpolação mais preciso e eficiente de memória foi adicionado. Suporte para interceptar falhas nos módulos fornecidos pelo usuário. Não há mais uma série "reduzido apenas ramo"; funções MPI MPI são desativadas quando não é encontrado.
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 versão corrige problemas de delimitação do âmbito de todos os módulos. Foi adicionado suporte para os pesos definidos pelo usuário erro. A API para funções de entrada foi simplificado. Havia outras pequenas mudanças de API, correções e limpeza 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