| 79578405 | 18-May-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
MatMumpsSetIcntl() and MatMumpsSetCntl() are allowed to be called (and ignored) if MUMPS is not installed. |
| ab76df0c | 18-May-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Refactor PCSetPreSolve as PCSetPostSetUp
PCSetPreSolve is clunky and confusing since it mixes with the unrelated ->ops->presolve functionality. So instead introduce PCSetPostSetUp() that gets called
Refactor PCSetPreSolve as PCSetPostSetUp
PCSetPreSolve is clunky and confusing since it mixes with the unrelated ->ops->presolve functionality. So instead introduce PCSetPostSetUp() that gets called at the end of PCSetUp() and can be used with TAOPDIPM
show more ...
|
| c30dab7b | 23-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
PCHPDDM: check for consistent input data |
| 226f8a8a | 20-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 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 |
| 7cc448c6 | 06-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/housekeeping' into 'main'
Minor housekeeping
See merge request petsc/petsc!8380 |
| eefb368e | 06-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 78d05565 | 06-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
PCMatApply_BJacobi_Singleblock: fix missing PetscLogEvent |
| a9db3dc1 | 06-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
PCApply_BJacobi_Singleblock: fix missing PetscLogEvent |
| 46091a0e | 02-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos |
| 174dc0c8 | 28-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 789736e1 | 20-Apr-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Mention linear regressor in KSP docs and KSP usage from linear regressor |
| 366f9a6a | 28-Apr-2025 |
Pierre Jolivet <pierre@joliv.et> |
doc: update PCFieldSplitSetSchurFactType() manual page |
| b44f4de4 | 25-Apr-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove the last of the uses of $ in the first line of formatted manual pages |
| 78daaec8 | 17-Apr-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Improve the clarity of KSP converging for the normal equations.
Reported-by: Mark Adams |
| 1210b49d | 18-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| c5e72636 | 17-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/housekeeping' into 'main'
Housekeeping
See merge request petsc/petsc!8326 |
| 84d7f4bd | 16-Apr-2025 |
Pierre Jolivet <pierre@joliv.et> |
Move PCReset_MG() to pcmgimpl.h |
| 523895ee | 16-Apr-2025 |
Pierre Jolivet <pierre@joliv.et> |
Remove unneeded variable and functions |
| 347806e7 | 16-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-pcmatapplytranspose' into 'main'
PC: add PCMatApplyTranspose()
See merge request petsc/petsc!8322 |
| 3b593380 | 16-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-pcksp' into 'release'
PCKSP: fix PCApplyTranspose()
See merge request petsc/petsc!8314 |
| 2b75dd21 | 16-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 4ca6e863 | 16-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'nmnobre/hypre' into 'release'
Add ilu to the list of supported hypre pcs
See merge request petsc/petsc!8324 |
| b06c524f | 16-Apr-2025 |
Nuno Nobre <nuno.nobre@stfc.ac.uk> |
Add ilu to the list of supported hypre pcs |
| 4dbf25a8 | 16-Apr-2025 |
Pierre Jolivet <pierre@joliv.et> |
PC: add PCMatApplyTranspose() |