PCApplyTranspose_HYPRE_BoomerAMG: fix regression from 6ea7df73cca75adecc2aef0b2f4d0c18ef6de222
PCHPDDM: fix case of centralized Schur complement
Use PetscBool instead of PetscInt for setupcalledPetscInt was used in some structs, but the underlying logic requires only Booleans. Also removed an unused variable and unified capitalization.
Kokkos - Limit excess synchronization on MI300A
Clean up the use of typedef function prototypes for KSP
Merge branch 'release'
Fix a couple bugs in current Fortran stubs
Merge branch 'barry/2025-05-18/fix-mumps-set-usage' into 'main'MatMumpsSetIcntl() and MatMumpsSetCntl() are allowed to be called (and...See merge request petsc/petsc!8418
Merge remote-tracking branch 'origin/release'
MatMumpsSetIcntl() and MatMumpsSetCntl() are allowed to be called (and ignored) if MUMPS is not installed.
PCHPDDM: check for consistent input data
Remove use of preconditioning or preconditioner matrix when it should be phrased as matrix used to construct preconditioner
Merge branch 'jolivet/housekeeping' into 'main'Minor housekeepingSee merge request petsc/petsc!8380
PCMatApply_BJacobi_Singleblock: fix missing PetscLogEvent
PCApply_BJacobi_Singleblock: fix missing PetscLogEvent
Fix typos
Mention linear regressor in KSP docs and KSP usage from linear regressor
doc: update PCFieldSplitSetSchurFactType() manual page
Improve the clarity of KSP converging for the normal equations.Reported-by: Mark Adams
Merge branch 'jolivet/housekeeping' into 'main'HousekeepingSee merge request petsc/petsc!8326
Move PCReset_MG() to pcmgimpl.h
12345678910>>...210