| #
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
|
| #
d0b3cce3
|
| 28-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
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
|
| #
66fd34ab
|
| 27-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'lindad/further-mat-reset-pre-improvements' into 'release'
Further MatResetPreallocation improvements
See merge request petsc/petsc!8236
|
| #
4c51d546
|
| 27-Mar-2025 |
Alexander <alexander.lindsay@inl.gov> |
Further MatResetPreallocation improvements
|
| #
58b7e2c1
|
| 23-Mar-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscLayout: default block size 1
|
| #
6b31ed9c
|
| 23-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
572aa898
|
| 22-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'lindad/reset-preallocation-fix' into 'release'
Log state change for matrices during MatResetPreallocation
See merge request petsc/petsc!8219
|
| #
b3a35320
|
| 20-Mar-2025 |
Alex Lindsay <alexlindsay239@gmail.com> |
Log state change for matrices during MatResetPreallocation
Refs #1684
|
| #
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 ...
|
| #
7e4f6f19
|
| 07-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/matoption-no-error' into 'main'
MatSetOption: ignore unused options instead of erroring out
See merge request petsc/petsc!8179
|
| #
888c827c
|
| 26-Feb-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatSetOption: ignore unused options instead of erroring out
|
| #
49c2f904
|
| 01-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release'
|
| #
24af29f3
|
| 01-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-matsetoption' into 'release'
Mat: fix regression from c8ca1fbc97989d7f13a4db197e36b5d2efa188ca
See merge request petsc/petsc!8171
|
| #
9725ddff
|
| 28-Feb-2025 |
Pierre Jolivet <pierre@joliv.et> |
Mat: fix regression from c8ca1fbc97989d7f13a4db197e36b5d2efa188ca
|
| #
fd4e4c6a
|
| 25-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/mat-rap-blocksize' into 'main'
propagates mat blocksize in PtAP
See merge request petsc/petsc!8143
|
| #
39cfb508
|
| 25-Feb-2025 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
propagates mat blocksize in PtAP
|
| #
d34ab3a3
|
| 24-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
63a46d22
|
| 22-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/fix-mat-rowsumabs' into 'release'
fix bug in MatGetRowSumAbs_SeqAIJ
See merge request petsc/petsc!8156
|
| #
62e5df07
|
| 21-Feb-2025 |
Mark Adams <mfadams@lbl.gov> |
fix bug in MatGetRowSumAbs_SeqAIJ
|
| #
d053ff77
|
| 27-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/remove-unneeded-mpicast' into 'main'
Remove unneeded PetscMPIIntCast() for routines using PetscCount
Closes #1661
See merge request petsc/petsc!8099
|