| #
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
|
| #
47fdb817
|
| 05-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
8f418145
|
| 05-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'prj--release-patch-38953' into 'release'
Update mpibaij.c
See merge request petsc/petsc!6416
|
| #
5e0ad47d
|
| 05-May-2023 |
Pierre Jolivet <pierre@joliv.et> |
Update mpibaij.c
|
| #
b9ac8f78
|
| 20-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/housekeeping' into 'main'
Some housekeeping before 3.19.0
See merge request petsc/petsc!6208
|
| #
864bd19b
|
| 19-Mar-2023 |
Pierre Jolivet <pierre@joliv.et> |
ISCompressIndicesGeneral: special path for ISBLOCK
|
| #
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>
|
| #
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
|
| #
0b31b82a
|
| 21-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-18/allow-mat-nested-hash-preallocation' into 'main'
Allow MatXXXSetPreallocation() to be called after MatSetUp() puts the matrix into hash MatSetValues() mode
See merge
Merge branch 'barry/2023-02-18/allow-mat-nested-hash-preallocation' into 'main'
Allow MatXXXSetPreallocation() to be called after MatSetUp() puts the matrix into hash MatSetValues() mode
See merge request petsc/petsc!6090
show more ...
|
| #
ad79cf63
|
| 19-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Allow MatXXXSetPreallocation() to be called after MatSetUp() puts the matrix into hash MatSetValues() mode
Commit-type: feature /spend 1h Reported-by: Pierre Jolivet
|
| #
b047e4b5
|
| 17-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-09-12/fix-mat-preallocation' into 'main'
try to build efficient hash table allocation directly into Mat
See merge request petsc/petsc!5621
|
| #
26cec326
|
| 08-Dec-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support for Mat to allow skipping preallocation by having the first round of MatSetValues use hash
* MATPREALLOCATOR can be deprecated as well as possibly some other preallocation macros/routine
Add support for Mat to allow skipping preallocation by having the first round of MatSetValues use hash
* MATPREALLOCATOR can be deprecated as well as possibly some other preallocation macros/routines * Optimizations such as direct support for MatSetValuesBlocked() for *BAIJ can be added in the future
Commit-type: feature /spend 25h
show more ...
|
| #
23a3927d
|
| 14-Dec-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Do not name an unnamed object unless necessary while viewing matrices
Commit-type: bug, usability /spend 5m
|
| #
2975ceb4
|
| 13-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
0f3c9fe5
|
| 13-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-07/fix-man-pages/release' into 'release'
Fix a few manual pages using Jacob's make lint information
See merge request petsc/petsc!6029
|
| #
67be906f
|
| 07-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix a few manual pages using Jacob's make lint information
Commit-type: documentation
|
| #
37d05b02
|
| 06-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
b877537e
|
| 05-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Fix Typos
See merge request petsc/petsc!6024
|
| #
da81f932
|
| 05-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix Typos
|
| #
31d78bcd
|
| 02-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'
Feature: Non-discardable PetscErrorCode
See merge request petsc/petsc!5923
|