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