| #
ab77d273
|
| 03-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/revert-getstage-theta-noendpoint' into 'master'
Revert changes to TSGetStages_Theta
See merge request petsc/petsc!3583
|
| #
5072d23c
|
| 23-Jan-2021 |
Hong Zhang <hongzhang@anl.gov> |
Revert changes to TSGetStages_Theta
- Revert the changes made in 82ad9101c7b8cc0cb17c066decc247deb4a8323b. - Return th->X instead of th->X0 for noendpoint variant of theta.
|
| #
16549e6b
|
| 20-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/support-parameterized-mass-matrix' into 'master'
Add sensitivity suport for parameterized mass matrice
See merge request petsc/petsc!3500
|
| #
82ad9101
|
| 22-Dec-2020 |
Hong Zhang <hongzhang@anl.gov> |
Add sensitivity suport for parameterized mass matrice
- Xdot now is calculated correctly before passing to TSComputeIJacobianP - Always checkpoint th->X0 as the stage value for Theta methods. This a
Add sensitivity suport for parameterized mass matrice
- Xdot now is calculated correctly before passing to TSComputeIJacobianP - Always checkpoint th->X0 as the stage value for Theta methods. This allows us to recover th->X (for endpoint!=1) from th->X0 and to calculate th->Xdot.
Commit-type: feature /spend 4.0 hr Thanks-to: salazardetro1@llnl.gov
show more ...
|
| #
d6be53a5
|
| 29-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' into master
|
| #
16924cb1
|
| 26-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'
Turn on checkbadSource test to generate an error when found; fix all source code that causes errors
See merge request petsc/petsc
Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'
Turn on checkbadSource test to generate an error when found; fix all source code that causes errors
See merge request petsc/petsc!3064
show more ...
|
| #
2da392cc
|
| 17-Aug-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Turn on checkbadSource test to generate an error when found; fix all source code that causes errors
Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability /spend 1.5h
|
| #
420a7118
|
| 24-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'patch-2' into 'maint'
TS: Explain use of U and X in TSTHETA
See merge request petsc/petsc!3079
|
| #
0fd10508
|
| 21-Aug-2020 |
Matthew Knepley <knepley@gmail.com> |
TS: Explain use of U and X in TSTHETA
|
| #
daccdfde
|
| 10-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
6e1d3793
|
| 09-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/fix-theta-endpoint-integral-parametric-sensitivity-maint' into 'maint'
Fix a bug in TSTheta with endpoint
See merge request petsc/petsc!2830
|
| #
3b711c3f
|
| 03-Jun-2020 |
Hong Zhang <hongzhang@anl.gov> |
Fix parametric sensitivity for integral
The bug affects Theta method with -ts_theta_endpoint, causing wrong results.
Reported-by: Miguel Salazar <salazardetro1@llnl.gov>
|
| #
47c3d8b7
|
| 02-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
0eaa4e0b
|
| 01-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'ivan/adjoint-beuler' into 'maint'
TSAdjoint: Added missing shift update in TSAdjointStepBEuler_Private
See merge request petsc/petsc!2813
|
| #
c87ba875
|
| 23-May-2020 |
Ivan Yashchuk <ivan.yashchuk@aalto.fi> |
Added missing shift update in TSAdjointStepBEuler_Private
|
| #
cfa94215
|
| 12-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch '515-bug-in-tstheta' into 'master'
Resolve "Bug in TSTHETA?"
Closes #515
See merge request petsc/petsc!2381
|
| #
99260352
|
| 12-Dec-2019 |
Hong Zhang <hongzhang@anl.gov> |
Recompute shift and stage time if the step is rejected
Funded-by: Project: Time: Reported-by: Stefano Zampini Thanks-to:
|
| #
05c854f8
|
| 29-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/clean-theta-shift' into 'master'
Clean up the use of shift
See merge request petsc/petsc!2186
|
| #
1a352fa8
|
| 18-Oct-2019 |
Hong Zhang <hongzhang@anl.gov> |
Clean up the use of shift
This commit is intended to improve the code readability.
- Remove unnecessary changes to the shift field - Make it more obvious that a TLM step does not alter the shift fi
Clean up the use of shift
This commit is intended to improve the code readability.
- Remove unnecessary changes to the shift field - Make it more obvious that a TLM step does not alter the shift field when exit - Use local variables as much as possible
show more ...
|
| #
fb721ee4
|
| 20-Oct-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'knepley/fix-ts-theta-snes-eval' into 'master'
TS: SNESTSFormFunction/Jacobian_Theta() needs to recalculate the shift
See merge request petsc/petsc!2170
|
| #
20d49056
|
| 14-Oct-2019 |
Matthew G. Knepley <knepley@gmail.com> |
TS: SNESTSFormFunction/Jacobian_Theta() needs the shift to be set
|
| #
81e64d77
|
| 06-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
d2766755
|
| 04-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-double-semicolons' into 'maint'
Double semicolons
See merge request petsc/petsc!2150
|
| #
feb237ba
|
| 04-Oct-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Double semicolons
|
| #
fff33866
|
| 21-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of gitlab.com:petsc/petsc
|