History log of /petsc/src/ts/interface/tsregall.c (Results 126 – 150 of 215)
Revision Date Author Comments
# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


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

Commit after merge

Hg-commit: b13688da09a64ce2b9a3d7d641f0a34804fa1c58


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

Initial implementation of TSARKIMEX

Hg-commit: 0bef66fd386ad998fb4cb115612681bc50959120


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

Revive TSBEULER and TSCN as specializations of TSTHETA

Hg-commit: 22a0498288254dc741046c622b0e98a10f3e59f9


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

merge petsc-dev into petsc-ts

Hg-commit: 25f89baccf4ac81d2aa6b3ed1921e7800d9d9895


# 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


# c6db04a5 14-Mar-2011 Jed Brown <jed@59A2.org>

Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h

Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 7087cfbe 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13

show more ...


# 09573ac7 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

changed all EXTERN to extern the CAPS served no purpose

Hg-commit: cdf5985509992c2237dbbe07f14278cccee0306c


# ed857012 26-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after massive merge, what the hey did people do to PETSc?

Hg-commit: 031d5f8bde1a14a3fe45758d80598ded09e1c94a


# 88df8a41 24-Oct-2010 Lisandro Dalcin <dalcinl@gmail.com>

Add TSALPHA, generalized-alpha method for first order systems

Hg-commit: b085fd4b3802ff7874af77939feff7d24530cb21


# 62e8e519 20-Apr-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 14e9750cd6fd86bfd98801cd87b8052cb14bdbde


# 8bcfb928 19-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d49b67dc57bac549d8ecea61d091acba812507c0


# 8eeb8439 19-Apr-2010 Jed Brown <jed@59A2.org>

merge TSRK/TSCN and DAGetArray changes

Hg-commit: 090a321c627e820cfcef98a3cbd3fd88ebd9813f


# ef7abe99 19-Apr-2010 Jed Brown <jed@59A2.org>

Register TSCreate_CN and TSCreate_RK (forgot to commit this with renaming patch)

Hg-commit: 9b6f623ba1b76943507b93dd835dee62f44df7c8


# 25bba741 20-Oct-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge
- Builder was almost certainly screwed up

Hg-commit: 2571e8ea748f6220b54dbcda3f10127411ca11ff


# 709a6ccf 14-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 8f6399aa161ba7ba59389734d930b52909d403b7


123456789