| #
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
|
| #
c906b8ce
|
| 04-Aug-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-mumps-blk' into 'main'
MATSOLVERMUMPS: add support for -mat_mumps_icntl_15 1
See merge request petsc/petsc!8537
|
| #
93d70b8a
|
| 04-Jul-2025 |
Pierre Jolivet <pierre@joliv.et> |
MATSOLVERMUMPS: add support for -mat_mumps_icntl_15 1
|
| #
f5ef3eb4
|
| 30-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-05-18/fix-mumps-set-usage' into 'main'
MatMumpsSetIcntl() and MatMumpsSetCntl() are allowed to be called (and...
See merge request petsc/petsc!8418
|
| #
79578405
|
| 18-May-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
MatMumpsSetIcntl() and MatMumpsSetCntl() are allowed to be called (and ignored) if MUMPS is not installed.
|
| #
9d8735f1
|
| 19-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-05-15/add-typedef-fn' into 'main'
Add some typedef XXXFn that currently use the prototype directly in code for some matrix objects
See merge request petsc/petsc!8409
|
| #
2ba42892
|
| 16-May-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Add `MatFDColoringFn` typedef
|
| #
4f3e17a8
|
| 16-May-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Add typedef for MatMFFD funtion prototypes
|
| #
34731ec5
|
| 15-May-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Add some typedef XXXFn that currently use the prototype
Add MatNullSpaceRemoveFn
|
| #
c1a32f8f
|
| 09-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/cleanup' into 'main'
Housekeeping
See merge request petsc/petsc!8392
|
| #
8bb0f5c6
|
| 07-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
MatOps cleanup
|
| #
58bddbc0
|
| 11-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-lmvm-rework' into 'main'
MatLMVM rework
See merge request petsc/petsc!6401
|
| #
8a1df862
|
| 26-Mar-2025 |
Toby Isaac <toby.isaac@gmail.com> |
Mat: Improve the usability of constantdiagonal and diagonal matrices
Mat_ConstantDiagonal: Add MatConstantDiagonalGetConstant() and implement conjugate and transpose
Mat_Diagonal: Add missing setra
Mat: Improve the usability of constantdiagonal and diagonal matrices
Mat_ConstantDiagonal: Add MatConstantDiagonalGetConstant() and implement conjugate and transpose
Mat_Diagonal: Add missing setrandom, conjugate, and transpose methods
MatView: Don't print MatInfo for constantdiagonal or diagonal matrices
show more ...
|
| #
09b68a49
|
| 04-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
d31fe398
|
| 31-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Fix typos
See merge request petsc/petsc!8259
|
| #
bfe80ac4
|
| 29-Mar-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos
|
| #
afb41d4c
|
| 28-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-03-18/revise-aijkokkos-matsolve' into 'main'
Add options to do factorization and solve on host for matseqaijkokkos
See merge request petsc/petsc!8209
|
| #
f82ac72c
|
| 18-Mar-2025 |
Junchao Zhang <jczhang@anl.gov> |
Mat: change -mat_factor_bind_factorization <host | device> to -pc_factor_mat_factor_on_host <bool>
Also add an option -pc_factor_mat_solve_on_host
|
| #
884b5282
|
| 26-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/fix-fortran-notes' into 'main'
Fix fortran notes in man pages
See merge request petsc/petsc!8233
|
| #
687234bf
|
| 25-Mar-2025 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix fortran notes in man pages
|
| #
b0dcfd16
|
| 23-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-03-20/minor-fortran-cleanup' into 'main'
Minor cleanup of Fortran binding stuff to simplify future maintainance
See merge request petsc/petsc!8218
|
| #
6dd63270
|
| 20-Mar-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Minor cleanup of Fortran binding stuff to simplify future maintainance
There is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90
Minor cleanup of Fortran binding stuff to simplify future maintainance
There is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90impl.h files. Also move uses of f90 to ftn when simple
show more ...
|
| #
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
|