| #
5a884c48
|
| 23-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
5237a1ee
|
| 23-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'mr/1863-mpiaij-coo' into 'release'
Consolidated bugfixes for issues #1860, #1863, #1864, #1865, #1866, #1867, #1868
See merge request petsc/petsc!9059
|
| #
099029b8
|
| 21-Feb-2026 |
Han Liu <liuhan3790@users.noreply.gitlab.com> |
Mat: fix MPIAIJ COO reallocation copy/free bug (#1863)
|
| #
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 ...
|
| #
27f16948
|
| 06-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/cleanup-matconjugate' into 'main'
[Mat|Vec]Conjugate(): no need to check for USE_COMPLEX in implementations
See merge request petsc/petsc!8937
|
| #
65d0d443
|
| 05-Jan-2026 |
Pierre Jolivet <pierre@joliv.et> |
MatConjugate(): no need to check for USE_COMPLEX in implementations
|
| #
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()
|
| #
f1380492
|
| 24-Nov-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-nonscalable-matnorm' into 'main'
MatNorm: fix some non-scalable implementations for NORM_1
See merge request petsc/petsc!8862
|
| #
8ba8550c
|
| 21-Nov-2025 |
Pierre Jolivet <pierre@joliv.et> |
VecSetValues() instead
|
| #
75dbe01d
|
| 21-Nov-2025 |
Pierre Jolivet <pierre@joliv.et> |
MatNorm: fix some non-scalable implementations for NORM_1
Reported-by: Vincent Robert <vincent.robert@cea.fr>
|
| #
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 ...
|
| #
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
|
| #
7da3f0df
|
| 29-Oct-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Updates to manual pages related to MatProductCreate()
Not for release
|
| #
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
|
| #
9a3a8673
|
| 17-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-09-19/precision-mumps' into 'main'
Support different precisions with MUMPS
See merge request petsc/petsc!8715
|
| #
d1a032db
|
| 26-Aug-2024 |
Pierre Jolivet <pierre@joliv.et> |
Enable ScaLAPACK and MUMPS for other precisions
|
| #
19620d22
|
| 11-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
84648c2d
|
| 09-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
Avoid extra allocation
|
| #
00831a1e
|
| 08-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-10-07/fix-matsetpreallocationcoo-mpiaij-bad-error-check/release' into 'release'
Fix illegal access of i1[n1 - 1] when n1 is zero.
See merge request petsc/petsc!8768
|
| #
2b35a777
|
| 08-Oct-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix illegal access of i1[n1 - 1] when n1 is zero.
Co-authored-by: Junchao Zhang <jczhang@mcs.anl.gov>
|