History log of /petsc/include/petscts.h (Results 826 – 850 of 1099)
Revision Date Author Comments
# 61692a83 22-Sep-2011 Jed Brown <jed@59A2.org>

Add basic Rosenbrock-W implementation

This provides two second order L-stable methods. There is currently no
error control and no dense output.

Hg-commit: 58348b820d6154134de487525f8fbd0e0710aff0


# ad24ef9b 20-Sep-2011 Satish Balay <balay@mcs.anl.gov>

#87533 add prototype for TSPseudoSetMaxTimeStep()

Hg-commit: 6ac956901885bf13eae54545c5c2a7392afdbd94


# 7037fc97 19-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

commit after merge

Hg-commit: 58b11639468a9f0b0b163b4e0ffc28d6efca1c9e


# 04ce4bd4 19-Sep-2011 Hong Zhang <hzhang@mcs.anl.gov>

merge from petsc-3.2

Hg-commit: 07774763ee5d4cba9fb0f5d4e3504cf5b2469911


# 76bdecfb 17-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

changed /*E for #define XXXType and the string values to /*J to get correct formatting of manual pages

Hg-commit: 672bb3e7f6e5ba6fa21a61ea8b04187f5f146b0e


# b6b43512 16-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge because rebase is broken

Hg-commit: 6824fd3b97434dd029180146fe386d40ec530f85


# 9f67acb7 15-Sep-2011 Jed Brown <jed@59A2.org>

Add TSGet{Nonlinear,Linear}SolveIterations()

Hg-commit: 641fe20c798b9f729e9051a5d3bf77f76ccd71a4


# 18f71122 09-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge since rebase sucks

Hg-commit: e4f9833c32bdffd114d2089ae117651b77159d06


# 7aeeeb27 09-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

merge after commet; wow whose making all these changes to petsc-3.2

Hg-commit: 6001de0b320641543b6fba9c5b0d57ae5b11466b


# 84df9cb4 09-Sep-2011 Jed Brown <jed@59A2.org>

Add basic TSAdapt implementation, untested

Hg-commit: 3cc184ba8a3fd069813eec9ff2a12d4d1b083a5f


# 228d79bc 09-Sep-2011 Jed Brown <jed@59A2.org>

Add documentation for {KSP,SNES,TS}Monitor().

And generate Fortran stubs. This mostly only makes sense in the case of
TSMonitor() which Fortran uses of the TSStep() interface may want to call.

Hg-c

Add documentation for {KSP,SNES,TS}Monitor().

And generate Fortran stubs. This mostly only makes sense in the case of
TSMonitor() which Fortran uses of the TSStep() interface may want to call.

Hg-commit: da21192ea1243c88c16d1f2b7457c3aff441e920

show more ...


# bfae9544 08-Sep-2011 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: aee85eceae49b0be84b866808d01e3877a200a0a


# 7c8c486f 08-Sep-2011 Jed Brown <jed@59A2.org>

Merge TSSSP update from 3.2

Hg-commit: 90f7d92a3e32963c78e3d99aea1be08b393593eb


# 815f1ad5 08-Sep-2011 Jed Brown <jed@59A2.org>

Add TSSSP docs and programmatic interface for TSSSP{Set,Get}{Type,NumStages}

Hg-commit: d11f44e88bfa0ed3db4008c2136ae18010343b5f


# 0d6fbc72 09-Sep-2011 Jed Brown <jed@59A2.org>

merge TS Fortran interface updates from 3.2

Hg-commit: 56151220512698968f149b4ce5a37e8bd290adf7


# 67a5799d 31-Aug-2011 Jed Brown <jed@59A2.org>

Remove TSROSW since it's dead/duplicate code right now

Hg-commit: 1dd3bca180312a7e79cb1509033218e876306062


# fb1732b5 02-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

forgot what I changed

Hg-commit: 2a919c74ed09fe181eba99d79a16a13d43382ec5


# f0e3473e 29-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bd3f49f924c6fff292e9c9df1fc7bcd02e76080d


# a92154be 29-Aug-2011 Mark F. Adams <mark.adams@columbia.edu>

commiting after merge.

Hg-commit: f0cd40b3f8b112063cf32c9a0f263cbf25d3a9fa


# 26f2ff8f 29-Aug-2011 Lisandro Dalcin <dalcinl@gmail.com>

TS: Add TSThetaGetEndpoint()

Hg-commit: 2afc098c06cb7232ffa1d1c3aee8c2e7cf48a8d2


# 54c84890 28-Aug-2011 Jed Brown <jed@59A2.org>

Add public function TSSundialsSetMaxl() to petscts.h

Hg-commit: 0e4f69bb6de558713ab8bb13746b9418e8fe121f


# 489ac72b 25-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commti after merge

Hg-commit: 1a361578d1bf8dc769f4fedaac8f4073050c1504


# e27a552b 25-Aug-2011 Jed Brown <jed@59A2.org>

Prepare for Rosenbrock-W schemes

TSROSW is a copy of TSARKIMEX that Emil will be modifying to implement Rosenbrock-W schemes.
Enable by configuring --with-rosw.

Hg-commit: 47c8b4a60f80bebc0a1c75ecd

Prepare for Rosenbrock-W schemes

TSROSW is a copy of TSARKIMEX that Emil will be modifying to implement Rosenbrock-W schemes.
Enable by configuring --with-rosw.

Hg-commit: 47c8b4a60f80bebc0a1c75ecdb39eb88772b90ce

show more ...


# 6083293c 22-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

added interpolate to Euler
added hold to PetscViewerDraw
added plot of initial solution to TSMonitorSolution

Hg-commit: f70262309e20040decd6fc0d1df7cdacb4be76bc


# 423d130b 27-Jul-2011 Jungho Lee <julee@mcs.anl.gov>

Merge after commit

Hg-commit: 37cbe816d3ef8fad39deb027ea00c1e7ccf3baa6


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