| #
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.
|
| #
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
|
| #
61d619b9
|
| 02-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-03-16/mat-factor-get-can-use-ordering' into 'main'
Change MatFactorGetUseOrdering() to MatFactorGetCanUseOrdering()
See merge request petsc/petsc!3739
|
| #
4ac6704c
|
| 18-Mar-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Introduce PCFactorSetDefaultOrdering_Factor() to allow each factorization package to indicate its preferered ordering, which may be external (its own) or one of PETSc.
This also affects factorizatio
Introduce PCFactorSetDefaultOrdering_Factor() to allow each factorization package to indicate its preferered ordering, which may be external (its own) or one of PETSc.
This also affects factorization like dense PETsc where the ordering passed in by PETSc is ignored and not needed.
Also fixed options for MUMPS and SuiteSparse where users needed to pass a particular options database option to the package (MUMP or KLU) indicating they should use the PETSc provided ordering. Now if the PETSc provided ordering is provided these packages automatically use them without need a special option. This simplifies ordering usage for external packages
Commit-type: optimization, bug-fix, testing-fix, style-fix /spend 6h
show more ...
|
| #
ee990831
|
| 13-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'wence/fix/factview-before-setup' into 'master'
factor: Only check ordering if factor has been setup
Closes #684
See merge request petsc/petsc!2969
|
| #
7a3b9f03
|
| 13-Jul-2020 |
Lawrence Mitchell <wence@gmx.li> |
factor: Only check ordering if factor has been setup
2c7c0729 introduced better printing of the ordering type for PCView_Factor. We must, however, only look for the ordering if the PC has been setup
factor: Only check ordering if factor has been setup
2c7c0729 introduced better printing of the ordering type for PCView_Factor. We must, however, only look for the ordering if the PC has been setup (otherwise factor->fact is NULL). Fixes #684.
show more ...
|