History log of /petsc/src/ts/interface/ts.c (Results 1526 – 1550 of 1763)
Revision Date Author Comments
# dc3f620d 21-Sep-2009 Jed Brown <jed@59A2.org>

Fix TS_Theta memory leak with inconsistent referencing hack.

Add runtime problem selection to ex8.

Hg-commit: 1de78abdb31d40dfd94908db3712e932d7e9be6b


# ace68caf 21-Sep-2009 Jed Brown <jed@59A2.org>

Fix implicit function eval when RHS is given, make extrapolation optional

Hg-commit: 617ea9a92e26a1aff1b7fbec73aef7fd31ad340a


# 7c0b301b 21-Sep-2009 Jed Brown <jed@59A2.org>

TS_THETA mods for -snes_mf_operator

Hg-commit: fccf682beffced9c564c7a7b77e618aec5cfa75c


# 63495f91 21-Sep-2009 Jed Brown <jed@59A2.org>

comment/ftn-auto fix

Hg-commit: 7fbad6a3e5b737d71a107c6e1c6598a042a89ac3


# 316643e7 21-Sep-2009 Jed Brown <jed@59A2.org>

Implicit formulation in TS, TS_THETA

TS: Adding support for implicit form F(t,X,Xdot)=0, suitable for DAE

TS_Theta: Implementation of theta integrator cast as a 1-stage
Runge-Kutta method which use

Implicit formulation in TS, TS_THETA

TS: Adding support for implicit form F(t,X,Xdot)=0, suitable for DAE

TS_Theta: Implementation of theta integrator cast as a 1-stage
Runge-Kutta method which uses the implicit form and thus may be applied
to DAE.

Hg-commit: 59bd09a7bf51ba2c479750c1f2cadaf645713178

show more ...


# 9d124a3d 25-Aug-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 9346f4fc0b2ed71af84b78752b7cd19df6d53a22


# 0c4e8012 19-Aug-2009 Barry Smith <bsmith@mcs.anl.gov>

removed Contributed by: in documentation and source for PETSc developers

Hg-commit: 19546b65bd4769308070770659a516cb6b59906a


# 654d1bf9 18-Jun-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 0ca0a4e04438f092e5c620e9a5ff16fe09102024


# d46f9a31 17-Jun-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 56623d5f4398ee1f0b5cb8bade18f9e3d5fbf344


# 0b3d78a7 16-Jun-2009 Kai Germaschewski <kai@germaschewski.name>

TS: Merge ts-fixes branch.

Hg-commit: 253b27d0129ef13ae6221d123a9eccda700e151f


# 8e83347f 19-May-2009 Kai Germaschewski <kai@germaschewski.name>

TS: Fix a bug with "-ts_view".

"-ts_view" would imply "-ts_view_draw" since the value of the former
option will be used as default for the latter.

Hg-commit: 0edfbed82743e4e3ebb10a64ac3101ee1811044b


# c8ecec41 19-May-2009 Kai Germaschewski <kai@germaschewski.name>

TS: Cleanup unused/broken TS methods.

- the methods TS::reform(), TS::reallocate() were neither set nor called
ever.
- TS::update() and TS::postupdate() could be set, however update() would
neve

TS: Cleanup unused/broken TS methods.

- the methods TS::reform(), TS::reallocate() were neither set nor called
ever.
- TS::update() and TS::postupdate() could be set, however update() would
never be called, and postupdate() only in one place, for sundials.
This functionality will be taken over by prestep() / poststep()
eventually.

Hg-commit: ea766e6ef723ee210fe47af74bd4077c854d1282

show more ...


# fe36e6c7 13-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge
- Watch out for SNES ex45, I think the merge was bad

Hg-commit: 04bc4bca24f51d95f00a035b6b5fb2e5990fd8a8


# 90d69ab7 28-Mar-2009 Barry Smith <bsmith@mcs.anl.gov>

changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false
changed most uses of these routines to the Truth vari

changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false
changed most uses of these routines to the Truth varient

Hg-commit: fd6366abd7eb1f3ec925faa0ecd078d5cc025eb2

show more ...


# 8452f6a8 03-Dec-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 156f88747aa27143072a47aadcbab5829f0d3b0b


# 7d96f2b1 02-Dec-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 84ca21d373912d16176dfeb2d83f6e46557d8c01


# cce0b1b2 02-Dec-2008 Lisandro Dalcin <dalcinl@gmail.com>

fixes, cleanups, and heavy review of the meany XXXRegisterAll() calls

Hg-commit: a22e06998b33293c00422f45f4010e18e1dfb00e


# 2d200336 06-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750


# 7c4f633d 03-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

removed -I$PETSC_DIR from make system and changed the corresponding
#include "src/dsdsdsds" to "../src/sdsdsds" in the source code

Hg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d


# ff2c26e0 24-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge; lots of GU conflicts needed to be resolved, why? I don't know, most looked
like they could be done automatically

Hg-commit: 2b292236ee5585a41c97ddcafd3f409331a1dd72


# c13d650d 18-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 59adc26dc31aedaa14c91f5588e900ec05086d8a


# 988402f6 17-Sep-2008 Hong Zhang <hzhang@mcs.anl.gov>

add error flag in TSGetKSP() if TSSetType() is not called yet

Hg-commit: a763452365df7ed67b54cec00d78006240022c61


# 447600ff 13-Sep-2008 Hong Zhang <hzhang@mcs.anl.gov>

add error flag in TSGetSNES() if TSSetType() is not called yet
update ex7.c in response to petsc-maint request from <tsjb00@hotmail.com>

Hg-commit: 240ea4892f14482c1f3912930989cd435e4f177b


# 050a712d 29-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

added tablevel usage to -snes_monitor_xxx and -ksp_monitor_xxx

Hg-commit: 6c7f06dd54af8c3cf01be59535f8522766f26599


# 207126cb 23-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after most of merge of petsc-dev with petsc-dev-new-solvers with new way of handling external solvers

Hg-commit: 7c86fa28bc8468b955cc6a62edd1de55d6c3d700


1...<<6162636465666768697071