| #
2c39e106
|
| 03-Feb-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
remove solution vector from calling sequence of TSAjointSolve() change Quadrature name to Integral to match use of Integrand name and clarity to users for TSAdjoint
|
| #
42f2b339
|
| 02-Feb-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
fix naming of TSAdjoint function pointers
|
| #
08c7845f
|
| 04-Feb-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
more merges in rebase
|
| #
b4dd3bf9
|
| 31-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
remove other memory leaks from TSAdjoint codes fix some C99 code
|
| #
d4aa0a58
|
| 30-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
add output files for make tests for TSAdjoint examples include power-system and stability-bus directories to automatic testing! Rename basic functions of discrete adjoint integrators as first step of
add output files for make tests for TSAdjoint examples include power-system and stability-bus directories to automatic testing! Rename basic functions of discrete adjoint integrators as first step of refactorization
show more ...
|
| #
39d13666
|
| 15-Jan-2015 |
Hong Zhang <hongzhang@anl.gov> |
fixed possible memory leakage in both ex9busopt and theta.c
|
| #
a2ae3dd2
|
| 04-Dec-2014 |
Hong Zhang <hongzhang@anl.gov> |
Simplify several function definitions
|
| #
36eaed60
|
| 26-Nov-2014 |
Hong Zhang <hongzhang@anl.gov> |
add integral terms in the cost function
|
| #
05755b9c
|
| 24-Nov-2014 |
Hong Zhang <hongzhang@anl.gov> |
add drdp drdy functions
|
| #
3fd52205
|
| 12-Nov-2014 |
Hong Zhang <hongzhang@anl.gov> |
Implemented sensitivities wrt parameters for Theta methods
|
| #
3c54f92c
|
| 06-Nov-2014 |
Hong Zhang <hongzhang@anl.gov> |
Big Fix: true discrete adjoint is up!
|
| #
a4cab896
|
| 03-Nov-2014 |
Hong Zhang <hongzhang@anl.gov> |
fix adjoint Theta
|
| #
2ca6e920
|
| 31-Oct-2014 |
Hong Zhang <hongzhang@anl.gov> |
Adjoint Theta methods added, but tested yet
|
| #
42682096
|
| 28-Oct-2014 |
Hong Zhang <hongzhang@anl.gov> |
add GetStages() for theta methods
|
| #
69c6db66
|
| 27-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/experiment'
|
| #
8c34d3f5
|
| 20-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
simplify option object names
|
| #
e55864a3
|
| 08-Nov-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
moved PetscOptionsObject from global variable to local variable in functions
|
| #
8ac45ccc
|
| 26-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'dalcinl/fix-ts' PR228
|
| #
ee879f29
|
| 26-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'dalcinl/fix-ts' into maint PR228
|
| #
051f2191
|
| 09-Dec-2014 |
Lisandro Dalcin <dalcinl@gmail.com> |
TS: Fix handling of step rejections in TSTHETA
|
| #
4957b756
|
| 04-Dec-2014 |
Lisandro Dalcin <dalcinl@gmail.com> |
TS: Fix TSTHETA to not forget previous step rejections
TSAdaptChoose_Basic() uses a lower safety factor when the previous step trial was rejected
|
| #
ac75fa18
|
| 04-Dec-2014 |
Lisandro Dalcin <dalcinl@gmail.com> |
TS: Fix TSView() for TSTHETA, do not view SNES if not available yet
|
| #
ef749922
|
| 04-Dec-2014 |
Lisandro Dalcin <dalcinl@gmail.com> |
TS: Fixes to TSAdaptSetType() following other XXXSetType() routine
* Return immediately if the old type matches the new type * Clear the the adapt->ops table * Do not destroy the adapt context in TS
TS: Fixes to TSAdaptSetType() following other XXXSetType() routine
* Return immediately if the old type matches the new type * Clear the the adapt->ops table * Do not destroy the adapt context in TSTHETA, just change the type
show more ...
|
| #
741c23a3
|
| 25-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/always-include-complex'
|
| #
8cd53115
|
| 08-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
remove PETSC_DESIRE_COMPLEX and instead include complex with petscmath.h UNLESS PETSC_SKIP_COMPLEX is set (for SSL includes currently)
|