History log of /petsc/src/ts/interface/tscreate.c (Results 201 – 225 of 312)
Revision Date Author Comments
# 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


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

Add TSSetExactFinalTime()

Hg-commit: ac77c0002464a8eb0a1b09b4e1a4bad8441db8e8


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

merge ARKIMEX work

Hg-commit: 03119db092d8058df7d0e444614a6b9f71cf5237


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

Added TSComputeIFunctionLinear and TSComputeIJacobianConstant

Hg-commit: fac60935917025029665a8f975feea59485e5a48


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

merge

Hg-commit: fd507f54f2cf497f84bd48e1d35a52a56d72b6ef


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

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

Hg-commit: 44b30e31e5404eb02e93ea7a1fd331c9344d73fe


# 3b5f76d0 03-Jul-2011 Sean Farley <sean@mcs.anl.gov>

Added struct _UserOps for user applied functions so that they don't get
memzero'ed when setting up TS

Hg-commit: 0f707c33af037228d5e9533874d141687cd7307c


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

Make time step sizes internally consistent

Hg-commit: a3706407a4ff0c404b0aa030e88253222f6f228c


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


# 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


# 97335746 02-Jan-2012 Jed Brown <jed@59A2.org>

Move -ts_scale_solve_failed to -ts_adapt_scale_solve_failed, update RosW and ARKIMEX

Hg-commit: b8f24e6b89407dc7cee77fa45e097b1dd1e0f1c0


# 476b6736 02-Jan-2012 Jed Brown <jed@59A2.org>

Add -ts_scale_solve_failed to adjust time step size and attempt to solve again

Hg-commit: 86a4eac450ba105a982563214186be43ea03c211


# 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


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

commit after terrible merge

Hg-commit: 6ee623422368621da3dca005325b05a2fcd6d6bb


# 03c90c5c 14-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 7dfd49b521cdd96eaf8b7cd37fbe9bcd6cabdcd9


# e095b2c7 13-Apr-2011 Lisandro Dalcin <dalcinl@gmail.com>

Remove TSDefault{Pre|Post}Step()

Hg-commit: 6a889b4dbd1cb0b0b21bd01331833380f622d6f6


# 7e0fd215 16-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9f1660595f00ff40d94ad4110682e23d8449744b


# 8737fe31 15-Mar-2011 Lisandro Dalcin <dalcinl@gmail.com>

remove vec_sol_always from TS structure, make TS own reference to vec_sol

Hg-commit: ef7081278a6ab16b97dd142f023e83167448e96c


12345678910>>...13