History log of /petsc/src/ts/impls/rosw/rosw.c (Results 401 – 425 of 448)
Revision Date Author Comments
# deeea0db 07-Oct-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 2e38230693469702fd02f8db8b5417ede06c7aed


# 05e8e825 06-Oct-2011 Jed Brown <jed@59A2.org>

TSRosW: initialize upper-triangular part of ARK3, still does not work right, perhaps because of explicit stage

Hg-commit: edcf6e77c63636fb1dc25a0544d748dc9ec9278d


# 753f8adb 06-Oct-2011 Emil Constantinescu <emconsta@mcs.anl.gov>

Add the Rosenbrock-W equivalent of ARK3

Hg-commit: d5f4a21c151ad14a1e40efef480faf7961bcd7cb


# 8ee3c47f 03-Oct-2011 Peter Brune <brune@mcs.anl.gov>

commit after merge

Hg-commit: 718e62559aaae37ee752e1e7fc024d6de1cd721d


# 961f28d0 03-Oct-2011 Jed Brown <jed@59A2.org>

Add man pages for Emil's SSP Rosenbrock-W schemes

Hg-commit: 4a2a60c6ff628b02da61767654f898540ff5cb6b


# b1c69cc3 03-Oct-2011 Emil Constantinescu <emconsta@mcs.anl.gov>

Added some young Rosenbrock-Ws with SSP explicit part

Hg-commit: a57600e860326f05d446be5f2b5b5fa48df6caa6


# ef3c5b88 02-Oct-2011 Jed Brown <jed@59A2.org>

Add two Rosenbrock schemes from Sandu's atmospheric chemistry paper

Hg-commit: 1f4724f3d8578470ed4f96270df53218bfdba7e9


# 8d59e960 02-Oct-2011 Jed Brown <jed@59A2.org>

Add very preliminary implementation of CFL-based adaptive controller

Hg-commit: f52bccda5a20d5d7102ebeba01c8d80b001a9ed7


# 1996d6cf 02-Oct-2011 Peter Brune <brune@mcs.anl.gov>

commit after merge

Hg-commit: e8b7dd1aa8e3cc4c5c8c0c0901a58568ca5faaab


# c17803e7 01-Oct-2011 Jed Brown <jed@59A2.org>

Merge TS adaptivity work, some conflicts with Emil's explicit stages for Rosenbrock

In merging Emil's work, I added a flag for an explicit stage instead of
redirecting through a different function.

Merge TS adaptivity work, some conflicts with Emil's explicit stages for Rosenbrock

In merging Emil's work, I added a flag for an explicit stage instead of
redirecting through a different function. It is less code and more
clear, I think.

Hg-commit: 1aa32ce28475592f35bc148baeecb41ed3995a50

show more ...


# 1c3436cf 01-Oct-2011 Jed Brown <jed@59A2.org>

More work on adaptivity, adaptive controller is basically working, but still need hooks for stability

Hg-commit: f48fa83e97661b95405cb52b6c25ca4a7e867ce8


# 4dbf1ed6 30-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 8cdd6ebea106b0d546930c2fcd73f7fc81fdf91f


# fd96d5b0 29-Sep-2011 Emil Constantinescu <emconsta@mcs.anl.gov>

Augment Rosenbrock-W schemes to allow explicit stages

Hg-commit: e78c67c44825354ce793a4ea743c43a5c56ee571


# 1c1325fe 26-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

commit after merge

Hg-commit: bc589908dea7ebb861f2760c0d80f312294e48c0


# 472b90b3 26-Sep-2011 adams <adams@jaguarpf-login1.ccs.ornl.gov>

fix for emtpty procs on input grid (2nd commit).

Hg-commit: 416bc569082d603eba1a683707921f8a1b880bdb


# a78750e0 24-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 90d42b91fa042efc5645e6dc48e46af794215e9b


# fe7e6d57 23-Sep-2011 Jed Brown <jed@59A2.org>

Implement some Rosenbrock-W schemes for index 1 PDAE from Rang & Angermann 2005

Hg-commit: 5ddc0caf29f2584beedde2dd7e761c3c24388ce8


# e408995a 23-Sep-2011 Jed Brown <jed@59A2.org>

Bug fix and improved output for TSView_RosW

Hg-commit: f2e9ed77a998fd1bb8d07398a60233c7c71296c9


# 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


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

commit after merge

Hg-commit: d8a366d801f6fc7a3802f50988decbbbc92b6440


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


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

commti after merge

Hg-commit: 1a361578d1bf8dc769f4fedaac8f4073050c1504


1...<<1112131415161718