| #
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 ...
|
| #
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
|
| #
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
|
| #
84648c2d
|
| 09-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
Avoid extra allocation
|
| #
98c71c53
|
| 12-Aug-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fixes-for-hash-assembling' into 'main'
MatSetValuesHash: support ignorezeroentries
See merge request petsc/petsc!8639
|
| #
390d3996
|
| 12-Aug-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'lindad/hypre-control-through-pmat' into 'main'
Change hypre PC option defaults based on hypre matrix memory location
See merge request petsc/petsc!8505
|
| #
03db1824
|
| 11-Aug-2025 |
Alex Lindsay <alexlindsay239@gmail.com> |
Make MatGetCurrentMemType first class API
|
| #
9680b7ce
|
| 09-Aug-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatSetValuesHash: support ignorezeroentries
Fix ubsan output
|
| #
fa415a6e
|
| 04-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-04-03/remove-MatSetMPIAIJWithSplitSeqAIJ' into 'main'
Remove the private function MatSetMPIAIJWithSplitSeqAIJ
See merge request petsc/petsc!8273
|
| #
f18d1d10
|
| 03-Apr-2025 |
Junchao Zhang <jczhang@anl.gov> |
Mat: remove the private function MatSetMPIAIJWithSplitSeqAIJ
after the great MR !8206
|
| #
4ebf760d
|
| 27-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/dead-code' into 'main'
Remove dead code/comments
See merge request petsc/petsc!8237
|
| #
9d6c45b4
|
| 26-Mar-2025 |
Pierre Jolivet <pierre@joliv.et> |
Remove dead code/comments
|
| #
23386071
|
| 20-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stevendargaville/mat-kokkoscreatedevice' into 'main'
Added new API calls to allow kokkos matrices to be built with no host preallocation
See merge request petsc/petsc!8206
|
| #
6d8694c4
|
| 20-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'
Major updates to Fortran interface
See merge request petsc/petsc!7517
|
| #
c0c276a7
|
| 20-Mar-2025 |
sdargavi <s.dargaville@imperial.ac.uk> |
Changes to allow building gpu matrices on the device.
Changed MatCreateMPIAIJWithSeqAIJ() so global sizes must be given to prevent reduction.
Changed MatCreateMPIAIJWithSeqAIJ() so B can be passed
Changes to allow building gpu matrices on the device.
Changed MatCreateMPIAIJWithSeqAIJ() so global sizes must be given to prevent reduction.
Changed MatCreateMPIAIJWithSeqAIJ() so B can be passed in with local indices, hence no compactification occurs.
Added MatCreateSeqAIJKokkosWithKokkosViews() which creates a Mat with no preallocation on the host.
Added test that checks building kokkos matrices without any host preallocation
show more ...
|
| #
ce78bad3
|
| 20-Feb-2025 |
Barry Smith <bsmith@petsc.dev> |
Fortran 90: fully embrace After 34 years!
- deprecate use of 'F90' in Fortran function names - use Fortran pointers when appropriate - the new Fortran API is not backward compatible with previous ve
Fortran 90: fully embrace After 34 years!
- deprecate use of 'F90' in Fortran function names - use Fortran pointers when appropriate - the new Fortran API is not backward compatible with previous versions! - also clean up inconsistent PETSc code detected by new Fortran generation tools - drop use of bfort - automatically generate all the Fortran PETSc objects, enums etc from the include files - generate most of the Fortran interface definitions and functions from the source code - simplify the number and organization of Fortran modules
Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>
show more ...
|
| #
3531e584
|
| 03-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
f4f5f0af
|
| 03-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'lindad/mpi-fix-reset-preallocation' into 'release'
Fix MatResetPreallocation_MPIAIJ
See merge request petsc/petsc!8063
|
| #
eb14dd14
|
| 20-Dec-2024 |
Alex Lindsay <alexlindsay239@gmail.com> |
Fix MatResetPreallocation_MPIAIJ
Per Barry's suggesetion I inserted a `MatDisAssemble` which immediately fixed my issue. I will work on adding a test
|
| #
942d34d0
|
| 03-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-ubsan' into 'main'
Pacify UBSan
See merge request petsc/petsc!7158
|