History log of /petsc/src/ts/interface/ts.c (Results 1001 – 1025 of 1763)
Revision Date Author Comments
# 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


# e4680132 23-Nov-2014 Hong Zhang <hongzhang@anl.gov>

change names for the quadrature term in the cost function


# c384f6dd 21-Nov-2014 Hong Zhang <hongzhang@anl.gov>

working on the quadrature function


# 6fd0887f 20-Nov-2014 Hong Zhang <hongzhang@anl.gov>

add quadrature function


# e6ad8bfb 23-Oct-2014 Hong Zhang <hongzhang@anl.gov>

Fixed: header info for TSSetReverseMode()


# f8fee759 23-Oct-2014 Hong Zhang <hongzhang@anl.gov>

Fixed: bug in running TSSolve multiples times. TSReset and TSSetUp caused big trouble.


# 13ee6c4d 22-Oct-2014 Hong Zhang <hongzhang@anl.gov>

Fixed: VecDestroyVecs does not work for ts->sensi and ts->sensip


# ad8e2604 21-Oct-2014 Hong Zhang <hongzhang@anl.gov>

add support for sensitivity w.r.t. parameters (mu)


# 34226faa 17-Oct-2014 Hong Zhang <hongzhang@anl.gov>

remove unnecessary check


# b18ea86c 17-Oct-2014 Hong Zhang <hongzhang@anl.gov>

lambda as an array evolve simultaneously


# c235aa8d 14-Oct-2014 Hong Zhang <hongzhang@anl.gov>

TSStepAdj_RK added. Now users only need to provide RHSJacobian
New Features:
1. Checkpointed data go to TS->vec_sol, RK->Y directly, a forward run can be easily performed at any time, leaving room fo

TSStepAdj_RK added. Now users only need to provide RHSJacobian
New Features:
1. Checkpointed data go to TS->vec_sol, RK->Y directly, a forward run can be easily performed at any time, leaving room for the switch between forward run and reverse run;
2. Adjoint sensivitiy analysis use a new state TS->vec-sensi, which can be intialized by TSSetSensitivity() and fetched by TSGetSensitivity();
3. Variables storing stages and temprary vectors of reverse run are defined in the TSRK context, e.g. VecDeltaLam and VecSensiTemp.

show more ...


# d2daff3d 09-Oct-2014 Hong Zhang <hongzhang@anl.gov>

New features:

1. Use one TS object for both forward run and backward run
2. Adjoint coefficients are computed based on the forward method without registering new schemes
3. Take advantage of the for

New features:

1. Use one TS object for both forward run and backward run
2. Adjoint coefficients are computed based on the forward method without registering new schemes
3. Take advantage of the formal adjoint for TSRK methods with nonzero b or that only the last element of b is 0.
4. Users need to call TSSolve() twice with the second one preceded by a function swithcing TS to reverse mode.

show more ...


# e5e524a1 03-Oct-2014 Hong Zhang <hongzhang@anl.gov>

SA for van der Pol


# ff22ae23 24-Sep-2014 Hong Zhang <hongzhang@anl.gov>

stage values can be checkpointed now


# 9704d4df 02-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/feature-vec-lock'


# 5edff71f 23-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Added VecLockPush/Pop() around SNES callbacks etc
Added DADAVecGetArray[DOF]Read()
Added use of GetArrayRead() as needed
Added many more const as needed

Note DMDAVecGetArray[DOF]Read() does not yet

Added VecLockPush/Pop() around SNES callbacks etc
Added DADAVecGetArray[DOF]Read()
Added use of GetArrayRead() as needed
Added many more const as needed

Note DMDAVecGetArray[DOF]Read() does not yet require correctly consted argument

show more ...


# 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


# e04979a6 09-Dec-2014 Lisandro Dalcin <dalcinl@gmail.com>

TS: Fix TSStep() to error if not implemented in the subtype


# 2a3a10ce 09-Dec-2014 Lisandro Dalcin <dalcinl@gmail.com>

TS: Better error message for failure after a rejected step


1...<<41424344454647484950>>...71