| #
f3a89a1d
|
| 21-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-06-18/fix-matresetpreallocation/release' into 'release'
Allow MatResetPreallocation() to be called before the matrix has ever been assembled
See merge request petsc/petsc!6
Merge branch 'barry/2023-06-18/fix-matresetpreallocation/release' into 'release'
Allow MatResetPreallocation() to be called before the matrix has ever been assembled
See merge request petsc/petsc!6612
show more ...
|
| #
b4e2f619
|
| 19-Jun-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix errors introduced in !6090 reported in https://gitlab.com/petsc/petsc/-/issues/1389
If matrices were destroyed (possibly through a type change) before their hash state was destroyed they would
Fix errors introduced in !6090 reported in https://gitlab.com/petsc/petsc/-/issues/1389
If matrices were destroyed (possibly through a type change) before their hash state was destroyed they would result in incorrect results or memory leaks
Commit-type: bug-fix Reported-by: Pierre Jolivet
show more ...
|
| #
1f14be2b
|
| 18-Jun-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Allow MatResetPreallocation to be called before the matrix has ever been assembled
Fix some incorrect error checking and remove some unneeded paths
Reported-by:Karsten Lettmann <karsten.lettmann@un
Allow MatResetPreallocation to be called before the matrix has ever been assembled
Fix some incorrect error checking and remove some unneeded paths
Reported-by:Karsten Lettmann <karsten.lettmann@uni-oldenburg.de>
show more ...
|
| #
de5d30bf
|
| 16-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/mathypre' into 'main'
cleanup mathypre
See merge request petsc/petsc!6528
|
| #
651b1cf9
|
| 31-May-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Mat tests: add HYPRE COO tests
support COO with hacking permutation array of AIJ
|
| #
8c38e02a
|
| 03-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
fc8a290c
|
| 03-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/gamg' into 'main'
some housekeeping before the PETSc user meeting
See merge request petsc/petsc!6534
|
| #
6adde796
|
| 01-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Fix some improper use of COMM_SELF in error reporting
|
| #
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
|
| #
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.
|
| #
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
|
| #
b7dab1a6
|
| 24-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-16' into 'main'
Switch to clang-format 16
See merge request petsc/petsc!6203
|
| #
6c5826a2
|
| 20-Mar-2023 |
Pierre Jolivet <pierre@joliv.et> |
Switch to clang-format 16
|
| #
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
|
| #
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
|
| #
aa624791
|
| 24-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
Double spaces, wrong backticks, or unneeded braces
|
| #
db5591f1
|
| 24-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-22/fix-matduplicate-seqaij-hash' into 'main'
Allow MatDuplicate to be used with a hash preallocated SeqAIJ matrix
See merge request petsc/petsc!6108
|