History log of /petsc/src/ksp/pc/impls/redundant/redundant.c (Results 1 – 25 of 464)
Revision Date Author Comments
# d631e795 23-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/rm-inner-kspsetup' into 'main'

PCREDUNDANT: remove explicit inner KSPSetUp()

See merge request petsc/petsc!8969


# d356e285 20-Jan-2026 Pierre Jolivet <pierre@joliv.et>

PCREDUNDANT: remove explicit inner KSPSetUp()

If the inner PC is setup at this point in the code, then:
- during the outer solve the setup is called again resulting in two constructions of the same

PCREDUNDANT: remove explicit inner KSPSetUp()

If the inner PC is setup at this point in the code, then:
- during the outer solve the setup is called again resulting in two constructions of the same preconditioner
- it is impossible to change the parameters of the PC before the setup using low-level API

Reported-by: Vincent Robert <vincent.robert@cea.fr>

show more ...


# bcda9346 27-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'MarDiehl/fix-typo' into 'main'

missing "s" for isascii and issundials

See merge request petsc/petsc!8559


# 9f196a02 17-Jul-2025 Martin Diehl <mail@martin-diehl.net>

missing "s" for isascii and issundials


# 226f8a8a 20-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 165c2d34 20-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-05-15/docs-rm-last-of-preconditioning-matrix/release' into 'release'

Remove use of preconditioning or preconditioner matrix when it should be...

See merge request petsc/pet

Merge branch 'barry/2025-05-15/docs-rm-last-of-preconditioning-matrix/release' into 'release'

Remove use of preconditioning or preconditioner matrix when it should be...

See merge request petsc/petsc!8410

show more ...


# 7addb90f 16-May-2025 Barry Smith <bsmith@mcs.anl.gov>

Remove use of preconditioning or preconditioner matrix when it should be phrased as matrix used to construct preconditioner


# eefb368e 06-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 9b8bfe90 05-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-typos' into 'release'

Typos and ksp.md

See merge request petsc/petsc!8368


# 46091a0e 02-May-2025 Pierre Jolivet <pierre@joliv.et>

Fix typos


# 6d8694c4 20-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'

Major updates to Fortran interface

See merge request petsc/petsc!7517


# ce78bad3 20-Feb-2025 Barry Smith <bsmith@petsc.dev>

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous ve

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous versions!
- also clean up inconsistent PETSc code detected by new Fortran generation tools
- drop use of bfort
- automatically generate all the Fortran PETSc objects, enums etc from the include files
- generate most of the Fortran interface definitions and functions from the source code
- simplify the number and organization of Fortran modules

Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>

show more ...


# cbb74892 02-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# c87f018d 01-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-11-24/fix-ksp-manpages/release' into 'release'

Fix manual pages in KSP

See merge request petsc/petsc!7055


# 562efe2e 01-Dec-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix manual pages in KSP


# 9c5460f9 17-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-09/linter-detect-static-function-candidates' into 'main'

Linter detect possible static functions

See merge request petsc/petsc!6796


# 66976f2f 14-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add static to internal functions


# 599e5203 03-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-07-18/manual-linter-fixes-ksp' into 'main'

Manual fixes needed for linter for the KSP directory

See merge request petsc/petsc!6735


# 04c3f3b8 19-Jul-2023 Barry Smith <bsmith@mcs.anl.gov>

Manual fixes needed for linter for the KSP directory


# 00bc44a4 26-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-06-16/pcmpi-simplify-options-database-api' into 'main'

Change the options database API for PCMPI to eliminate the -mpi_ options...

See merge request petsc/petsc!6611


# 3821be0a 17-Jun-2023 Barry Smith <bsmith@mcs.anl.gov>

Track levels of nesting of KSP, for example KSPBJACOBI has nesting 1 higher than the calling KSP


# cfd92c66 22-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-type-generic-petsc-valid-pointer' into 'main'

Implement a type generic PetscValidPointer

See merge request petsc/petsc!6693


# 4f572ea9 18-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Rename PetscValidPointer -> PetscAssertPointer


# 02477ebb 15-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'

Enable docs linting

See merge request petsc/petsc!6667


# feefa0e1 12-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Lint apply: ksp


12345678910>>...19