History log of /petsc/src/ts/impls/implicit/sundials/sundials.c (Results 251 – 275 of 379)
Revision Date Author Comments
# bc0cc02b 25-Jan-2012 Jed Brown <jed@59A2.org>

sundials.c: call TSComputeRHSFunction() directly if that is all we need, remove seemingly unnecessary SNES residual Vec

Hg-commit: d7d2ec2b60c9bc3f120c07d129b9dfe91190d1ef


# d8cd7023 27-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after mqking some mess merge, I don't know what is going on.

Hg-commit: 5d7e957038c4e9a48faa303ae5f441ccb8978e49


# cdbf8f93 27-Aug-2011 Lisandro Dalcin <dalcinl@gmail.com>

TS: Many changes listed below

* Remove ts->initial_time_step
* Remove ts->next_time_step, add ts->time_step_prev
* Implement interpolation for TSALPHA
* Prepare for time step adaptativity

Hg-commit

TS: Many changes listed below

* Remove ts->initial_time_step
* Remove ts->next_time_step, add ts->time_step_prev
* Implement interpolation for TSALPHA
* Prepare for time step adaptativity

Hg-commit: a1e380cf44925342fc0696a9599f8993e2c20644

show more ...


# 7bda3a07 26-Aug-2011 Jed Brown <jed@59A2.org>

TSSetFromOptions_Sundials() needed to configure the preconditioner: call PCSetFromOptions()

Hg-commit: f632d63fee98a87af8c2e27f7c74ac7ee14849d5


# f61b2b6a 26-Aug-2011 Hong Zhang <hzhang@mcs.anl.gov>

activate sundials option maxl; rename TSSundialsSetGMRESRestart as TSSundialsSetMaxl

Hg-commit: 8c633f26d184b81aca9cd90fe42a7d340ac0d216


# 423d130b 27-Jul-2011 Jungho Lee <julee@mcs.anl.gov>

Merge after commit

Hg-commit: 37cbe816d3ef8fad39deb027ea00c1e7ccf3baa6


# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# b4eba00b 18-Jul-2011 Sean Farley <sean@mcs.anl.gov>

Updated the sundials interface to implement TSStep and TSInterpolate

Hg-commit: 50b49cb0ae26b5eae12652383bb86375b50ad3ad


# 3997210f 15-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: cf711a579159759a8123fc41c1ca1e8729954659


# 44a89da2 14-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after Merge

Hg-commit: cd05c6754aae28afa4c00c2b5738065bfb0e8ab5


# abe29043 14-Jul-2011 Sean Farley <sean@mcs.anl.gov>

Fixed instance when null pointer is in SNES (due to SUNDIALS not using SNES)

Hg-commit: 288f4f1fcf7e010b7baca6de4984969080624300


# 68a19a56 11-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a9721bc34731440fad923e2ff06c14fe8cbb6d71


# 1b717b39 11-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after merge

Hg-commit: b13688da09a64ce2b9a3d7d641f0a34804fa1c58


# 16e55913 10-Jul-2011 Jed Brown <jed@59A2.org>

merge

Hg-commit: 87d71dba758ff8140536855be044b22dfded764c


# a43b19c4 10-Jul-2011 Jed Brown <jed@59A2.org>

Add TSSetExactFinalTime()

Hg-commit: ac77c0002464a8eb0a1b09b4e1a4bad8441db8e8


# 42528757 10-Jul-2011 Hong Zhang <hzhang@mcs.anl.gov>

add PCView() in TSView_Sundials()
set pcnone as default in TSCreate_Sundials()

Hg-commit: b0938759692f1815e23863f16d14839f6f52c9fc


# 8370ee3b 08-Jul-2011 Lisandro Dalcin <dalcinl@gmail.com>

Make TSView_XXX ignore viewer types it cannot handle

Hg-commit: c21ff69c1cc0732cb766bd673e29a78b6a21a9aa


# c75d03b0 07-Jul-2011 Jed Brown <jed@59A2.org>

Make sundials log the correct number of steps in CV_NORMAL mode

Hg-commit: af16a625b122a15a29b1fb91b3fca283d246abdd


# 117ce3f2 06-Jul-2011 Jed Brown <jed@59A2.org>

Use TSSolve_Sundials() because multiple steps are being taken

Hg-commit: 9fff58bb6495e7dd43b61e5336c41a614f708acc


# 0679a0ae 06-Jul-2011 Jed Brown <jed@59A2.org>

Sundials use IFunction/IJacobian

Hg-commit: b8c479fbee188c1ac57566c9f82c1df6c1357204


# 5c6b4a3d 05-Jul-2011 Jed Brown <jed@59A2.org>

check error codes

Hg-commit: 319d6969569b064666af5aaa45653243df1ac1d2


# b90f4e8e 05-Jul-2011 Jed Brown <jed@59A2.org>

merge ARKIMEX work

Hg-commit: 03119db092d8058df7d0e444614a6b9f71cf5237


# 335f802e 05-Jul-2011 Jed Brown <jed@59A2.org>

clear dynamic functions

Hg-commit: 9f94449fc7d450602bb8f879ff5b8631c24461b7


# dcbc6d53 05-Jul-2011 Sean Farley <sean@mcs.anl.gov>

Got rid of the internal cvode->pc because it is no longer needed (Use TSGetSNES
instead)

Hg-commit: 195e90f36d44a5cb207b1a3165af0e0655189d3d


# 193ac0bc 02-Jul-2011 Jed Brown <jed@59A2.org>

Big TS change: TSStep() takes only one step, TSSolve is for multiple steps with managed error control/etc

Hg-commit: da3734c7e570520df81d63781a44a4138a78516d


1...<<111213141516