| #
284fb49f
|
| 20-Jan-2022 |
Heeho Park <heepark@sandia.gov> |
minor format fixes to tr.c, zsnesf.c
foo
|
| #
d5ed94bb
|
| 14-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jose/fix-manpages'
Fix manpages to avoid errors reported by doctext
See merge request petsc/petsc!4309
|
| #
168bb9f7
|
| 13-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-misleading-indentation' into 'main'
g++11: fix -Werror=misleading-indentation
See merge request petsc/petsc!4298
|
| #
6b867d5a
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: mismatching number of parameters
|
| #
60d4fc61
|
| 10-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
g++11: fix -Werror=misleading-indentation
|
| #
a8cf78f8
|
| 24-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'
Fix typos in source
See merge request petsc/petsc!3984
|
| #
4e278199
|
| 16-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove all double blank lines from source
Commit-type: petsc-style /2h
|
| #
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
|
| #
bcddbdeb
|
| 07-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/dalcinl/fix-null'
TS/SNES/Tao: Fix 0 ->NULL for pointers
See merge request petsc/petsc!2783
|
| #
9e5d0892
|
| 07-May-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
SNES: Replace 0 -> NULL for pointers
|
| #
60a4e99f
|
| 09-Jan-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into 'stefanozampini/sfwin-reuse-win'
# Conflicts: # config/BuildSystem/config/packages/MPI.py
|
| #
1475a3bb
|
| 31-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
11adfc8c
|
| 31-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-convergencetest-newtontr' into 'maint'
Segmentation fault in SNESTR_KSPConverged_Private
See merge request petsc/petsc!2414
|
| #
5e28bcb6
|
| 31-Dec-2019 |
prj- <pierre.jolivet@enseeiht.fr> |
Segmentation fault in SNESTR_KSPConverged_Private
|
| #
ed0ed7c6
|
| 19-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'
# Conflicts: # lib/petsc/conf/test
|
| #
823c316d
|
| 11-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'glenn/proposed-newton-mods' into 'master'
Proposed Modifications to LineSearch and NewtonTR
See merge request petsc/petsc!2019
|
| #
3312a946
|
| 10-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixed error in example, missing one of the changed arguments; fix docs and add docs
Commit-type: testing-fix, documentation Reported-by: gitlab-ci
|
| #
c1cd17f6
|
| 06-Sep-2019 |
Glenn Hammond <gehammo@sandia.gov> |
Moved update of vec_sol_update to after Pre/PostCheck()
|
| #
c9368356
|
| 06-Sep-2019 |
Glenn Hammond <gehammo@sandia.gov> |
Refactored NewtonTR to include a PreCheck() and vector naming convention similar to LineSearch (i.e. added Vec W).
|
| #
c1c6be5a
|
| 16-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'barry/9-7/2019/SNES_CONVERGED_TR_DELTA-Error' [PR #1857]
* barry/9-7/2019/SNES_CONVERGED_TR_DELTA-Error: Make SNES_CONVERGED_TR_DELTA negative to indicate the SNES did not converge.
|
| #
cf4e9396
|
| 14-Jul-2019 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/newtontr-post-check (pull request #1828)
Add SNESNewtonTRSetPostCheck() that sets a function that is called immediately before the next function SNES function evaluation. This al
Merged in barry/newtontr-post-check (pull request #1828)
Add SNESNewtonTRSetPostCheck() that sets a function that is called immediately before the next function SNES function evaluation. This allows one to potentially change the updated solution or log properties of the update for a later convergence te
show more ...
|
| #
7cb011f5
|
| 28-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add SNESNewtonTRSetPostCheck() that sets a function that is called immediately before the next function SNES function evaluation. This allows one to potentially change the updated solution or
Add SNESNewtonTRSetPostCheck() that sets a function that is called immediately before the next function SNES function evaluation. This allows one to potentially change the updated solution or log properties of the update for a later convergence test
Commit-type: feature Reported-by: Glenn E. Hammond <gehammo@sandia.gov> Reported-by: Heeho Park <heepark@sandia.gov>
show more ...
|
| #
1c6b2ff8
|
| 09-Jul-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Make SNES_CONVERGED_TR_DELTA negative to indicate the SNES did not converge.
I cannot explain why previously this was handled as converged since the trust region going to zero doesn't seem to corres
Make SNES_CONVERGED_TR_DELTA negative to indicate the SNES did not converge.
I cannot explain why previously this was handled as converged since the trust region going to zero doesn't seem to correspond with convergence of the nonlinear solver
Commit-type: bug-fix Reported-by: Heeho Park <heepark@sandia.gov>
show more ...
|
| #
7200f5b3
|
| 21-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|