History log of /petsc/src/ts/impls/implicit/theta/theta.c (Results 451 – 475 of 531)
Revision Date Author Comments
# a43b19c4 10-Jul-2011 Jed Brown <jed@59A2.org>

Add TSSetExactFinalTime()

Hg-commit: ac77c0002464a8eb0a1b09b4e1a4bad8441db8e8


# eb284bec 09-Jul-2011 Jed Brown <jed@59A2.org>

Add TSThetaSetEndpoint() as a variant, make TSCN use it

Hg-commit: aeaec03f2afa651dbf2e8b46019ba9ce29eaf96b


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

Make TSView_XXX ignore viewer types it cannot handle

Hg-commit: c21ff69c1cc0732cb766bd673e29a78b6a21a9aa


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

Add TSInterpolate() with implementations for Theta and ARKIMEX; not tested

Hg-commit: 28178cd0190c75225bb5cf806142666de5c50176


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

clear dynamic functions

Hg-commit: 9f94449fc7d450602bb8f879ff5b8631c24461b7


# b70ae86e 04-Jul-2011 Jed Brown <jed@59A2.org>

unused variables

Hg-commit: 99fcbc08f73209199437ca5fa15f3083c1910642


# f33bbcb6 03-Jul-2011 Jed Brown <jed@59A2.org>

Revive TSBEULER and TSCN as specializations of TSTHETA

Hg-commit: 22a0498288254dc741046c622b0e98a10f3e59f9


# 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


# 9d05c179 30-Jun-2011 Jed Brown <jed@59A2.org>

merge petsc-dev into petsc-ts

Hg-commit: 25f89baccf4ac81d2aa6b3ed1921e7800d9d9895


# 214bc6a2 29-Jun-2011 Jed Brown <jed@59A2.org>

Remove TSSetMatrices() and related cruft, linear examples currently broken

Hg-commit: 1a6eda31ac27bb83b5849ce8874bb01b1f91b82c


# 9e2a6581 29-Jun-2011 Jed Brown <jed@59A2.org>

Remove the guards preventing nonlinear TS from being used to solve linear problems (using the linear interface)

Hg-commit: 48172b410a76a9d394978842a3709659c7d9112b


# 089b2837 29-Jun-2011 Jed Brown <jed@59A2.org>

Start fairly major restructuring of TS

* Two Mat arguments to TSSetMatrices()
* Add Vec argument to TSSetIFunction() and TSSetRHSFunction()
* The TS always has a SNES, it should never be accessed di

Start fairly major restructuring of TS

* Two Mat arguments to TSSetMatrices()
* Add Vec argument to TSSetIFunction() and TSSetRHSFunction()
* The TS always has a SNES, it should never be accessed directly, use TSGetSNES() instead.
* Matrix ownership is passed down through the SNES
* TSBEULER and TSCN are deactivated for now, TSTHETA provides the same functionality
* The dirty hacks with the TS implementation calling SNESSetJacobian() carefully so as not to disturb -snes_mf is gone
* Accessors added for TSGetIFunction(), TSGetRHSFunction()
* TS_NONLINEAR is now default
* TSGetRHSJacobian() is now symmetric: also returns the function

Hg-commit: f51db958a373d56cec7e65b059004b60f06d8ff4

show more ...


# 639d86e3 13-Jan-2012 Sean Farley <sean@mcs.anl.gov>

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# ce2f17d1 10-May-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 8ad722e18529293bde53db7f4fb83823cee61dc0


# c2efdce3 06-May-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed the XXXMonitorSet() to take a destroy routine that takes a void** argument instead of a void* argument to match the calling sequences of the viewer destroys.

Hg-commit: 021daf4f46f2a80eb466760

fixed the XXXMonitorSet() to take a destroy routine that takes a void** argument instead of a void* argument to match the calling sequences of the viewer destroys.

Hg-commit: 021daf4f46f2a80eb466760738148cd726f3fbf0

show more ...


# 13f847ee 24-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bc5d9702bc936a054ee88f09736bdffbefc137e6


# d372ba47 24-Apr-2011 Lisandro Dalcin <dalcinl@gmail.com>

TS: Create inner SNES/KSP at TSGet{SNES|KSP}()

Hg-commit: 0f969bc1da2f8288bc578ee40a938e2c28e8e725


# 6bf464f9 18-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

converted rest of source code to take pointers into destructor reoutines. make test workds

Hg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3


# 9b08a598 15-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after terrible merge

Hg-commit: 6ee623422368621da3dca005325b05a2fcd6d6bb


# 68b022c8 15-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 335e836c7798747e6242df554ae58fe4db9f803f


# 94bd0681 14-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f3c568e85a2838d83c3fa8d894b63bfda181d266


1...<<11121314151617181920>>...22