| #
70646cd1
|
| 15-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/housekeeping' into 'main'
Minor housekeeping
See merge request petsc/petsc!8897
|
| #
143f2514
|
| 14-Dec-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix missing equal sign
|
| #
f971d498
|
| 14-Dec-2025 |
Pierre Jolivet <pierre@joliv.et> |
Proper capitalization from Gram-Schmidt orthogonalization
|
| #
eaa7cf45
|
| 17-Nov-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-11-04/kspview-clearer-amat-pmat' into 'main'
Fix terminology for Pmat in KSPView output.
See merge request petsc/petsc!8826
|
| #
ecf3d421
|
| 17-Nov-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix terminology for Pmat in KSPView output.
|
| #
867c6117
|
| 15-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-10-07/add-noconvergencetest-info-to-kspview' into 'main'
Have KSPView() indicate when there is no convergence test.
See merge request petsc/petsc!8777
|
| #
8405740a
|
| 07-Oct-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Have KSPView() indicate when there is no convergence test.
Reported-by: Elana Moral Sanchez
|
| #
9f55a80c
|
| 26-Aug-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/tr-api' into 'main'
API for SNESNewtonTR tolerances and parameters
See merge request petsc/petsc!7689
|
| #
37d4d9b4
|
| 25-Aug-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
SNESNEWTONTR: use cauchy point with objective function minimization only
stol default for TR should be 0
|
| #
3201ab8d
|
| 12-Jul-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
SNES: trust region API
deprecate old SNESSetTrustRegionTolerance
|
| #
4d179fb4
|
| 19-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/add-matmatsolvetranspose_seqaij' into 'main'
MatMatSolveTranspose_SeqAIJ and minor housekeeping
See merge request petsc/petsc!7386
|
| #
dd8e379b
|
| 19-Mar-2024 |
Pierre Jolivet <pierre@joliv.et> |
Docs: fix missing or extra dash in right-hand side
|
| #
970231d2
|
| 07-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-18' into 'main'
clang-format version 18
See merge request petsc/petsc!6902
|
| #
63de5e46
|
| 11-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Fix double whitespace after colon
|
| #
713b55d3
|
| 06-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/snes-lmvm' into 'main'
Improve MATLMVM support in SNES
See merge request petsc/petsc!7030
|
| #
24fb275a
|
| 14-Nov-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
SNESNEWTONTR: code improvements
support QN models
accepts Cauchy point if it is on the boundary
Enlarge trust region only if direction is on the boundary
Use previously estimated largest eigenval
SNESNEWTONTR: code improvements
support QN models
accepts Cauchy point if it is on the boundary
Enlarge trust region only if direction is on the boundary
Use previously estimated largest eigenvalue of hessian in minimum decrease
Customize trust region norm
Fix dogleg path computation
Update output files and add tests
show more ...
|
| #
9313a6b9
|
| 25-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/snes-kspcg' into 'main'
Updates on SNESNEWTONTR
See merge request petsc/petsc!6216
|
| #
4b0a5c37
|
| 24-Mar-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
SNESNEWTONTR: add support for NPC and sufficient decrease
add tests
|
| #
432d8f43
|
| 19-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'malachi/fourth-kind-chebyshev' into 'main'
Add implementation of 4th-kind Chebyshev polynomial smoother
See merge request petsc/petsc!6166
|
| #
f2edd1f0
|
| 19-Mar-2023 |
Malachi Phillips <malachi2@illinois.edu> |
Add implementation of 4th-kind Chebyshev polynomial smoother
|
| #
2695622a
|
| 16-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/snes' into 'main'
Improve Trust-Region support in SNES
See merge request petsc/petsc!6150
|
| #
4a221d59
|
| 15-Mar-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
SNESNEWTONTR: add dogleg and Cauchy fallbacks from NTRDC
|