History log of /petsc/include/petscts.h (Results 851 – 875 of 1099)
Revision Date Author Comments
# f520d85a 26-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after merge.

Hg-commit: 74f615a2f7131b2457e59b9d83773ff016552c7e


# 27bf561d 25-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 0b40a6bf8614a56b3de820bbe7397c6332b26424


# d6ebe24a 25-Jul-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added TSVISetVariableBounds()

Hg-commit: 07ad386c1d2134e31117c46c7e94dd53faefed06


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

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


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

commit after merge

Hg-commit: cf711a579159759a8123fc41c1ca1e8729954659


# 4cc180ff 14-Jul-2011 Jed Brown <jed@59A2.org>

Add TSARKIMEXSetFullyImplicit()

Hg-commit: 1cb560dc2cdebdbdc35a59cc5ff6908db9c08b6f


# 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


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

Add final time argument to TSSolve(), this is the time of the actual output Vec

Hg-commit: 6e57b09e617c87941e079f251baae28262af1470


# 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


# 4d7d938e 08-Jul-2011 Lisandro Dalcin <dalcinl@gmail.com>

Remove TSViewFromOptions()

Hg-commit: ccba13e906bc4732e1a4f96403c1186640f2d44b


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

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

Hg-commit: 28178cd0190c75225bb5cf806142666de5c50176


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

Add several more ARKIMEX schemes

Hg-commit: 5e23b27f01ff3d249ed2de008b707c4330cc7962


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

merge ARKIMEX work

Hg-commit: 03119db092d8058df7d0e444614a6b9f71cf5237


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

Initial implementation of TSARKIMEX

Hg-commit: 0bef66fd386ad998fb4cb115612681bc50959120


# 0026cea9 04-Jul-2011 Sean Farley <sean@mcs.anl.gov>

Added TSComputeIFunctionLinear and TSComputeIJacobianConstant

Hg-commit: fac60935917025029665a8f975feea59485e5a48


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

Add TSComputeRHSFunctionLinear() and TSComputeRHSJacobianConstant() for solving linear/time-independent problems

Hg-commit: 44b30e31e5404eb02e93ea7a1fd331c9344d73fe


# 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


# 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 ...


# 6a75d959 25-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: dca3adba7f7a67d5c50a0fbd016d1e75f16599de


# e71120c6 22-Jun-2011 Jed Brown <jed@59A2.org>

{SNES,TS}GetApplicationContext gets void* output instead of void**

Hg-commit: 98f497ce087b43f9886df505d01113580f045c45


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

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


1...<<31323334353637383940>>...44