| #
e4073758
|
| 25-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/matproduct-remove-symbolic' into 'main'
MatMatMult[Symbolic|Numeric]_MPIAIJ_MPIDense: skip symbolic phase
See merge request petsc/petsc!9065
|
| #
703c9151
|
| 22-Feb-2026 |
Pierre Jolivet <pierre@joliv.et> |
MatMatMult[Symbolic|Numeric]_MPIAIJ_MPIDense: skip symbolic phase
|
| #
f0e22e24
|
| 03-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/deprecate-matmatmult_Bbn' into 'main'
Deprecate -matmatmult_Bbn in favor of -matproduct_batch_size
See merge request petsc/petsc!8993
|
| #
1e2d28a0
|
| 02-Feb-2026 |
Pierre Jolivet <pierre@joliv.et> |
Deprecate -matmatmult_Bbn in favor of -matproduct_batch_size
See also -ksp_matsolve_batch_size
|
| #
4e8208cb
|
| 31-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'
Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetC
Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'
Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetCtx ctx)
See merge request petsc/petsc!8956
show more ...
|
| #
2a8381b2
|
| 13-Jan-2026 |
Barry Smith <bsmith@mcs.anl.gov> |
Add automatic generated fortran support for setting and returning contexts
Major cleanup of the code for setting and returning application (previously called user) contexts - PetscCtx ctx is now t
Add automatic generated fortran support for setting and returning contexts
Major cleanup of the code for setting and returning application (previously called user) contexts - PetscCtx ctx is now the standard for passing in contexts - PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFn
Both of these are typedef to void*
Also removed most use of user and userctx for context arguments now consistently named ctx
Improved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran
show more ...
|
| #
a4e01a8b
|
| 07-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
1e35124e
|
| 07-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-12-23/fix-MatPtAP' into 'release'
Fix bugs in MatPtAP
See merge request petsc/petsc!8911
|
| #
99aa8e07
|
| 23-Dec-2025 |
Junchao Zhang <jczhang@anl.gov> |
MatPtAP: use MatSeqAIJGetArray to access arrays, to be device safe
|
| #
5b12497f
|
| 27-Nov-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-unnecessary-reduce' into 'main'
Mat: set appropriate NO_OFF_PROC_ENTRIES to bypass MPI_Allreduce()
See merge request petsc/petsc!8872
|
| #
799b351e
|
| 26-Nov-2025 |
Pierre Jolivet <pierre@joliv.et> |
Mat: set appropriate NO_OFF_PROC_ENTRIES to bypass MPI_Allreduce()
|
| #
b31b2f82
|
| 10-Nov-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-10-24/fix-dmshellsetdestroyctx' into 'main'
Finish converting the function prototypes of destroy for contexts to use PetscCtxDestroyFn
See merge request petsc/petsc!8810
|
| #
cc1eb50d
|
| 27-Oct-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Change names of Mat_XXX product contexts to MatProductCtx_XXX for code maintainability
Update destroy callback of all MatProductCtx and MatShellSetMatProductOperation() to use PetscCtxDestroyFn
|
| #
5ff6d247
|
| 24-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
092d26fb
|
| 23-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-arrays' into 'release'
Fix error in MatTransposeMatMultSymbolic() in case of empty rows
See merge request petsc/petsc!8773
|
| #
84648c2d
|
| 09-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
Avoid extra allocation
|
| #
216f1e5c
|
| 09-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix error in MatTransposeMatMultSymbolic() in case of empty rows
Reported-by: Vincent Robert <vincent.robert@cea.fr>
[381]PETSC ERROR: PETSc has generated inconsistent data [381]PETSC ERROR: j 4 no
Fix error in MatTransposeMatMultSymbolic() in case of empty rows
Reported-by: Vincent Robert <vincent.robert@cea.fr>
[381]PETSC ERROR: PETSc has generated inconsistent data [381]PETSC ERROR: j 4 not equal to expected number of sends 5 [381]PETSC ERROR: #1 PetscGatherMessageLengths2() at src/sys/utils/mpimesg.c:271 [381]PETSC ERROR: #2 MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ() at src/mat/impls/ai j/mpi/mpimatmatmult.c:1867 [381]PETSC ERROR: #3 MatProductSymbolic_AtB_MPIAIJ_MPIAIJ() at src/mat/impls/aij/mpi /mpimatmatmult.c:2071 [381]PETSC ERROR: #4 MatProductSymbolic() at src/mat/interface/matproduct.c:810 [381]PETSC ERROR: #5 MatProduct_Private() at src/mat/interface/matrix.c:10216 [381]PETSC ERROR: #6 MatTransposeMatMult() at src/mat/interface/matrix.c:10355
show more ...
|
| #
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
|
| #
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
|
| #
4f037aad
|
| 27-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/bs' into 'main'
PetscLayout: set default block size to 1
See merge request petsc/petsc!8226
|
| #
58b7e2c1
|
| 23-Mar-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscLayout: default block size 1
|
| #
be37439e
|
| 21-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/useless-cast' into 'main'
Remove useless cast
See merge request petsc/petsc!7894
|
| #
835f2295
|
| 05-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Brain dead fixes for useless casts
|
| #
d0e6bf2a
|
| 25-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-19' into 'main'
clang-format-19
See merge request petsc/petsc!7644
|
| #
57508ece
|
| 17-Sep-2024 |
Pierre Jolivet <pierre@joliv.et> |
Remove unneeded parentheses
|