| 9afe7f3e | 14-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Add error checking for TSTrajectory dirname and filetemplate
and do not reproduce template on each call. Also fix makefile for TAO/TS example
Commit-type: bug-fix, portability-fix,style-fix, featur
Add error checking for TSTrajectory dirname and filetemplate
and do not reproduce template on each call. Also fix makefile for TAO/TS example
Commit-type: bug-fix, portability-fix,style-fix, feature Thanks-to: Hong Zhang <hongzhang@anl.gov> Development Tools: Vim, Emacs, Eclipse
show more ...
|
| 1585b412 | 14-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix handling of TSTrajectory file templates, fix heat-data-assimulation.c computation of gradient
Code assumed TSTrajectorySetFromOptions() was called after one set the trajectory filename and templ
Fix handling of TSTrajectory file templates, fix heat-data-assimulation.c computation of gradient
Code assumed TSTrajectorySetFromOptions() was called after one set the trajectory filename and template and built the final template in TSTrajectorySetFromOptions(). Thus calling the routines TSTrajectorySetDirname() after calling TSTrajectorySetFromOptions() meant it was ignored. Also the -ts_trajectory_file name is the incorrect translation of TSTrajectorySetFiletemplate()
Added large comment to heat-data-assimulation.c explain how to handle adjoint computation with mass matrix
Commit-type: bug-fix, style-fix, documentation, example
show more ...
|