| 2033cbf1 | 22-Sep-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCFIELDSPLIT: use same IS for rows and cols if possible
remove limitation on unsorted IS |
| 4820e4ea | 23-Sep-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Run fprettify |
| fe7aa59f | 22-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-08-31/fix-hypre-default-setting-reset-to-same' into 'main'
Fixes the bug with hypre whan user changes to parameters are ignored
See merge request petsc/petsc!8678 |
| 8112c1cb | 22-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-09-04/deprecate-mpiu-bool' into 'main'
Deprecate MPIU_BOOL which used to be for PETSc's enum Bool but now is just MPI_C_BOOL
See merge request petsc/petsc!8691 |
| abf5c9d9 | 19-Sep-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
HYPRE BoomerAMG
Set various parameters that have different defaults for CPU and GPU with PETSC_DECIDE values are creation so that if the user sets them to any value PCSetUp_HYPRE does not overwrite
HYPRE BoomerAMG
Set various parameters that have different defaults for CPU and GPU with PETSC_DECIDE values are creation so that if the user sets them to any value PCSetUp_HYPRE does not overwrite them for the CPU or GPU
Reported-by: Glenn Hammond
show more ...
|
| c3466c22 | 31-Aug-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix some manual page formats |
| bcefaa27 | 28-Aug-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Add warning to PCView for PCMG when used on one level |
| efba3485 | 28-Aug-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Improve PCMG documentation regarding usage with DM and if interpolation/restriction are not provided |
| 9b1dca08 | 22-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 64da7896 | 28-Aug-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Add error checker for PCMG with multiple levels and no DM provided and no restriction/interpolation added for clearer error message |
| 218e2965 | 28-Aug-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
fix some code formatting |
| 5440e5dc | 04-Sep-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Deprecate MPIU_BOOL which used to be for PETSc' enum Bool but now is just MPI_C_BOOL so no longer needs its own name |
| b5a865d8 | 16-Sep-2025 |
Nuno Nobre <nuno.nobre@stfc.ac.uk> |
Add ilu to the supported types for -pc_hypre_type |
| 7787bf74 | 16-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-pchpddm-scatter' into 'main'
Minor fixes and cleanup
See merge request petsc/petsc!8702 |
| 2695cf96 | 11-Sep-2025 |
Nuno Nobre <nuno.nobre@stfc.ac.uk> |
Gather CUDA lib includes in petscdevice_cuda.h + disable cuSPARSE warnings using DISABLE_CUSPARSE_DEPRECATED
Defining DISABLE_CUSPARSE_DEPRECATED is Nvidia's recommended way of disabling cuSPARSE wa
Gather CUDA lib includes in petscdevice_cuda.h + disable cuSPARSE warnings using DISABLE_CUSPARSE_DEPRECATED
Defining DISABLE_CUSPARSE_DEPRECATED is Nvidia's recommended way of disabling cuSPARSE warnings This avoids requiring -Wdeprecated-declarations - that can mask other (non-cuSPARSE) warnings
show more ...
|
| 847b6ef2 | 13-Sep-2025 |
Pierre Jolivet <pierre@joliv.et> |
PCHPDDM: follow-up of !8649 |
| 458b0db5 | 09-Sep-2025 |
Martin Diehl <mail@martin-diehl.net> |
better debugging capabilities
using MPIU wrappers where available and PetscCallMPI for all MPI(U) functions |
| 0311516e | 09-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| aea0ef14 | 27-Aug-2025 |
Mark Adams <mfadams@lbl.gov> |
fix GAMG docs |
| 041bf514 | 05-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/fix-mg-reusepc' into 'main'
set fine grid smoother 'reusepc' with mgpc->reusepc
See merge request petsc/petsc!8656 |
| f61fa1bf | 04-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'zach/gamg-use-hmapi' into 'main'
GAMG: Replace PCGAMGHashTable with PetscHMapI
See merge request petsc/petsc!8663 |
| a75bf7bf | 13-Aug-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
BDDC: import nedelec constraints if user specified |
| 2daa06b4 | 09-Aug-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: optimize graph setup with hash map |
| 7b103a85 | 08-Aug-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: allow customizing PtAP operation for change of basis |
| 732a5147 | 08-Aug-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: improve sparsity of Nedelec change of basis |