History log of /petsc/src/ts/impls/implicit/theta/theta.c (Results 501 – 525 of 531)
Revision Date Author Comments
# 11e1a960 18-May-2010 Jed Brown <jed@59A2.org>

Move error from TSThetaSetTheta to TSThetaGetTheta where it belongs

Hg-commit: 40390b1493367ebbf78412378b77f9f942e86c0f


# 17186662 10-May-2010 Barry Smith <bsmith@mcs.anl.gov>

finished formating of SETERRQ() calls and changed a few PETSC_COMM_SELF to appropriate comm

Hg-commit: 099173676d5157f4b09175cd1f5104bf5e549784


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# 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


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

commit after merge

Hg-commit: 015dca5b420d9c8bf3770057b261539698865628


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

merge TSThetaSetTheta() from release

Hg-commit: a6472ca6da902a19fe4140560bec882a5f672a8e


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

merge TSRK/TSCN and DAGetArray changes

Hg-commit: 090a321c627e820cfcef98a3cbd3fd88ebd9813f


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

Add SNESTSFormFunction() and SNESTSFormJacobian()

This allows more efficient construction of Jacobians via coloring.

It will also permit cleaner (unified) SNES setup, but such changes have not been

Add SNESTSFormFunction() and SNESTSFormJacobian()

This allows more efficient construction of Jacobians via coloring.

It will also permit cleaner (unified) SNES setup, but such changes have not been done in this patch.

Hg-commit: 1c6f04a3bbb36bcb334df27b3292bf0038e1c18c

show more ...


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

Add TSThetaSetTheta() and TSThetaGetTheta().

The latter only needs to be exposed to people who are hacking TSTHETA to
do something unconventional.

Hg-commit: 797407633f310edb60bd465f1862e860d49bb832


# f9a2c96d 27-Mar-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: b27e7be9c09691d1f15f4d8d34f1b0fc4ac63ae4


# af8c88b6 24-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 76530b3bd33348a33ed1676aa7af10e463910250


# 6c8f237f 23-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f02b2064636ca01024c2d591ea316a14179fa022


# 62211cd0 23-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 78a971ae3462970fe26653af75a34c7f98a831bc


# a6bab3ff 22-Mar-2010 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: 4cd4051e2a4cb57e29d77f2424a171e7d33e373c


# a5ffc9a2 22-Mar-2010 Jed Brown <jed@59A2.org>

ts theta: drop superfluous recomputation of Xdot

Hg-commit: 1b0ae06942b81c85ccdbf43d3a370c754d2ffc56


# 79849610 20-Mar-2010 Lisandro Dalcin <dalcinl@gmail.com>

merge from release-3.1

Hg-commit: 62ac8fe22a01747465a33e3ec83f9c82254d90be


# 2b5a38e1 20-Mar-2010 Lisandro Dalcin <dalcinl@gmail.com>

a few cleanups, enhancements, and fixes for TSTHETA

Hg-commit: f4006a1b61899799189bb7230f065c388d70a761


# c655158a 20-Mar-2010 Jed Brown <jed@59A2.org>

merge from release-3.1

Hg-commit: 9da4d0b18df9f8e7fa27b80ae8ebb2075ab95206


# a5cbb462 20-Mar-2010 Jed Brown <jed@59A2.org>

ts theta: don't destroy vectors that haven't been created yet (from Lisandro)

Hg-commit: 49c097a144842093eae34297ecfbc09647fe2fe5


# 0d2fba3e 09-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5


# 74140ef9 07-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 325aa05f77377069e6c2d780cfa53fbfc9f58c92


# 3f2090d5 06-Mar-2010 Jed Brown <jed@59A2.org>

Modify TSSetPreStep and TSSetPostStep to run every step rather than once per call to TSStep.

It was not useful to place these at the start and end of the entire
time-stepping sequence (because the u

Modify TSSetPreStep and TSSetPostStep to run every step rather than once per call to TSStep.

It was not useful to place these at the start and end of the entire
time-stepping sequence (because the user might as well have called their
functions directly). With these hooks, it is at least possible for the
user to implement IMEX schemes within TS.

Hg-commit: 772bf07ee669084a0a1feeeabdadc0153e52d6da

show more ...


# 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


1...<<2122