History log of /petsc/src/ksp/ksp/tutorials/output/ex5f_orthog2.out (Results 1 – 18 of 18)
Revision Date Author Comments
# 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


# 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.


# 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


# 0923d1d9 11-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Remove trailing whitespace


# 63de5e46 11-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Fix double whitespace after colon


# b047e4b5 17-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-09-12/fix-mat-preallocation' into 'main'

try to build efficient hash table allocation directly into Mat

See merge request petsc/petsc!5621


# 26cec326 08-Dec-2022 Barry Smith <bsmith@mcs.anl.gov>

Add support for Mat to allow skipping preallocation by having the first round of MatSetValues use hash

* MATPREALLOCATOR can be deprecated as well as possibly some other preallocation macros/routine

Add support for Mat to allow skipping preallocation by having the first round of MatSetValues use hash

* MATPREALLOCATOR can be deprecated as well as possibly some other preallocation macros/routines
* Optimizations such as direct support for MatSetValuesBlocked() for *BAIJ can be added in the future

Commit-type: feature
/spend 25h

show more ...


# a686821c 04-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-rm-spaces-plurals' into 'main'

Remove unneeded spaces/plurals

See merge request petsc/petsc!5193


# 8cc725e6 01-May-2022 Pierre Jolivet <pierre@joliv.et>

Remove extra spaces and unwanted plurals


# 39a60fd2 28-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-07-28/superlu_dist-single' into 'main'

Single precision support for SuperLU_DIST

See merge request petsc/petsc!5165


# d4783600 01-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Single precision support for SuperLU_DIST

Commit-type: feature
Funded-by: ECP
/spend 1.5h
Reported-by: flw@rzg.mpg.de
Thanks-to: Xiaoye S. Li <xsli@lbl.gov>


# 43ff1c5f 16-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-09-11/gmres-standard-orthog-fortran' into 'master'

Add support for KSPGMRESSetOrthogonalization() from Fortran

See merge request petsc/petsc!3183


# 0ff92c9c 12-Sep-2020 Barry Smith <bsmith@mcs.anl.gov>

Add support for KSPGMRESSetOrthogonalization() from Fortran

Cleanup Fortran source files to remove misleading statements that they are include files which could lead
to uses thinking they should be

Add support for KSPGMRESSetOrthogonalization() from Fortran

Cleanup Fortran source files to remove misleading statements that they are include files which could lead
to uses thinking they should be included when they are actually source for the Fortran modules.

Commit-type: feature, code-fix
/spend 3h
Reported-by: Zhuo Chen <chenzhuotj@gmail.com>

show more ...