| #
8838bf16
|
| 05-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-mumps' into 'main'
MATSOLVERMUMPS: fix compilation with OpenMP and no mixed precision
See merge request petsc/petsc!8883
|
| #
758f75ac
|
| 04-Dec-2025 |
Pierre Jolivet <pierre@joliv.et> |
Remove unneeded blank lines
|
| #
8bb6a241
|
| 03-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/consolidate-options' into 'main'
Consolidate MAT_HERMITIAN and MAT_SYMMETRIC options
See merge request petsc/petsc!8856
|
| #
b0c98d1d
|
| 14-Nov-2025 |
Pierre Jolivet <pierre@joliv.et> |
Rework MAT_SYMMETRIC and MAT_HERMITIAN options
|
| #
e8c0849a
|
| 20-Nov-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-10-18/optimize-aij-ops' into 'main'
Refactor handling of diagonal marking in *AIJ and SELL matrices
See merge request petsc/petsc!8797
|
| #
421480d9
|
| 19-Oct-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
- Replace MatMissingDiagonal() and MatMarkDiagonals_SeqXXX() with MatGetDiagonalMarkers_SeqXXX()
- Mat_SeqXXX->diag is not automatically created during MatAssemblyEnd() saving memory and time
- Replace MatMissingDiagonal() and MatMarkDiagonals_SeqXXX() with MatGetDiagonalMarkers_SeqXXX()
- Mat_SeqXXX->diag is not automatically created during MatAssemblyEnd() saving memory and time
- Accessing Mat_SeqXXX->diag now requires the use of MatGetDiagonalMarkers_SeqXXX() except when the current values are known to be correct; for example during numerical factorizations and solves
- Mat_SeqXXX->diag is now never shared among matrices; hence the free_diag flag is gone. That was always a risky proposition since any of the owning matrices could chang the values thus making them incorrect for other owners.
show more ...
|
| #
834855d6
|
| 27-Aug-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-21' into 'main'
clang-format-21
See merge request petsc/petsc!8202
|
| #
966bd95a
|
| 25-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
Convert some SETERRQ() to PetscCheck()
|
| #
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
|
| #
58bddbc0
|
| 11-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-lmvm-rework' into 'main'
MatLMVM rework
See merge request petsc/petsc!6401
|
| #
8a1df862
|
| 26-Mar-2025 |
Toby Isaac <toby.isaac@gmail.com> |
Mat: Improve the usability of constantdiagonal and diagonal matrices
Mat_ConstantDiagonal: Add MatConstantDiagonalGetConstant() and implement conjugate and transpose
Mat_Diagonal: Add missing setra
Mat: Improve the usability of constantdiagonal and diagonal matrices
Mat_ConstantDiagonal: Add MatConstantDiagonalGetConstant() and implement conjugate and transpose
Mat_Diagonal: Add missing setrandom, conjugate, and transpose methods
MatView: Don't print MatInfo for constantdiagonal or diagonal matrices
show more ...
|
| #
24676f2a
|
| 28-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/rm-useless-code' into 'main'
Remove useless functions
See merge request petsc/petsc!8101
|
| #
b7103cf4
|
| 27-Jan-2025 |
Pierre Jolivet <pierre@joliv.et> |
Remove useless functions
|
| #
3cb3609b
|
| 04-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
f04cbe1f
|
| 04-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hsuh/docs-matconstantdiagonal' into 'release'
added missing MATCONSTANTDIAGONAL documentation entry
See merge request petsc/petsc!7908
|
| #
4bf1a0e8
|
| 04-Oct-2024 |
Hansol Suh <hansol.suh.123@gmail.com> |
added missing MATCONSTANTDIAGONAL documentation entry
|
| #
970231d2
|
| 07-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-18' into 'main'
clang-format version 18
See merge request petsc/petsc!6902
|
| #
f4f49eea
|
| 11-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Remove multiple parentheses and extra semicolon
git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g
Remove multiple parentheses and extra semicolon
git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g' git grep -l -E "Petsc(.)*\(\(\*[a-zA-Z0-9_]*\)," | xargs sed -r -i'' 's#Petsc([a-zA-Z0-9_]*)\(\(\*([a-zA-Z0-9_]*)\), #Petsc\1(*\2, #g' git grep -l -E "([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)" | xargs sed -r -i'' 's#([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)#\1\2#g'
show more ...
|
| #
e8e8640d
|
| 26-Sep-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/rm-first-empty-line' into 'main'
Remove first and last empty lines
See merge request petsc/petsc!6892
|
| #
92bec4ee
|
| 26-Sep-2023 |
Pierre Jolivet <pierre@joliv.et> |
Remove first and last empty lines
|
| #
dd59927b
|
| 19-Sep-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/mumps-schur-pchpddm' into 'main'
Minor MAT[SOLVERMUMPS|DIAGONAL] and PCHPDDM improvements
See merge request petsc/petsc!6880
|
| #
f9178db3
|
| 19-Sep-2023 |
Pierre Jolivet <pierre@joliv.et> |
MatRestoreRow(): avoid duplicated operations
|
| #
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
|