| 7cf37e64 | 27-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
add TSMonitorError() and -tao_view_solution
Commit-type: feature |
| da0949a7 | 26-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Update output based on correction that resulting gradient should not be scaled by mass matrix
Commit-type: testing-fix |
| 769ad30f | 26-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/ssisc-spectral-adjoint' of bitbucket.org:petsc/petsc into barry/ssisc-spectral-adjoint |
| b797253c | 26-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
remove division by mass matrix after Jacobian, fix check on polynomial order
Commit-type: bug-fix |
| 088ce216 | 26-Nov-2017 |
Oana Marin <oanam@anl.gov> |
Burgers which works like in Jameson.. however so far only with RHSfunction and RHSJacobian Linear |
| 23f6b57c | 26-Nov-2017 |
Oana Marin <oanam@anl.gov> |
Merge branch 'barry/ssisc-spectral-adjoint' of bitbucket.org:petsc/petsc into barry/ssisc-spectral-adjoint |
| 46c80e9a | 26-Nov-2017 |
Oana Marin <oanam@anl.gov> |
Burgers conveges nicely for low time horizons, but gets very odd for long ones. |
| e4b1ea68 | 23-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove C++ comments, add missing output file, prevent clang static analyzer warning divide by zero
Commit-type: bug-fix, portability-fix, testing-fix Reported-by: nightly tests |
| 79f5d8ca | 23-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Minor features for Tao, update example to output convergence history for Matlab
Commit-type: feature, documentation, example |
| 59608ed1 | 22-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix terminology in example so objective is not used (confusingly) for two different things
Commit-type: style-fix |
| f1e87422 | 22-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Add note that about scaling of advection term or I might forget
Commit-type: documentation |
| d1f4f9e5 | 22-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Add test case with nonzero advection speed
Commit-type: testing-fix,style-fix, feature |
| 0ed3bfb6 | 17-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Clean up simple spectral adjoint example, add advection term
Add crosslinks for some TS example and additional monitor functions
Commit-type: testing-fix,style-fix, feature |
| f9b48d8e | 17-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
change name of example, clean it up a bit, update output tests
Commit-type: testing-fix,style-fix, feature |
| c0f02a64 | 17-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support for not using the built in linear Jacobian |
| 5c94682c | 17-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Add analytic solution with analytic error computation |
| 11e1d5c3 | 15-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
New generation of initial conditions and solution for Tao/TS heat example
Add support for generating and loading reference solutions Commit-type: feature |
| 6d154d63 | 15-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove unneeded/unused variables
Commit-type: style-fix |
| 0a59842c | 15-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Missing CHKERRQ() in example
Commit-type: testing-fix,style-fix Reported-by: nightly builds Thanks-to: Satish Balay <balay@mcs.anl.gov> |
| 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 ...
|
| d6d444b2 | 14-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Moved creation/destruction of TS and setting its options out of optimization loop |
| e3aab17e | 14-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Cleanup of code, making it clearer/simplier, removed use of C++ template keyword
Commit-type: bug-fix, portability-fix, style-fix, example |
| 2a7d454b | 14-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
minor cleaning of source code and comments |
| 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 ...
|
| 84a45834 | 14-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix TSTrajectory handling of directory name and filetemplate
So that TSSetFromOptions() and TSTrajectorySetFromOptions() need not be called and work directory name and templace still function
Fix b
Fix TSTrajectory handling of directory name and filetemplate
So that TSSetFromOptions() and TSTrajectorySetFromOptions() need not be called and work directory name and templace still function
Fix badly formated TEST in example that prevented it from being run
Commit-type: bug-fix
show more ...
|