| #
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
|
| #
4a7a8679
|
| 20-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge remote-tracking branch 'origin/maint'
|
| #
e91eccc2
|
| 20-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
Fix typos and whitespaces already fixed in stefano_zampini/feature-continuousadjoint
|
| #
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
|
| #
e366c154
|
| 15-Nov-2017 |
Jed Brown <jed@jedbrown.org> |
Merge commit 'd47bf9aaf1e5266cc3f0ff499f934c85788965a9' into jed/fix-matcreatempibaij/maint
Obtain changed (v3.5) handling of MatMPIBAIJSetPreallocationCSR to match documentation.
|
| #
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 ...
|
| #
92f6fe9a
|
| 11-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/hongzh/add-tstraj-filename'
|
| #
7be7a6a6
|
| 04-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
63435859
|
| 04-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/stefano_zampini/cherrypick-commits-for-maint-from-continuousadjoint' into maint
|
| #
e03a659c
|
| 02-Nov-2017 |
Jed Brown <jed@jedbrown.org> |
KSPSetDM, SNESSetDM, and TSSetDM: documentation
A DM can only be used to solve one problem at a time because information about the problem is stored on the DM.
Reported-by: Blaise A Bourdin <bourdi
KSPSetDM, SNESSetDM, and TSSetDM: documentation
A DM can only be used to solve one problem at a time because information about the problem is stored on the DM.
Reported-by: Blaise A Bourdin <bourdin@lsu.edu>
show more ...
|
| #
beaf1e46
|
| 31-Oct-2017 |
Hong Zhang <hongzhang@anl.gov> |
Remove duplicated call to TSTrajectorySetFromOptions
|
| #
303f9b21
|
| 01-Aug-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
TS: added missing check for NULL B in TSComputeRHSJacobian
|
| #
10bc0e4d
|
| 13-Sep-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
TS: shrink time step if t0 + dt is greater the final time with matchstep
|
| #
ee41a567
|
| 30-Jul-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
TS: small bug fix
|
| #
141bd67d
|
| 08-Oct-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
Fix typos in man pages
|
| #
aefd4894
|
| 28-Sep-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merge branch 'maint'
|
| #
fb88ac58
|
| 28-Sep-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/add-tsrestart (pull request #755)
TS: Add TSRestartStep() to flag restart the next step
|
| #
dcb233da
|
| 17-Sep-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
TS: Add TSRestartStep() to flag restart the next step
|
| #
edc382c3
|
| 25-Sep-2017 |
Satish Balay <balay@mcs.anl.gov> |
doc: fixes
|
| #
e4940c5a
|
| 24-Sep-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/fix-ts-rollback (pull request #756)
TS: Move call to TSPostEvaluate() call from TSRollBack() to TSSolve()
|
| #
58818c2d
|
| 20-Sep-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
TS: Move call to TSPostEvaluate() call from TSRollBack() to TSSolve()
|
| #
1f4a21c0
|
| 19-Sep-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merge remote-tracking branch 'origin/maint'
|
| #
e4132ce5
|
| 19-Sep-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merged in stefano_zampini/fix-ts-prepoststep (pull request #749)
TSPre/PostStep are allowed to change the solution
Approved-by: Lisandro Dalcin <dalcinl@gmail.com> Approved-by: BarryFSmith <bsmith@
Merged in stefano_zampini/fix-ts-prepoststep (pull request #749)
TSPre/PostStep are allowed to change the solution
Approved-by: Lisandro Dalcin <dalcinl@gmail.com> Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
show more ...
|
| #
5efd42a4
|
| 14-Sep-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
TS: need to flag the restart of the step if PreStep or PostStep change the solution
|
| #
31fd3de9
|
| 05-Aug-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/dalcinl/ts-monitor-lg-timestep-log'
|