History log of /petsc/src/ksp/ksp/tutorials/output/ex27_4c.out (Results 1 – 14 of 14)
Revision Date Author Comments
# 52446cc7 10-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/rm-duplicate-bs' into 'main'

MatView(): do not print block size twice (when it is greater than 1)

See merge request petsc/petsc!8892


# e363090e 09-Dec-2025 Pierre Jolivet <pierre@joliv.et>

MatView(): do not print block size twice


# 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


# f529ca97 28-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-04-16/docs-converged-normal-equations/release' into 'main'

Improve the clarity of KSP converging for the normal equations.

See merge request petsc/petsc!8327


# 78daaec8 17-Apr-2025 Barry Smith <bsmith@mcs.anl.gov>

Improve the clarity of KSP converging for the normal equations.

Reported-by: Mark Adams


# 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


# eefb17ae 10-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/lsqr' into 'main'

small fixes for LSQR

See merge request petsc/petsc!6906


# 0feb07b9 03-Oct-2023 Stefano Zampini <stefano.zampini@gmail.com>

KSPLSQR: fix convergence test

use original Paige and Saunders criteria instead of a mysterious one


# 7be5579b 11-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-matnormalh-pchpddm' into 'main'

PCHPDDM: put code from [Al Daas et al., 2022] directly in PETSc

See merge request petsc/petsc!5360


# 1ee7348c 21-Jun-2022 Pierre Jolivet <pierre@joliv.et>

PCHPDDM: handle MATNORMAL[HERMITIAN] for users