| #
6bb0c1aa
|
| 02-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-05-26/allow-mpiaij-32bit-large-nz' into 'main'
Allow viewing and loading MATMPIAIJ matrices with a total number of nonzeros greater than PETSC_INT_MAX
See merge request pet
Merge branch 'barry/2023-05-26/allow-mpiaij-32bit-large-nz' into 'main'
Allow viewing and loading MATMPIAIJ matrices with a total number of nonzeros greater than PETSC_INT_MAX
See merge request petsc/petsc!6514
show more ...
|
| #
4ff55f77
|
| 01-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-05-27/improve-tutorials/release' into 'release'
Minor cleanup of website tutorials
See merge request petsc/petsc!6520
|
| #
b3f1e23b
|
| 31-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-05-25/no-memcpy-ops' into 'main'
Don't use PetscMemcpy() or PetscArraycpy() to copy the ops struct
See merge request petsc/petsc!6507
|
| #
38b83642
|
| 27-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Allow creating MPIAIJ matrices with a larger number of nonzeros than can fit in a count of a 32 bit integer, so long as each brank has a small enough number
|
| #
aea10558
|
| 25-May-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Don't use PetscMemcpy() or PetscArraycpy() to copy the ops struct
|
| #
1cc06b55
|
| 27-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
change to consistent use of ch_xxx for chapter names in the docs, instead of a mix of ch_xx and chapter_xx
|
| #
ead65ede
|
| 22-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-matdup-coo' into 'main'
Duplicate COO info in MatDuplicate(), but use reference counting to save memory
See merge request petsc/petsc!6459
|
| #
2c4ab24a
|
| 11-May-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: duplicate COO info in MatDuplicate, but do reference counting to save memory
Thanks to Maxime Bouyges <maxime.bouyges@gmail.com> for feature requests.
|
| #
49154744
|
| 22-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
f1f5b219
|
| 22-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-nest' into 'release'
some fixes when working on MUMPS solver for MATNEST
See merge request petsc/petsc!6355
|
| #
dfebb78c
|
| 21-Apr-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatMPIAIJGetNumberNonzeros: fix interface call
|
| #
f796603a
|
| 18-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
3b7633ae
|
| 17-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-docs' into 'release'
Fix documentation
See merge request petsc/petsc!6335
|
| #
76fbde31
|
| 17-Apr-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix documentation
|
| #
d01c6957
|
| 28-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-25/fix-more-manualpages' into 'main'
More manual page fixes
See merge request petsc/petsc!6233
|
| #
2fe279fd
|
| 28-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
More manual page fixes
|
| #
eae6d430
|
| 20-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-15/fix-matview-mpiaij-large-int' into 'main'
Check that entire sparse matrix number of nonzeros fits within PetscInt for MatView_MPI[X]AIJ
See merge request petsc/petsc
Merge branch 'barry/2023-03-15/fix-matview-mpiaij-large-int' into 'main'
Check that entire sparse matrix number of nonzeros fits within PetscInt for MatView_MPI[X]AIJ
See merge request petsc/petsc!6191
show more ...
|
| #
e9f36840
|
| 18-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-08/fix-man-pages-detected-by-lint' into 'main'
Fix many manual pages
See merge request petsc/petsc!6162
|
| #
20f4b53c
|
| 09-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual pages based on reports from Jacob's lint tool
Commit-type: documentation
|
| #
17a3732b
|
| 15-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Check that entire sparse matrix number of nonzeros fits within the given PetscInt
This is a no-op in 64 bit integers
Commit-type: error checking Reported-by: Jin Chen <jchen@pppl.gov>
|
| #
44cc9c34
|
| 14-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-segfault-gamg' into 'main'
PCGAMG: fix assembly MatCreateGraph_Simple_AIJ()
Closes #1339
See merge request petsc/petsc!6173
|
| #
59ee9f9f
|
| 13-Mar-2023 |
Pierre Jolivet <pierre@joliv.et> |
PCGAMG: fix assembly MatCreateGraph_Simple_AIJ()
Fix #1339
|
| #
6c749b74
|
| 07-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-01/fix-mat-man-pages' into 'main'
Cleanup of mat manual pages
See merge request petsc/petsc!6134
|
| #
2ef1f0ff
|
| 01-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Cleanup of mat manual pages
Commit-type: documentation
|
| #
7a3a620f
|
| 24-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/housekeeping' into 'main'
Double spaces, wrong backticks, or unneeded braces
See merge request petsc/petsc!6110
|