History log of /petsc/src/ts/interface/ts.c (Results 1351 – 1375 of 1763)
Revision Date Author Comments
# a92154be 29-Aug-2011 Mark F. Adams <mark.adams@columbia.edu>

commiting after merge.

Hg-commit: f0cd40b3f8b112063cf32c9a0f263cbf25d3a9fa


# 971832b6 28-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

print values listed as %G as %g instead so we can see what is going on with quad

Hg-commit: 3121015d632079dba731bed3a0341469369c3c44


# 699d2775 27-Aug-2011 Mark F. Adams <mark.adams@columbia.edu>

commiting small changes again...

Hg-commit: 5b4a5aa9519e94bd50213f7722d59028d611669d


# 372a11c8 27-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d8a366d801f6fc7a3802f50988decbbbc92b6440


# 1b40296c 27-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

merged Jungho's biharmonic with mine, it now tries to plot the two parts of the logarithmic potential seperatedly

Hg-commit: ac89625547e68afd3e975862ed06d2a347da38c5


# d8cd7023 27-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after mqking some mess merge, I don't know what is going on.

Hg-commit: 5d7e957038c4e9a48faa303ae5f441ccb8978e49


# 71fde267 27-Aug-2011 Mark F. Adams <mark.adams@columbia.edu>

still added bs=6 support in PC PBJACOVI, de-hardwired ex56's pc type and added support for Prometheus.

Hg-commit: c3d4ed72507655711f0d8593c65c9b78f65c4cd3


# 362cd11c 27-Aug-2011 Lisandro Dalcin <dalcinl@gmail.com>

TS: Move code from elsewhere to TSStep()

Hg-commit: 11d1bb58cf2ee8f572513a93f8aed92abab6397d


# cdbf8f93 27-Aug-2011 Lisandro Dalcin <dalcinl@gmail.com>

TS: Many changes listed below

* Remove ts->initial_time_step
* Remove ts->next_time_step, add ts->time_step_prev
* Implement interpolation for TSALPHA
* Prepare for time step adaptativity

Hg-commit

TS: Many changes listed below

* Remove ts->initial_time_step
* Remove ts->next_time_step, add ts->time_step_prev
* Implement interpolation for TSALPHA
* Prepare for time step adaptativity

Hg-commit: a1e380cf44925342fc0696a9599f8993e2c20644

show more ...


# 156232b7 26-Aug-2011 Jed Brown <jed@59A2.org>

TS implementations call SNESSetFromOptions() themselves, so don't call it from TSSetFromOptions

Hg-commit: 316d34a899ad682ac348368aa7703f3f84647081


# 3194b578 26-Aug-2011 Jed Brown <jed@59A2.org>

Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()

* Options are now only printed once for each object.
* Man section and long description of each object is now available in

Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()

* Options are now only printed once for each object.
* Man section and long description of each object is now available in the class.

Hg-commit: 322958b27c7d8b12f5de95b143f4ac840fe2458c

show more ...


# 717e37fc 23-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

improvemensts to draw viewer
new vecstride operation
cleaer docs for MatGetOwernshipRangeColumns()

Hg-commit: db4bbca5637e0efb5350ba3506a735afecc63747


# 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


# a6ccadda 19-Aug-2011 Jungho Lee <julee@mcs.anl.gov>

Commit after merge

Hg-commit: d7a2cb96a765570b11bf3dc2004f09949b6a1c8d


# 81eae9a7 19-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 32ef19a56c71bc255096ac849d5cd135435f20fc


# 67581c7e 19-Aug-2011 Sean Farley <sean@mcs.anl.gov>

Fixed SNESSetFromOptions not being called when Barry changed the order in
revision 19900. BARRY!!

Hg-commit: 7d2c66ecc19d6fb7a28dbb0aaabbb0d4fc5531bf


# bf1048b3 17-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9db8ce5d1752c7b2dc1f675d198df901278cd5a5


# 1ab15a69 17-Aug-2011 Peter Brune <brune@cs.uchicago.edu>

merge

Hg-commit: edece12f8f80ac1c4176962b737ac479e4bfacd4


# e213d8f1 17-Aug-2011 Jed Brown <jed@59A2.org>

Fix name of monitor routine in TSMonitorSet() man page

Hg-commit: fdf88f5fb6ab99ac953a1c2be399f2e5ea91fe85


# d52bd9f3 14-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

each TSView_XX and TSSetFromOptions_XXX call SNESView and SNESSetFromOptions_ if appropriate otherwise not since before TSView and TSSetFromOptions called them even when TSType did not use SNES

Hg-c

each TSView_XX and TSSetFromOptions_XXX call SNESView and SNESSetFromOptions_ if appropriate otherwise not since before TSView and TSSetFromOptions called them even when TSType did not use SNES

Hg-commit: 7981d806d1e2750ccf6ed09ccef2533f81d6a48a

show more ...


# e655b608 05-Aug-2011 Peter Brune <brune@cs.uchicago.edu>

merge

Hg-commit: 51248f62f2a5209585746c0bcf900565a4b48480


# 453ee3b2 04-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ab70711e7a8336203af4596ed92a0e315c7eb9f6


# 1a83262e 03-Aug-2011 Amlan Barua <abarua@iit.edu>

Commit after merge.

Hg-commit: f68c05adc36cc3466526c6c62d31054433fb70f4


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

Merge after commit

Hg-commit: 37cbe816d3ef8fad39deb027ea00c1e7ccf3baa6


# f520d85a 26-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after merge.

Hg-commit: 74f615a2f7131b2457e59b9d83773ff016552c7e


1...<<51525354555657585960>>...71