| #
2bd2c025
|
| 22-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'update_htool' into 'main'
MatHtool: update hash and add recompression option
See merge request petsc/petsc!8718
|
| #
c095613a
|
| 22-Sep-2025 |
Pierre Jolivet <pierre@joliv.et> |
MatHtool: update hash and add recompression option
|
| #
0311516e
|
| 09-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
9372c96d
|
| 09-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/release-housekeeping' into 'release'
Housekeeping before the release
See merge request petsc/petsc!8697
|
| #
de647125
|
| 08-Sep-2025 |
Pierre Marchand <pierre.jimthefrench@gmail.com> |
MatHtool: fix transpose and remove useless allocation
|
| #
786ada1f
|
| 24-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/update-htool-ci' into 'main'
Hierarchical LU factorization
See merge request petsc/petsc!7817
|
| #
1dd4f53a
|
| 02-Aug-2024 |
Pierre Jolivet <pierre@joliv.et> |
Update Htool
|
| #
792fce69
|
| 01-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'audic/refactor-htool' into 'main'
MatShell: add support for MAT_OP_GET_DIAGONAL_BLOCK + MatHtool as a MatShell
See merge request petsc/petsc!7654
|
| #
c9a4fd69
|
| 27-Jun-2024 |
Audic XU <audicxu@gmail.com> |
MatHtool: inherit from MatShell
|
| #
c7fbd2bd
|
| 02-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-01-19/typedef-snes-functions' into 'main'
add typedef for functions passed to SNESSetFunction() etc to match approach in TS
See merge request petsc/petsc!7206
|
| #
8434afd1
|
| 02-Feb-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Change the use of the _Fn suffix to indicate a typedef of a function to just Fn
As determined on a vote on GitLab
|
| #
07e0ed13
|
| 22-Jan-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Add _Fn to undocumented function typedefs in Mat
Commit-type: housekeeping
|
| #
9dd11ecf
|
| 25-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-08-17/header-guard-check' into 'main'
Check header guards
See merge request petsc/petsc!6822
|
| #
a4963045
|
| 18-Aug-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Convert all header guards to pragma once
|
| #
3ea99036
|
| 17-Aug-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix some malformed if !defined() header guards
|
| #
061e922f
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'
Feature: Bicycle Storage Facility 2
See merge request petsc/petsc!5661
|
| #
d71ae5a4
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
source code format changes due to .clang-format changes
|
| #
58d68138
|
| 23-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-21/clang-format-source' into 'main'
format repository with clang-format
See merge request petsc/petsc!5541
|
| #
9371c9d4
|
| 22-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
clang-format: convert PETSc sources to comply with clang-format
|
| #
e8aba079
|
| 23-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-htool-openmp' into 'main'
MatHtool: fix stack in OpenMP region
See merge request petsc/petsc!5462
|
| #
f782551b
|
| 22-Jul-2022 |
Pierre Jolivet <pierre@joliv.et> |
MatHtool: do not touch stack in OpenMP region
|
| #
f882803c
|
| 26-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-02-23/variadic-chkerr' into 'main'
Variadic CHKERRQ()
See merge request petsc/petsc!4889
|
| #
9566063d
|
| 25-Mar-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
The great renaming:
- CHKERRQ() -> PetscCall() - CHKERRV() -> PetscCallVoid() - CHKERRMPI() -> PetscCallMPI() - CHKERRABORT() -> PetscCallAbort() - CHKERRCONTINUE() -> PetscCallContinue() - CHKERRXX
The great renaming:
- CHKERRQ() -> PetscCall() - CHKERRV() -> PetscCallVoid() - CHKERRMPI() -> PetscCallMPI() - CHKERRABORT() -> PetscCallAbort() - CHKERRCONTINUE() -> PetscCallContinue() - CHKERRXX() -> PetscCallThrow() - CHKERRCXX() -> PetscCallCXX() - CHKERRCUDA() -> PetscCallCUDA() - CHKERRCUBLAS() -> PetscCallCUBLAS() - CHKERRCUSPARSE() -> PetscCallCUSPARSE() - CHKERRCUSOLVER() -> PetscCallCUSOLVER() - CHKERRCUFFT() -> PetscCallCUFFT() - CHKERRCURAND() -> PetscCallCURAND() - CHKERRHIP() -> PetscCallHIP() - CHKERRHIPBLAS() -> PetscCallHIPBLAS() - CHKERRHIPSOLVER() -> PetscCallHIPSOLVER() - CHKERRQ_CEED() -> PetscCallCEED() - CHKERR_FORTRAN_VOID_FUNCTION() -> PetscCallFortranVoidFunction() - CHKERRMKL() -> PetscCallMKL() - CHKERRMMG() -> PetscCallMMG() - CHKERRMMG_NONSTANDARD() -> PetscCallMMG_NONSTANDARD() - CHKERRCGNS() -> PetscCallCGNS() - CHKERRPTSCOTCH() -> PetscCallPTSCOTCH() - CHKERRSTR() -> PetscCallSTR() - CHKERRTC() -> PetscCallTC()
show more ...
|
| #
5f80ce2a
|
| 24-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
chkerr and friends wrapped
|
| #
0865328c
|
| 03-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-update-htool' into 'main'
MATHTOOL: update commit and MatView
See merge request petsc/petsc!4205
|